Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 14:20:01
Changelog for FileZilla 3 (8047 changes):
2015-03-18 15:40 codesquid, revision 65862015-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.