Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:10:01
Changelog for FileZilla 3 (8047 changes):
2018-05-05 16:52 codesquid, revision 87862018-05-05 07:38 codesquid, revision 8784Require libfilezilla 0.12.2
2018-05-04 13:02 codesquid, revision 8783Slightly improve debug diagnostic.
2018-04-30 11:59 codesquid, revision 8780Cleanup.
2018-04-30 09:39 codesquid, revision 8779Also reserve space when filling from the other direction.
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
- M /FileZilla3/trunk/src/interface/dragdropmanager.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/menu_bar.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.cpp
- M /FileZilla3/trunk/src/interface/verifyhostkeydialog.h
2018-04-27 13:03 codesquid, revision 8778Small refactoring
2018-04-27 13:00 codesquid, revision 8777Bump to 3.33.0-rc1
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/gl_ES.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
2018-04-27 09:03 codesquid, revision 8776Updated translations
2018-04-27 08:57 codesquid, revision 8775Update protocol definitions.
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/http/request.cpp
2018-04-27 08:55 codesquid, revision 8774Only send events if there is a backend, otherwise cleanup of stale events doesn't happen.
- 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/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queueview_successful.cpp
2018-04-27 08:53 codesquid, revision 8773Minor refactoring.
2018-04-27 08:52 codesquid, revision 8772Fix compile error.
2018-04-27 08:51 codesquid, revision 8771Revert
2018-04-25 15:07 codesquid, revision 8770Fix warning.
- 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
2018-04-21 10:08 codesquid, revision 8769Make transfer queue sortable. For performance reasons it doesn't keep the queue sorted when items are added. Hold shift to sort in reverse.
2018-04-19 18:05 codesquid, revision 8768Use fz::buffer for for sending.
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/resources/xrc/menus.xrc
2018-04-15 07:50 codesquid, revision 8767wxXmlResource is extremely slow. Slowly phase out XRC.
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/xmlfunctions.cpp
2018-04-09 08:00 codesquid, revision 8766SFTP can preserve timestamps.
2018-04-03 07:52 codesquid, revision 8765Import OpenSSH keys encrypted with aes256-ctr.
2018-04-02 18:36 codesquid, revision 8764Fix compile error
2018-04-02 18:35 codesquid, revision 8763Bump to 3.32.0
- M /FileZilla3/trunk/locales/da.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ja_JP.po
2018-04-02 18:17 codesquid, revision 8762Updated translations
- M /FileZilla3/trunk/src/engine/http/filetransfer.cpp
- M /FileZilla3/trunk/src/engine/http/httpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/http/request.cpp
2018-03-26 13:34 codesquid, revision 8761Fix potential memory corruption due to unfortunate object lifetime, were a caller to (re-)set the on_header_ lambda from inside the on_header_ callback as it deletes the lambda capture while in use.
2018-03-26 12:29 codesquid, revision 8760Small refactoring
2018-03-26 11:27 codesquid, revision 8759Add missing function
Fix another compile error