Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 14:00:01
Changelog for FileZilla 3 (8047 changes):
2021-03-02 09:55 codesquid, revision 10154- M /FileZilla3/trunk/src/commonui/cert_store.cpp
- M /FileZilla3/trunk/src/commonui/cert_store.h
- M /FileZilla3/trunk/src/commonui/xml_cert_store.cpp
- M /FileZilla3/trunk/src/commonui/xml_cert_store.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2021-03-01 10:11 codesquid, revision 10153Ask for explicit confirmation if server does not support TLS session resumption on the data connection.
- M /FileZilla3/trunk/src/commonui/cert_store.cpp
- M /FileZilla3/trunk/src/commonui/cert_store.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.h
- 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
- M /FileZilla3/trunk/src/interface/verifycertdialog.cpp
- M /FileZilla3/trunk/src/interface/verifycertdialog.h
2021-02-25 14:33 codesquid, revision 10152Plumbing to persist knowledge of TLS session resumption support.
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/servercapabilities.h
2021-02-25 12:49 codesquid, revision 10151On servers known to support TLS session resumption, abort connection if resumption fails.
2021-02-23 13:30 codesquid, revision 10150Always fit before wrapping.
- M /FileZilla3/trunk/src/commonui/commonui.vcxproj
- M /FileZilla3/trunk/src/commonui/Makefile.am
- A /FileZilla3/trunk/src/commonui/updater_cert.cpp
- A /FileZilla3/trunk/src/commonui/updater_cert.h
- M /FileZilla3/trunk/src/interface/interface.vcxproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/updater.cpp
- D /FileZilla3/trunk/src/interface/updater_cert.cpp
- D /FileZilla3/trunk/src/interface/updater_cert.h
2021-02-23 09:17 codesquid, revision 10149Move updater cert to commonui.
2021-02-15 16:35 codesquid, revision 10148Fix loading of custom FTP proxy setting.
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/request.cpp
- M /FileZilla3/trunk/src/engine/http/request.h
2021-02-10 15:08 codesquid, revision 10145Refactor how HTTP handles writer event
2021-02-10 15:08 codesquid, revision 10144Add new protocol value
2021-02-10 15:08 codesquid, revision 10143Added corresponding changes to fzstorj worker
- M /FileZilla3/trunk/src/commonui/xml_file.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/storj/connect.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_controls.cpp
- M /FileZilla3/trunk/src/interface/storj_key_interface.cpp
- M /FileZilla3/trunk/src/interface/storj_key_interface.h
2021-02-09 16:12 codesquid, revision 10139Access Grant support for Storj/Tardigrade
2021-02-09 16:10 codesquid, revision 10138Set the operation mode early, else when the interface calls CState::NotifyHandler the mode still reports idle in the handlers.
2021-02-05 10:41 codesquid, revision 10136Fix potentially endless loop if peer sends an huge listing faster than we can process it.
2021-02-04 16:34 codesquid, revision 10133Clear handlers from readers/writers when no longer needed.
2021-02-04 16:16 codesquid, revision 10132Send at initial connect
- M /FileZilla3/trunk/src/engine/controlsocket.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
2021-02-04 15:43 codesquid, revision 10131Revert previous commit
- M /FileZilla3/trunk/src/engine/controlsocket.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/ftp/ftpcontrolsocket.cpp
2021-02-01 15:35 codesquid, revision 10126Handle initial OnSend after explicit TLS handshake.
2021-01-26 12:50 codesquid, revision 10118Fix a handle leak.
2021-01-26 11:56 codesquid, revision 10117Small fix to data path on macOS.
- M /FileZilla3/trunk/src/interface
- M /FileZilla3/trunk/src/interface/resources
- M /FileZilla3/trunk/src/interface/settings
2021-01-26 11:55 codesquid, revision 10116Even more svn:ignore
- M /FileZilla3/trunk/src/engine/sftp/filetransfer.cpp
- M /FileZilla3/trunk/src/engine/storj/file_transfer.cpp
2021-01-26 11:20 codesquid, revision 10115Improve error logging
2021-01-26 11:19 codesquid, revision 10114More svn:ignore
2021-01-26 11:18 codesquid, revision 10113Update svn:ignore
- M /FileZilla3/trunk/data/dylibcopy.sh
- M /FileZilla3/trunk/src/commonui/fz_paths.cpp
- M /FileZilla3/trunk/src/commonui/Makefile.am
- D /FileZilla3/trunk/src/commonui/mac_fz_paths.mm
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/Makefile.am
2021-01-26 09:53 codesquid, revision 10112Fix getting paths on macOS
- M /FileZilla3/trunk/src/engine/controlsocket.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- M /FileZilla3/trunk/src/engine/ftp/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/request.cpp
- M /FileZilla3/trunk/src/engine/http/request.h
2021-01-26 09:27 codesquid, revision 10111Set socket buffer sizes for HTTP.
- A /FileZilla3/trunk/src/commonui/commonui.vcxproj
- M /FileZilla3/trunk/src/FileZilla.sln
- M /FileZilla3/trunk/src/interface/interface.vcxproj
Update VS project files.