Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 06:50:01
Changelog for FileZilla 3 (8068 changes):
2020-01-30 12:09 codesquid, revision 96012020-01-30 12:03 codesquid, revision 9600Fix a compile error.
- M /FileZilla3/trunk/src/interface/serverdata.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_controls.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_controls.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.h
2020-01-30 10:31 codesquid, revision 9599Finish moving general site controls.
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2020-01-30 10:23 codesquid, revision 9598Don't write irrelevant data to sitemanager.xml
2020-01-28 15:21 codesquid, revision 9597Remove unused function
- M /FileZilla3/trunk/src/interface/sitemanager_controls.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_controls.h
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.h
2020-01-28 14:34 codesquid, revision 9596Refactor advanced page.
- M /FileZilla3/trunk/src/interface/Makefile.am
- A /FileZilla3/trunk/src/interface/sitemanager_controls.cpp
- A /FileZilla3/trunk/src/interface/sitemanager_controls.h
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.h
2020-01-28 11:21 codesquid, revision 9595Move controls to own file.
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.h
2020-01-28 10:33 codesquid, revision 9594Refactor transfer settings page of site manager.
- M /FileZilla3/trunk/src/interface/sitemanager_site.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_site.h
2020-01-24 14:35 codesquid, revision 9593Begin modularizing the sitemanager site controls.
2020-01-24 14:24 codesquid, revision 9592Fix system details label
2020-01-24 14:23 codesquid, revision 9591Fix compile error
2020-01-24 14:20 codesquid, revision 9590Fix button layout
- M /FileZilla3/trunk/src/interface/aboutdialog.cpp
- M /FileZilla3/trunk/src/interface/aboutdialog.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
2020-01-24 13:08 codesquid, revision 9589De-xrc about dialog
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/listingcomparison.cpp
- M /FileZilla3/trunk/src/interface/listingcomparison.h
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/search.h
2020-01-23 13:52 codesquid, revision 9588Merge comparative search feature, implementation by Josue Andrade Gomes
- M /FileZilla3/trunk/src/engine/controlsocket.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/ftp/cwd.cpp
2020-01-23 13:32 codesquid, revision 9587Remove unused parameter from ParsePwdReply
2020-01-23 11:11 codesquid, revision 9586Clear currentPath_ in DoClose
2020-01-23 09:29 codesquid, revision 9585Fix compile error
- 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/engineprivate.h
- M /FileZilla3/trunk/src/engine/ftp/chmod.cpp
- M /FileZilla3/trunk/src/engine/ftp/filetransfer.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/ftp/list.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.cpp
- M /FileZilla3/trunk/src/engine/ftp/logon.h
- M /FileZilla3/trunk/src/engine/ftp/mkd.cpp
- M /FileZilla3/trunk/src/engine/ftp/rawtransfer.cpp
- M /FileZilla3/trunk/src/engine/ftp/rename.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/engine/sftp/chmod.cpp
- M /FileZilla3/trunk/src/engine/sftp/connect.cpp
- M /FileZilla3/trunk/src/engine/sftp/connect.h
- M /FileZilla3/trunk/src/engine/sftp/list.cpp
- M /FileZilla3/trunk/src/engine/sftp/mkd.cpp
- M /FileZilla3/trunk/src/engine/sftp/rename.cpp
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftp/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/storj/connect.cpp
- M /FileZilla3/trunk/src/engine/storj/connect.h
- M /FileZilla3/trunk/src/engine/storj/list.cpp
- M /FileZilla3/trunk/src/engine/storj/mkd.cpp
- M /FileZilla3/trunk/src/engine/storj/storjcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/storj/storjcontrolsocket.h
- M /FileZilla3/trunk/src/include/serverpath.h
- M /FileZilla3/trunk/src/interface/commandqueue.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
2020-01-20 13:29 codesquid, revision 9584Simplify connect/disconnect/reconnect logic, let the engine handle it.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
2020-01-20 09:21 codesquid, revision 9583Remove a bit of dead code
2020-01-17 13:32 codesquid, revision 9580Fix compile error.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2020-01-15 13:59 codesquid, revision 9578Limit filters to at most 1000 conditions
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.h
2020-01-13 15:19 codesquid, revision 9577Add length argument to ParseData, make metadata updating optional in Save.
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/wxfilesystem_blob_handler.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2020-01-13 09:23 codesquid, revision 9573Adapt to lfz changes
2020-01-08 15:23 codesquid, revision 9572Improve removing engines from the engine list and move command validity check outside the mutex.
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2020-01-08 15:08 codesquid, revision 9571Do not require the cert store just to view a current connection's certificate
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/statusbar.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
Allow secondary request queues in dialogs and don't pre-allocate the certificate verification dialog