Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:30:01
Changelog for FileZilla 3 (8047 changes):
2015-03-31 15:34 codesquid, revision 66192015-03-29 10:20 codesquid, revision 6615Check for nullpointer.
2015-03-29 10:16 codesquid, revision 6614Bump to 3.10.3
- M /FileZilla3/trunk/locales/co.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-03-28 15:00 codesquid, revision 6613Updated translations.
2015-03-27 14:09 codesquid, revision 6612Move some checks that should never fail into asserts.
- M /FileZilla3/trunk/src/interface/chmoddialog.cpp
- M /FileZilla3/trunk/src/interface/chmoddialog.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-27 08:53 codesquid, revision 6611Some reformatting and wxLongLong removal.
- M /FileZilla3/trunk/src/engine/option_change_event_handler.cpp
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
2015-03-27 08:52 codesquid, revision 6610Fix reentrancy issues with the option change event handler. #10346
2015-03-27 08:51 codesquid, revision 6609Change another size comparison to check for negativity or positivity.
2015-03-27 08:19 codesquid, revision 6608Minor reformatting.
2015-03-25 10:27 codesquid, revision 6607Make sure local filelist statusbar is set to connected state. Fixes #10347
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/include/event_handler.h
- M /FileZilla3/trunk/src/include/event_loop.h
2015-03-23 08:52 codesquid, revision 6604Add some documentation to the event handler.
2015-03-22 09:52 codesquid, revision 6603We don't actually need to carry the oneshot timer flag around.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
2015-03-21 16:36 codesquid, revision 6601Adjust background style on some often-updated controls.
2015-03-21 16:31 codesquid, revision 6600Bump to 3.10.3-rc1
2015-03-21 14:25 codesquid, revision 6599Update svn:ignore
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.h
- M /FileZilla3/trunk/src/interface/commandqueue.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2015-03-21 11:29 codesquid, revision 6598Replace even more lists.
2015-03-21 11:26 codesquid, revision 6597Follow-up to previous commit to fix compile error.
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/wrapengine.cpp
- M /FileZilla3/trunk/src/interface/wrapengine.h
2015-03-21 11:19 codesquid, revision 6596Replace a few more lists with vectors and deques as appropriate.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-21 11:07 codesquid, revision 6595Pass files to delete as deque instead of list.
2015-03-20 09:18 codesquid, revision 6594Use a vector for the engine list and clean up the code.
2015-03-20 09:04 codesquid, revision 6593Use a monotonic clock instead of system time.
2015-03-20 09:03 codesquid, revision 6592Add some operators to CMonotonicClock.
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
2015-03-19 16:47 codesquid, revision 6589If not saving passwords, create items with ASK logontype and remember their passwords for the session.
2015-03-18 17:51 codesquid, revision 6588Add WAIT_RECEIVE back to m_waiting in SetEventHandler in the closing state. Also fixed a harmless typo.
2015-03-18 17:30 codesquid, revision 6587Remove no longer used function
2015-03-18 15:40 codesquid, revision 6586Replace the wait interval with a deadline to reduce timer overhead.
2015-03-18 15:09 codesquid, revision 6585Get rid of CEventLoop::signalled_, we don't need it.
2015-03-17 13:33 codesquid, revision 6583Add bool condition::signalled() const
2015-03-17 13:21 codesquid, revision 6582Better handling of spurious wakeups in condition::wait
2015-03-17 13:21 codesquid, revision 6581Use unsigned char for the flags.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2015-03-16 15:51 codesquid, revision 6579Instead of comparing to -1, check if negative. Might fix #10311
2015-03-16 15:48 codesquid, revision 6578Bump to 3.10.3-beta2
2015-03-16 14:52 codesquid, revision 6577Updated translations
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/treectrlex.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2015-03-16 14:14 codesquid, revision 6576A few more small performance optimizations.
2015-03-16 10:28 codesquid, revision 6575Speed up CViewHeader to rely less on the wxComboBox internals.
2015-03-15 11:55 codesquid, revision 6573Don't update queue size in status bar more often than once every 200ms.
2015-03-15 11:26 codesquid, revision 6572Allow disabling shell extension in main configure.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2015-03-15 10:00 codesquid, revision 6571Use int64_t instead of wxLongLong in some more places.
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
2015-03-14 22:27 codesquid, revision 6570Increase minimum timeout to 10 seconds. 5 causes too many failed transfers at the end of fast uploads due to buffering.
- M /FileZilla3/trunk/src/interface/fileexistsdlg.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.cpp
- M /FileZilla3/trunk/src/interface/filelist_statusbar.h
2015-03-14 11:09 codesquid, revision 6568Instead of comparing to -1, check if negative. Might fix #10311
2015-03-14 11:06 codesquid, revision 6567Bump to 3.10.3-beta1
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
2015-03-13 10:26 codesquid, revision 6566Updated translations.
2015-03-13 10:16 codesquid, revision 6565Fix constness
- M /FileZilla3/trunk/src/engine/process.cpp
- M /FileZilla3/trunk/src/engine/process.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2015-03-12 16:30 codesquid, revision 6564Fix handling of multiple arguments when executing processes.
2015-03-10 10:14 codesquid, revision 6561Apply patch #10302 by scarabeus to fix compile error on openSUSE with minor modification to use wx_str().
2015-03-10 10:14 codesquid, revision 6560Remove a little bit of dead code.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/include/option_change_event_handler.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
2015-03-09 11:18 codesquid, revision 6558Add option to enable SFTP compression.
2015-03-09 11:01 codesquid, revision 6557CPU is in $host_cpu, not $host_os
2015-03-08 10:24 codesquid, revision 6556Show error message if running the installer for 64bit FZ on a 32bit Windows.
2015-03-07 09:33 codesquid, revision 6555Add missing else block in ChangeSocketEventHandler leading to a tiny loss of performance.
Add substitution to tell the installer about 64bit, use 64bit program files on 64bit installs.