Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 23:30:02
Changelog for FileZilla 3 (8068 changes):
2007-06-20 17:00 botg, revision 1451- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/fr_FR.po
- A /FileZilla3/trunk/locales/he_IL.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/ru.po
- M /FileZilla3/trunk/locales/sk.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/sv_SE.po
- M /FileZilla3/trunk/locales/tr.po
2007-06-19 14:31 botg, revision 1450Updated
- 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/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.h
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2007-06-18 19:51 botg, revision 1449More queue changes, started adding new functionality.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2007-06-18 17:05 botg, revision 1448Work around the lack of thread-safety in the reference counting of wxString.
2007-06-18 16:50 botg, revision 1447Fix problem if OnClose was called before OnConnect
2007-06-17 13:18 botg, revision 1446Fix spurious valgrind warning.
2007-06-17 13:12 botg, revision 1445Fix nullpointer exception.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/directorycache.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/engineprivate.h
2007-06-14 14:27 botg, revision 1444Fix bug [ 1723925 ] by invalidating current working directories of other engines if it's equal to or a subdir of a removed/renamed directory.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/directorycache.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2007-06-14 07:35 botg, revision 1443Don't send MDTM command if SIZE fails with "file not found", fix an assertion if uploading to an unlistable directory.
2007-06-13 16:49 botg, revision 1442Missing commit
- 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/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2007-06-12 09:59 botg, revision 1440Fix TransferEnd events from previous transfers to mess with current operation and other minor changes.
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2007-06-11 11:59 botg, revision 1439Add some error descriptions
- 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
2007-06-10 15:37 botg, revision 1438Move parts of MoveItem to baseclass, allow items to be merely detached.
2007-06-09 14:29 botg, revision 1437Fix nullpointer exception
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.h
2007-06-08 15:43 botg, revision 1436Don't increase error count if progress has been made.
- 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
2007-06-08 10:37 botg, revision 1435More cleanup and fixes
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- 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
- A /FileZilla3/trunk/src/interface/queueview_failed.cpp
- A /FileZilla3/trunk/src/interface/queueview_failed.h
2007-06-08 08:32 botg, revision 1434More changes
2007-06-07 10:06 botg, revision 1433Don't fall back to using full path if MKD with relative path fails and the server reply contains "already exists".
2007-06-06 14:19 botg, revision 1432Missing break
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.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
2007-06-05 15:55 botg, revision 1431Add CQueueViewBase class. It will be the base for all three queue tabs.
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/clearprivatedata.cpp
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- A /FileZilla3/trunk/src/interface/queue.cpp
- A /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/statuslinectrl.cpp
2007-06-05 06:30 botg, revision 1430Move some classes around
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- M /FileZilla3/trunk/src/interface/aui_notebook_ex.h
2007-06-04 15:11 botg, revision 1429Compile fixes
- A /FileZilla3/trunk/src/interface/aui_notebook_ex.cpp
- A /FileZilla3/trunk/src/interface/aui_notebook_ex.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/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2007-06-03 13:47 botg, revision 1428Work in progress: Initial support for a tabbed queue.
2007-06-03 11:20 botg, revision 1427Wrong constant
2007-06-03 09:05 botg, revision 1425Fix possible memory leak
2007-06-03 09:04 botg, revision 1424Version bump
2007-06-01 21:02 botg, revision 1420Fix cache locking code, was totally broken.
2007-06-01 20:58 botg, revision 1419Version bump
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-06-01 20:21 botg, revision 1418Updated
2007-06-01 20:10 botg, revision 1417Add scrollbar on long extensions
2007-06-01 19:02 botg, revision 1416Fix bug leading to a stack overflow
2007-06-01 15:45 botg, revision 1415Fix error message if wxWidgets could not be found
2007-06-01 14:32 botg, revision 1414Typo
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/data/Makefile.am
- A /FileZilla3/trunk/data/makezip.sh.in
2007-05-30 13:50 botg, revision 1406Add a small script to generate a .zip file with the Win32 binaries
2007-05-30 12:48 botg, revision 1405Add missing files
- M /FileZilla3/trunk/AUTHORS
- M /FileZilla3/trunk/locales/ca_ES.po
- M /FileZilla3/trunk/locales/cs.po
- M /FileZilla3/trunk/locales/fi.po
- M /FileZilla3/trunk/locales/fr_FR.po
- M /FileZilla3/trunk/locales/sl.po
- M /FileZilla3/trunk/locales/zh_TW.po
2007-05-30 12:24 botg, revision 1404Updated
- M /FileZilla3/trunk/src/interface/conditionaldialog.cpp
- M /FileZilla3/trunk/src/interface/conditionaldialog.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2007-05-30 08:54 botg, revision 1403Add menu option to toggle "View hidden files"
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/servercapabilities.h
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/interface/Options.cpp
2007-05-30 08:54 botg, revision 1402Add "View hidden files" capability to engine
2007-05-30 08:52 botg, revision 1401Cache locking improvement
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2007-05-29 14:01 botg, revision 1400Add a function to reset the parser state
2007-05-26 23:18 botg, revision 1399Save CPU cycles by explicitly handling events we're not interested in. This avoids that the entire window hierarchy gets searched for a handler.
- M /FileZilla3/trunk/src/tinyxml/tinystr.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxml.cpp
- M /FileZilla3/trunk/src/tinyxml/tinyxml.h
- M /FileZilla3/trunk/src/tinyxml/tinyxmlparser.cpp
2007-05-25 20:31 botg, revision 1398Updated to most recent TinyXML. Fixes entity encoding.
2007-05-25 07:30 botg, revision 1397Remove non-working \n
2007-05-24 10:00 botg, revision 1396Add missing #include
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
2007-05-22 18:54 botg, revision 1395Don't send uneccessary TYPE commands, clarify transferEndReason.
2007-05-20 15:03 botg, revision 1394Fix performance issue under wxGTK
2007-05-20 14:55 botg, revision 1393Don't retry connection if "new hostkey" notification gets cancelled.
2007-05-20 12:27 botg, revision 1392Work around deadlock if connection gets closed during connect.
2007-05-19 11:47 botg, revision 1391Escape ampersands in filenames, so they don't get interpreted as mnemonics
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
2007-05-18 23:33 botg, revision 1390Small locking improvement
typo