Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-05-20 05:00:01
Changelog for FileZilla 3 (8075 changes):
2015-09-09 13:33 codesquid, revision 6973- 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
2015-09-08 13:49 codesquid, revision 6972Removing selected queue items had complexity of O(n^2). While this is still the worse-case, many common cases are now O(n).
2015-09-07 11:48 codesquid, revision 6971Further memory savings.
2015-09-07 11:38 codesquid, revision 6970Use a deque instead of a list for the file items to save memory.
2015-09-04 11:40 codesquid, revision 6968Reset timeout if trying next address.
2015-09-04 11:40 codesquid, revision 6967Bump to 3.14.0-rc1
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/uk_UA.po
2015-09-04 09:46 codesquid, revision 6966Updated translations
2015-09-04 09:33 codesquid, revision 6965Fix memory leak.
2015-09-04 09:30 codesquid, revision 6964Handle failures to load dialog.
2015-09-03 11:13 codesquid, revision 6963Fix logic error in comment handling.
2015-09-02 15:13 codesquid, revision 6959import.c is now needed by fzsftp as well.
- M /FileZilla3/trunk/src/interface/fzputtygen_interface.cpp
- M /FileZilla3/trunk/src/putty/cmdgen.c
- M /FileZilla3/trunk/src/putty/ssh.c
2015-09-02 12:41 codesquid, revision 6958Allow use of foreign key files without conversion if they aren't password protected.
2015-09-02 12:26 codesquid, revision 6957Show error message when trying to load SSH1 key.
2015-08-31 15:09 codesquid, revision 6956Disable SSH1 support.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
2015-08-31 15:08 codesquid, revision 6955Fix interaction between keyfiles and interactive logins.
2015-08-31 13:38 codesquid, revision 6954Do not ask to convert password-protected keyfiles.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/asyncrequestqueue.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
2015-08-31 13:15 codesquid, revision 6953Handle wrong key passphrase.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
2015-08-31 12:54 codesquid, revision 6952Always send key passphrase request regardless of login type.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/interface/loginmanager.h
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshpubk.c
2015-08-28 08:09 codesquid, revision 6951Handle password protected keyfiles.
2015-08-27 08:42 codesquid, revision 6950Do not open search dialog if not idle.
- M /FileZilla3/trunk/src/interface/dialogex.cpp
- M /FileZilla3/trunk/src/interface/dialogex.h
- M /FileZilla3/trunk/src/interface/edithandler.cpp
2015-08-25 14:14 codesquid, revision 6949Change checkbox label, locally edited files aren't being deleted.
2015-08-25 10:14 codesquid, revision 6948When remote directory does not exist during synchronized browsing, ask whether it should be created.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/state.cpp
2015-08-24 13:14 codesquid, revision 6946When local directory does not exist during synchronized browsing, ask whether it should be created.
2015-08-24 13:06 codesquid, revision 6945Bump to 3.13.1
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/hu_HU.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/zh_CN.po
2015-08-24 12:48 codesquid, revision 6944Updated translations
Try 1y instead of 0x when checking for C++14 support.