Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2022-05-18 22:30:01
Changelog for FileZilla 3 (7760 changes):
2005-01-27 16:50 botg, revision 310- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
2005-01-27 13:36 botg, revision 309missing commit: - implemented remote directory creation - 4 bugs fixes for recursive remote operations
2005-01-27 12:37 botg, revision 308small script to clean xrc files
- M /FileZilla3/trunk/src/interface/resources/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/32x32/file.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/ascii.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/auto.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/binary.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/bookmark.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/cancel.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/compare.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/disconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/download.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/downloadadd.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/file.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folder.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folderback.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folderclosed.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/folderup.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/help.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/localtreeview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/logview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/processqueue.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/queueview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/reconnect.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/refresh.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/remotetreeview.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/server.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/showhidden.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/sitemanager.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/speedlimits.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/synchronize.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/upload.png
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/uploadadd.png
- M /FileZilla3/trunk/src/interface/resources/dropdown.png
- M /FileZilla3/trunk/src/interface/resources/leds.png
- M /FileZilla3/trunk/src/interface/resources/pngclean.sh
2005-01-27 12:07 botg, revision 307updated cyril theme, did run pngcrush on all .png files
2005-01-27 10:21 botg, revision 306Small script to clean .png files using pngcrush
2005-01-26 14:21 botg, revision 305should now compile under linux
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- A /FileZilla3/trunk/src/interface/inputdialog.cpp
- A /FileZilla3/trunk/src/interface/inputdialog.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/resources/dialogs.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/state.h
2005-01-22 10:15 botg, revision 304- implemented remote directory creation - 4 bugs fixes for recursive remote operations
2005-01-20 13:29 botg, revision 303could not delete files on systems other than Windows
2005-01-18 11:12 botg, revision 302create target directory if downloading a file
2005-01-14 13:43 botg, revision 301sort files alphabetically
2005-01-08 12:08 botg, revision 300fixed start menu entry creation
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/cyril/16x16/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2005-01-07 22:21 botg, revision 299sorted file lists alphabetically
2005-01-07 20:58 botg, revision 298implemented deletion of local files and directories
2005-01-07 12:13 botg, revision 297fixed error message for missing tool if $VERSION is empty
2005-01-06 20:26 botg, revision 296only pre-show dialog under __WXGTK__
- M /FileZilla3/trunk/autogen.sh
- M /FileZilla3/trunk/configure.in
- D /FileZilla3/trunk/src/include/config.h
- M /FileZilla3/trunk/src/include/FileZilla.h
- M /FileZilla3/trunk/src/include/Makefile.am
- A /FileZilla3/trunk/src/include/setup.h
2005-01-06 15:47 botg, revision 295make use of autoheader, this should shrink build log size a little bit.
2005-01-06 15:46 botg, revision 294set LZMA compression, change output filename
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2005-01-05 14:09 botg, revision 293fixed mingw cross compiling, let wxWidgets handle imagelist creation
2005-01-05 13:57 botg, revision 292minor fix
2005-01-03 22:20 botg, revision 291install.nsi wasn't generated
2005-01-02 23:04 botg, revision 290copy locales under MacOS into application bundle
2005-01-02 19:38 botg, revision 289proper generation of nsh files
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/locales/Makefile.am
- M /FileZilla3/trunk/src/interface/resources/Makefile.am
2005-01-01 22:10 botg, revision 288make windres detection more verbose and fix wxrc check
2005-01-01 17:12 botg, revision 287missing file
- M /FileZilla3/trunk/src/interface/optionspage_themes.cpp
- M /FileZilla3/trunk/src/interface/themeprovider.cpp
2005-01-01 13:58 botg, revision 286fixed assert and set proper virtual size if no icons exist for a specific size
change wrong version check