Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-05-22 18:20:01
Changelog for FileZilla 3 (8075 changes):
2009-03-13 16:23 botg, revision 3070- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2009-03-13 16:11 botg, revision 3069Small logic error
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2009-03-12 19:15 botg, revision 3068On listings without seconds resolution, timezone offset needs to be rounded to minutes
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2009-03-12 16:11 botg, revision 3067Fix compile error in debug mode
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2009-03-10 22:27 botg, revision 3066Add information about seconds resolution for timestamp
2009-03-09 22:17 botg, revision 3065Sometimes standard C++ is a tad limited. Cannot use local types as template arguments.
2009-03-09 22:04 botg, revision 3064Need to set containing sizer, else a double-free will be the result.
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
2009-03-08 23:38 botg, revision 3063Apply filter changes.
2009-03-08 17:00 botg, revision 3062Follow the specs, GenericName should not be part of Name
2009-03-08 16:29 botg, revision 3061Stupid MSDN library keeps using uppercase W
2009-03-08 15:55 botg, revision 3060Compilo
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/fzsftp.c
- M /FileZilla3/trunk/src/putty/fzsftp.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/sftp.c
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2009-03-07 22:26 botg, revision 3059Greatly decrease CPU usage during SFTP transfers
2009-03-06 16:50 botg, revision 3058Add GenericName and German translations.
2009-03-06 15:27 botg, revision 3057Typo
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-03-06 10:49 botg, revision 3056Make directory comparison and synchronized browsing play together.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2009-03-05 18:02 botg, revision 3055Don't fallback to current path if current path cannot be obtained.
2009-03-02 14:09 botg, revision 3051Fix compatibility with some broken MVS servers. #4311
2009-02-27 19:54 botg, revision 3050Handle ctrl+a
2009-02-27 19:43 botg, revision 3049Fix for focus rectangle under GTK
- M /FileZilla3/trunk/src/interface/optionspage_language.cpp
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
2009-02-27 17:23 botg, revision 3048Need to re-layout theme and language selectors
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2009-02-27 16:43 botg, revision 3047Partially revert previous commit and clean up the code. The activity status is actually shared between all engines.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/interface/led.cpp
- M /FileZilla3/trunk/src/interface/led.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2009-02-27 16:42 botg, revision 3046Fix #4291, activity indicators not working properly.
2009-02-27 14:44 botg, revision 3045Part 2 of Ignore passwords when searching for items in the recent server list. Fixes #4287
2009-02-26 19:53 botg, revision 3044Fix alignment on theme page.
2009-02-25 18:05 botg, revision 3043Ignore passwords when searching for items in the recent server list. Fixes #4287
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2009-02-24 17:43 botg, revision 3042Add synchronized browsing option on site level as well.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2009-02-24 17:19 botg, revision 3041wx' EndLabelEdit doesn't work, use the Windows API function instead. Closes #4282
2009-02-24 11:39 botg, revision 3040More dark theme improvements
2009-02-23 21:44 botg, revision 3039Better position for "Enter directory"
2009-02-23 16:05 botg, revision 3038Handle single quotes. Fixes #4277
2009-02-23 15:51 botg, revision 3037Small correction for MSW.
2009-02-22 16:29 botg, revision 3036Aui tab art on dark themes
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-02-22 13:46 botg, revision 3035Add synchronized browsing option to bookmarks
2009-02-21 21:06 botg, revision 3034Fix nullpointer dereference. #4105
2009-02-21 21:05 botg, revision 3033Version bump
2009-02-21 20:44 botg, revision 3032Updated translations
2009-02-21 13:19 botg, revision 3031Fix #4275, local directories are created in reverse order.
2009-02-20 16:52 botg, revision 3030Fix navigating to list of drives under MSW. Fixes #4274
2009-02-20 16:47 botg, revision 3029Version bump
- M /FileZilla3/trunk/locales/de.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/he_IL.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/lv_LV.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2009-02-19 19:48 botg, revision 3028Updated translations
2009-02-19 19:32 botg, revision 3027Minor rearrangement
2009-02-19 09:50 botg, revision 3026Need to ask for password on connecting through bookmark with ASK logon type.
2009-02-15 14:25 botg, revision 3025Fix #4182
2009-02-14 15:05 botg, revision 3024Do not read past buffer.
2009-02-14 15:03 botg, revision 3023Debug strings shouldn't be translatable.
2009-02-13 20:36 botg, revision 3022Debug strings shouldn't be translatable.
2009-02-13 18:33 botg, revision 3021Fix compile error
2009-02-13 18:22 botg, revision 3020Version bump
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2009-02-13 14:54 botg, revision 3019Updated translations
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2009-02-13 09:27 botg, revision 3018Fix #4215. Instead of reverting part of the changes, add a new notification. Keeps the functionality of the old version with the performance of the recent bugged version.
Updated icon