Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:40:01
Changelog for FileZilla 3 (8047 changes):
2007-06-04 15:11 botg, revision 1429- 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
Don't retry connection if "new hostkey" notification gets cancelled.