Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:10:01
Changelog for FileZilla 3 (8068 changes):
2009-07-26 17:28 botg, revision 32692009-07-26 16:57 botg, revision 3268Speed up writing queue
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/include/serverpath.h
2009-07-26 10:01 botg, revision 3267Optimize CServerPath::SetSafePath for speed
2009-07-25 18:40 botg, revision 3266Add missing mnemonic to "select entry"
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
2009-07-25 13:34 botg, revision 3265Add option to idle sleep prevention.
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 12:49 botg, revision 3264Preventing idle sleep now also works on OS X
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 10:53 botg, revision 3263Fix keywords
- M /FileZilla3/trunk/src/dbus/Makefile.am
- A /FileZilla3/trunk/src/dbus/power_management_inhibitor.cpp
- A /FileZilla3/trunk/src/dbus/power_management_inhibitor.h
- M /FileZilla3/trunk/src/interface/power_management.cpp
- M /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 10:51 botg, revision 3262Prevent idle sleep on *nix, successfully tested with Gnome
2009-07-25 07:54 botg, revision 3261Missing critical section. Without, the reply could be dispatched (to nowhere) before the notify callback got set
2009-07-25 07:54 botg, revision 3260Typo
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/power_management.cpp
- A /FileZilla3/trunk/src/interface/power_management.h
2009-07-25 07:50 botg, revision 3259Add helper class to prevent system going into idle sleep during transfers
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-07-23 19:56 botg, revision 3258Add basic functionality for context manager.
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
2009-07-23 14:05 botg, revision 3257Add -l option to select login type, closes #4559
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- 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/search.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2009-07-23 14:01 botg, revision 3256CState no longer requires knowledge of remote list view.
2009-07-23 09:04 botg, revision 3255Fix a race in CSocket::Close leading to an infinite loop since m_pHost never got cleared.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2009-07-22 14:28 botg, revision 3254Need to call parseAsMlsd before ParseAsUnix to avoid parsing conflict.
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-07-21 15:24 botg, revision 3253Further cutting of the gordian knot that is the interface's architecture.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- 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/search.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
- M /FileZilla3/trunk/src/interface/viewheader.cpp
- M /FileZilla3/trunk/src/interface/viewheader.h
2009-07-19 13:00 botg, revision 3252First step towards supporting multiple states aka contexts.
2009-07-18 15:18 botg, revision 3251Fix errors
2009-07-16 13:16 botg, revision 3250Proper timestamp format, coalesce some log messages, log value of wFunc if neither FO_COPY nor FO_MOVE
2009-07-14 21:54 botg, revision 3249Add option to only compile shell extension.
2009-07-14 21:51 botg, revision 3248Need to bump DLL version.
2009-07-09 16:51 botg, revision 3247Apply patch by Bernhard Aumayer to fix memory leak.
2009-07-09 14:06 botg, revision 3246Added file search to features list
2009-07-08 07:30 botg, revision 3245Do not canonify last segment on rm. Fixes #4650
2009-07-04 12:17 botg, revision 3244Fix typo, ftps:// does in fact have data type concept.
2009-07-01 22:12 botg, revision 3243Deselect ".." item on ctrl+a
2009-07-01 21:35 botg, revision 3242Typo
2009-07-01 21:35 botg, revision 3241Version bump
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
2009-06-30 17:56 botg, revision 3240Updated translations
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-06-30 17:56 botg, revision 3239Insert new bookmarks sorted.
2009-06-28 09:06 botg, revision 3238Fix assertion
2009-06-28 09:03 botg, revision 3237Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-06-28 08:50 botg, revision 3236Updated translations
2009-06-25 12:56 botg, revision 3235Fix #4611, silence wxFileName::GetModificationTime
2009-06-25 12:47 botg, revision 3234Forgot to update ID_DISPLAYCERT.
2009-06-23 22:56 botg, revision 3233Don't create a reference to a temporary object.
2009-06-22 18:48 botg, revision 3232Typo
2009-06-22 18:29 botg, revision 3231Add missing files to Makefile.am
2009-06-22 16:26 botg, revision 3230Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lt_LT.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
2009-06-22 15:49 botg, revision 3229Updated translations
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/resources/settings.xrc
- M /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit_associations.h
- M /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
2009-06-22 14:06 botg, revision 3228Add stateless local edit option.
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- D /FileZilla3/trunk/src/interface/optionspage.cpp
- D /FileZilla3/trunk/src/interface/optionspage.h
- D /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_active.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_active.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_ftp.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_ftp.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_passive.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_passive.h
- D /FileZilla3/trunk/src/interface/optionspage_connection_sftp.cpp
- D /FileZilla3/trunk/src/interface/optionspage_connection_sftp.h
- D /FileZilla3/trunk/src/interface/optionspage_dateformatting.cpp
- D /FileZilla3/trunk/src/interface/optionspage_dateformatting.h
- D /FileZilla3/trunk/src/interface/optionspage_debug.cpp
- D /FileZilla3/trunk/src/interface/optionspage_debug.h
- D /FileZilla3/trunk/src/interface/optionspage_edit.cpp
- D /FileZilla3/trunk/src/interface/optionspage_edit.h
- D /FileZilla3/trunk/src/interface/optionspage_fileexists.cpp
- D /FileZilla3/trunk/src/interface/optionspage_fileexists.h
- D /FileZilla3/trunk/src/interface/optionspage_filelists.cpp
- D /FileZilla3/trunk/src/interface/optionspage_filelists.h
- D /FileZilla3/trunk/src/interface/optionspage_filetype.cpp
- D /FileZilla3/trunk/src/interface/optionspage_filetype.h
- D /FileZilla3/trunk/src/interface/optionspage_ftpproxy.cpp
- D /FileZilla3/trunk/src/interface/optionspage_ftpproxy.h
- D /FileZilla3/trunk/src/interface/optionspage_interface.cpp
- D /FileZilla3/trunk/src/interface/optionspage_interface.h
- D /FileZilla3/trunk/src/interface/optionspage_language.cpp
- D /FileZilla3/trunk/src/interface/optionspage_language.h
- D /FileZilla3/trunk/src/interface/optionspage_logging.cpp
- D /FileZilla3/trunk/src/interface/optionspage_logging.h
- D /FileZilla3/trunk/src/interface/optionspage_proxy.cpp
- D /FileZilla3/trunk/src/interface/optionspage_proxy.h
- D /FileZilla3/trunk/src/interface/optionspage_sizeformatting.cpp
- D /FileZilla3/trunk/src/interface/optionspage_sizeformatting.h
- D /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- D /FileZilla3/trunk/src/interface/optionspage_themes.h
- D /FileZilla3/trunk/src/interface/optionspage_transfer.cpp
- D /FileZilla3/trunk/src/interface/optionspage_transfer.h
- D /FileZilla3/trunk/src/interface/optionspage_updatecheck.cpp
- D /FileZilla3/trunk/src/interface/optionspage_updatecheck.h
- A /FileZilla3/trunk/src/interface/settings
- A /FileZilla3/trunk/src/interface/settings/optionspage.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_active.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_active.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_ftp.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_ftp.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_passive.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_passive.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_connection_sftp.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_dateformatting.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_debug.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_debug.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_edit.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_fileexists.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_filelists.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_filelists.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_filetype.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_filetype.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_ftpproxy.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_interface.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_interface.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_language.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_language.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_logging.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_logging.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_proxy.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_proxy.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_sizeformatting.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_themes.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_themes.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_transfer.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_transfer.h
- A /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.cpp
- A /FileZilla3/trunk/src/interface/settings/optionspage_updatecheck.h
- A /FileZilla3/trunk/src/interface/settings/settingsdialog.cpp
- A /FileZilla3/trunk/src/interface/settings/settingsdialog.h
- D /FileZilla3/trunk/src/interface/settingsdialog.cpp
- D /FileZilla3/trunk/src/interface/settingsdialog.h
2009-06-22 10:41 botg, revision 3227Move all settings dialog code into new subdirectory.
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
- A /FileZilla3/trunk/src/interface/resources/settings.xrc
2009-06-21 19:11 botg, revision 3226Split off settings dialog into own xrc file
2009-06-21 16:58 botg, revision 3225Don't report success after failure to write to local file. Fixes #4066
2009-06-21 09:04 botg, revision 3221Fix #4496, use auto-reconnect if handling drag&drop.
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2009-06-20 18:39 botg, revision 3220Ask how to handle symbolic links on delete.
2009-06-20 15:34 botg, revision 3219Don't report success after error during upload.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2009-06-15 15:15 botg, revision 3218Display complete certificate chain.
2009-06-15 15:15 botg, revision 3217Version bump
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/oc.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
Updated translations