Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-06 00:20:02
Changelog for FileZilla 3 (8068 changes):
2008-05-08 14:46 botg, revision 23412008-05-08 12:23 botg, revision 2340Add some helpful links to help menu. Linked page will be finished with the 3.0.10 release.
2008-05-06 08:19 botg, revision 2338Sizing fixes in layouts where local and remote splitters where split vertically (widescreen, blackboard)
2008-05-06 00:07 botg, revision 2320Merge with 3.0.9.x branch
2008-05-05 23:40 botg, revision 2319Small fix
2008-05-05 23:10 botg, revision 2318Fix rare race condition leading to loss of data at the beginning of a file on downloads. Up to BUFFERCOUNT * BUFFERSIZE (3*65536) bytes could get lost. Bug did exist since 2005-12-03.
2008-05-04 16:13 botg, revision 2317Fix a string.
2008-05-04 10:10 botg, revision 2316Clarify synopsis.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-05-03 22:40 botg, revision 2315Remember order, don't allow movement of filename column.
2008-05-03 19:19 botg, revision 2314Fix problem with empty filetype
2008-05-03 18:59 botg, revision 2313Do a refresh after changing columns.
2008-05-03 16:44 botg, revision 2312Update toolbar and menu state after clearing private data.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-05-03 11:56 botg, revision 2311Columns can be reordered. Not yet saved.
2008-04-30 12:57 botg, revision 2310Switch to given path upon connecting.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/listctrlex.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2008-04-30 12:55 botg, revision 2309Right-clicking list headers allows column selection.
2008-04-28 18:29 botg, revision 2308Fix [ 1954373 ] 'Create directory' Dialogue Box Crashing FileZilla
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/fr_CA.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/pt_PT.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-04-28 15:30 botg, revision 2307Updated translations
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
2008-04-28 14:21 botg, revision 2306Unnecessary to always create a wxDialogEx instance on each listing. Split filter code from CFilterDialog into CFilterManager.
2008-04-27 13:59 botg, revision 2305Handle --close under MSW. For other platforms I have no idea how to do it yet.
2008-04-26 16:27 botg, revision 2304Fix [ 1946465 ] Wrong default download location on vista when updating
2008-04-26 16:19 botg, revision 2303Should fix [ 1946588 ] files duplicated in queue when restart filezilla
2008-04-26 12:43 botg, revision 2302Fix [ 1946574 ] delete local non-empty directories fails on mac os x
2008-04-25 14:01 botg, revision 2301Grammar
2008-04-25 13:36 botg, revision 2300Renaming local files did not have immediate effect on *nix
2008-04-25 13:36 botg, revision 2299Fix [ 1951432 ] Upload/download limit: input not limited
2008-04-25 13:35 botg, revision 2298Add comment.
- M /FileZilla3/trunk/src/engine/backend.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.cpp
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2008-04-25 13:35 botg, revision 2297Use wxLongLong for speed limit calculations, 32bit ints are too limited.
2008-04-24 15:09 botg, revision 2296Use wxTextCtrl::ChangeValue instead of SetValue
2008-04-24 14:41 botg, revision 2295Need to end all active menus if wizard. Fixes [ 1950286 ] Hang on new version popup
- M /FileZilla3/trunk/src/interface/cmdline.cpp
- M /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
2008-04-20 21:01 botg, revision 2294MSW only: Code to send WM_ENDSESSION other running instances if --close is passed on commandline.
2008-04-20 20:39 botg, revision 2293Update manpage with commandline arguments.
2008-04-20 12:51 botg, revision 2292Implement -c option.
2008-04-20 12:47 botg, revision 2291Why do I even keep this file
- A /FileZilla3/trunk/src/interface/cmdline.cpp
- A /FileZilla3/trunk/src/interface/cmdline.h
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
2008-04-18 14:12 botg, revision 2289Basic commandline support. -c option not yet working.
2008-04-18 10:51 botg, revision 2288Really fix crash on close. I hope.
2008-04-18 09:50 botg, revision 2287The crash on exit still wasn't fixed, I hope this one does the trick.
2008-04-18 09:49 botg, revision 2286Version bump
2008-04-18 09:49 botg, revision 2285Updated translations
2008-04-17 23:07 botg, revision 2284Fix unused variable varning.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-04-17 09:46 botg, revision 2283Display drop highlight in local file lists under non-Windows
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/edithandler.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2008-04-16 14:29 botg, revision 2282Fix "[ 1937600 ] Edited files get lost on server timeout". More complex than I thought.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
2008-04-16 12:42 botg, revision 2281Some cleanup on the way towards fixing [ 1937600 ] Edited files get lost on server timeout
- M /FileZilla3/trunk/locales/ca_ES@valencia.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/zh_CN.po
2008-04-16 08:59 botg, revision 2280Translation updates
2008-04-13 10:41 botg, revision 2279Small fix for recent VMS compatibility changes.
2008-04-12 21:21 botg, revision 2278Fix auto filetype detection on VMS servers.
2008-04-12 09:35 botg, revision 2277Strip revision on VMS files for filetype display.
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/unix/uxnet.c
- M /FileZilla3/trunk/src/putty/unix/uxstore.c
- M /FileZilla3/trunk/src/putty/windows/version.rc2
2008-04-12 09:10 botg, revision 2276Merge with upstream.
2008-04-12 09:07 botg, revision 2275Fix workaround for broken servers sending single-quoted PWD reply.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2008-04-10 14:15 botg, revision 2274Detect TVFS extension.
2008-04-10 13:24 botg, revision 2273Need to strip trailing path separators on dropped directories
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statusbar.cpp
Hopefully fixes the crashes on shutdown some users experience.