Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2023-03-26 21:50:01
Changelog for FileZilla 3 (7883 changes):
2023-03-26 15:03 codesquid, revision 10905- M /FileZilla3/trunk/src/engine/controlsocket.cpp
- M /FileZilla3/trunk/src/engine/controlsocket.h
- D /FileZilla3/trunk/src/engine/http/connect.h
- M /FileZilla3/trunk/src/engine/http/filetransfer.cpp
- M /FileZilla3/trunk/src/engine/http/filetransfer.h
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- D /FileZilla3/trunk/src/engine/http/internalconnect.cpp
- D /FileZilla3/trunk/src/engine/http/internalconnect.h
- M /FileZilla3/trunk/src/engine/http/request.cpp
- M /FileZilla3/trunk/src/engine/http/request.h
- M /FileZilla3/trunk/src/engine/Makefile.am
2023-03-17 10:19 codesquid, revision 10897Use new http client from libfilezilla
2023-03-17 10:16 codesquid, revision 10896Clarify notification_cb usage
- M /FileZilla3/trunk/src/engine/http/digest.h
- 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
- D /FileZilla3/trunk/src/include/httpheaders.h
- M /FileZilla3/trunk/src/include/Makefile.am
2023-03-17 10:01 codesquid, revision 10894Start untangling http request code.
2023-03-15 15:40 codesquid, revision 10893Only update aliveness, activity is logged already by the corresponding layer
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/request.cpp
- M /FileZilla3/trunk/src/engine/http/request.h
2023-03-09 15:22 codesquid, revision 10891Move send state out of HttpRequest::flags_
2023-03-09 08:31 codesquid, revision 10890Also set madeProgress CTransferStatusManager::Get
2023-03-08 14:13 codesquid, revision 10889Fix icon size on tabs on high scale factors on Windows.
2023-03-03 15:33 codesquid, revision 10884Clear persistent state if moving to successful.
2023-03-02 15:01 codesquid, revision 10882Change version number to 3.63.2.1
2023-03-02 08:55 codesquid, revision 10881Only auto-skip silent install if writable instdir
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/FileZilla.cpp
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- 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/QueueView.cpp
2023-03-01 10:19 codesquid, revision 10880Use string_view for startup profile msg
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2023-03-01 10:05 codesquid, revision 10879Process persistent state notifications and persist the state.
2023-03-01 09:30 codesquid, revision 10878Add a safety check
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/include/notification.h
2023-02-23 09:16 codesquid, revision 10876Add persistent state notification and allow passing persistent state to file transfer commands.
2023-02-23 08:03 codesquid, revision 10875Bump to 3.63.2
2023-02-17 11:04 codesquid, revision 10868Updated translations
- M /FileZilla3/trunk/src/interface/renderer.cpp
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_collapsed_dark.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_collapsed_light.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_expanded_dark.png
- A /FileZilla3/trunk/src/interface/resources/default/480x480/treeitem_expanded_light.png
- M /FileZilla3/trunk/src/interface/resources/default/Makefile.am
2023-02-16 08:48 codesquid, revision 10867Custom icons for treectrl collapsed/expanded state on macOS
2023-02-15 08:53 codesquid, revision 10866Possible fix for combobox colour being wrong on old versions of macOS
2023-02-13 10:26 codesquid, revision 10861Fix crash
2023-02-13 10:15 codesquid, revision 10860Need to read /user switch earlier
2023-02-13 09:33 codesquid, revision 10859Automatically skip UAC prompt if updating or run silent and current user installation requested, or detected from previous installation.
2023-02-09 16:53 codesquid, revision 10858Uninstaller didn't remove all registry entries.
2023-02-09 16:10 codesquid, revision 10857Trim trailing separators
2023-01-30 08:37 codesquid, revision 10855Path normalization works differently in wx3.2.1. Work around the issue. In future, get rid of this horrible wxFileName altogether.
Make sure automatic quote/dash substitutions are disabled. Why did anyone think this is a good feature to have it enabled by default?