Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:00:01
Changelog for FileZilla 3 (8068 changes):
2006-12-29 11:34 botg, revision 11752006-12-28 10:39 botg, revision 1174Make the path canonicalization reusable
2006-12-27 23:04 botg, revision 1173Fix bug [1622232]
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-12-27 10:00 botg, revision 1172updated
2006-12-26 13:32 botg, revision 1171Fix charset conversion to properly fall back.
2006-12-26 13:05 botg, revision 1170Don't follow symlinks to directories on recursive upload.
2006-12-26 12:46 botg, revision 1169Fix another case in which local list view could freeze up
2006-12-26 11:27 botg, revision 1168Fix nullpointer dereference
2006-12-26 00:24 botg, revision 1167pass toplevel window to modal dialog
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2006-12-26 00:15 botg, revision 1166Implement dragging of files from Explorer (or it's equivalent on other platforms) into the remote file list.
2006-12-23 21:47 botg, revision 1165Fix endless loop
2006-12-23 16:45 botg, revision 1164Don't use precompiled headers on GCC < 4 due to a compiler bug.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
2006-12-23 16:45 botg, revision 1163Fix warnings
- A /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- A /FileZilla3/trunk/src/interface/conditionaldialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2006-12-23 13:36 botg, revision 1162Add new class for message boxes which can be prevented from popping up again. Use it to warn user if he entered a raw ftp command prefixed with "quote".
2006-12-23 10:42 botg, revision 1161recreate quickconnect bar and notify wrapping engine if language changes
2006-12-21 15:04 botg, revision 1157Fix "update available" menu item appearing on the first start directly after an update.
- M /FileZilla3/trunk/src/interface/filteredit.cpp
- M /FileZilla3/trunk/src/interface/filteredit.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-12-20 14:34 botg, revision 1156Fix initial size of condition list.
2006-12-20 14:22 botg, revision 1155Fix initial size of tree if it contains many items.
2006-12-18 19:50 botg, revision 1154Fix wrapping problems with Chinese language, the very last part of the text could exceed maxLength.
2006-12-17 10:11 botg, revision 1153Fix conversion of replies to local character set.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
2006-12-17 00:47 botg, revision 1152Implement new sorting for remote listing as well
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
2006-12-16 15:09 botg, revision 1151Sort file lists using std::sort
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/it_IT.po
- A /FileZilla3/trunk/locales/ka.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-12-16 00:26 botg, revision 1150Updated
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
2006-12-16 00:24 botg, revision 1149Display all available protocols
2006-12-15 18:52 botg, revision 1148Add functions to convert wxString <-> enum ServerProtocol
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2006-12-14 14:27 botg, revision 1147Forgot to remove debug code
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
2006-12-14 09:40 botg, revision 1145Follow the "NoDrives" group policy
2006-12-14 01:34 botg, revision 1144Another fix
2006-12-14 01:31 botg, revision 1143version bump
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2006-12-13 16:30 botg, revision 1141Fix segfaults and assertions
2006-12-13 14:34 botg, revision 1140Fix an assertion
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2006-12-13 08:58 botg, revision 1139Fix disconnect notifications
2006-12-12 18:56 botg, revision 1138Don't actually retry if connection attempt was successful.
2006-12-12 18:21 botg, revision 1137fix Cancel
2006-12-12 17:45 botg, revision 1136Fix segfault if server refuses to initialize SFTP
2006-12-12 17:27 botg, revision 1135version bump
2006-12-12 15:17 botg, revision 1134updated
2006-12-12 14:38 botg, revision 1133Implement Copy button
2006-12-12 11:25 botg, revision 1132extract strings making use of wxPLURAL
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
2006-12-12 00:29 botg, revision 1131Implement automatic retries if connection attempt fails
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
2006-12-11 00:25 botg, revision 1130Clean up CControlSocket::ResetOperation, initialize m_pCurOpData earlier in Connect.
2006-12-10 10:18 botg, revision 1129Busy state should depend on command queue, not on engine.
2006-12-10 00:38 botg, revision 1128Fix timeout if listing a huge directories
2006-12-07 12:05 botg, revision 1127Fix issue causing the local file list to stop responding to mouseclicks
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- A /FileZilla3/trunk/src/interface/loginmanager.cpp
- A /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/Makefile.am
2006-12-07 11:14 botg, revision 1126Moved some code into a new class
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/ja_JP.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/zh_TW.po
2006-12-06 19:48 botg, revision 1125Updated
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/interface/interface.vcproj
- 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/StatusView.cpp
- M /FileZilla3/trunk/src/interface/StatusView.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
- M /FileZilla3/trunk/src/interface/updatewizard.cpp
- M /FileZilla3/trunk/src/interface/viewheader.cpp
2006-12-06 18:21 botg, revision 1124Bump required wxWidgets version to 2.8.0, remove 2.6 compatibility #ifdefs and fix some warnings.
2006-12-06 18:14 botg, revision 1123missed a parameter
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/optionspage_connection.cpp
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
2006-12-06 14:12 botg, revision 1122Add retry options
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2006-12-06 12:50 botg, revision 1121Unneeded variable
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
Some servers only send a bare list of filenames (bug [ 1433792 ]). If unable to parse anything at all, treat parsed data as bare file list.