Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-04 07:10:01
Changelog for FileZilla 3 (8068 changes):
2015-09-04 09:33 codesquid, revision 69652015-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
2015-08-23 09:10 codesquid, revision 6943Try 1y instead of 0x when checking for C++14 support.
2015-08-22 08:54 codesquid, revision 6942Fix Ctrl+Shif+I shortcut and on OS X, add Ctrl+,
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/misc.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/ssh.h
- M /FileZilla3/trunk/src/putty/sshbn.h
- M /FileZilla3/trunk/src/putty/sshccp.c
- M /FileZilla3/trunk/src/putty/sshmd5.c
- M /FileZilla3/trunk/src/putty/sshsh256.c
- M /FileZilla3/trunk/src/putty/sshsh512.c
- M /FileZilla3/trunk/src/putty/sshsha.c
- M /FileZilla3/trunk/src/putty/sshzlib.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxsel.c
- M /FileZilla3/trunk/src/putty/unix/uxsftp.c
- M /FileZilla3/trunk/src/putty/windows/winhandl.c
- M /FileZilla3/trunk/src/putty/windows/winnet.c
2015-08-21 21:51 codesquid, revision 6941Merge with upstream PuTTY.
2015-08-21 16:39 codesquid, revision 6940Fix key computation if the combination of cipher and kex-hash requires more than 2 iterations Until now, PuTTY assumed key computation (RFC 4253 section 7.2) requires at most 2 iterations. This patch increases the limit to 4 iterations as is needed for chacha20-poly1305@openssh.com with diffie-hellman-group-exchange-sha1: ceil(512/160)==4. This can be reproduced connecting to a recent OpenSSH using the following two lines in /etc/sshd_config: Ciphers=chacha20-poly1305@openssh.com KexAlgorithms=diffie-hellman-group-exchange-sha1 This bug has originally been reported at https://trac.filezilla-project.org/ticket/10633
2015-08-20 11:59 codesquid, revision 6939Create minidumps on crashes for fzsftp.exe and fzputtygen as well.
2015-08-18 18:19 codesquid, revision 6938Add missing include.
2015-08-18 18:11 codesquid, revision 6937Use LIBS instead of LDFLAGS in -latomic detection.
2015-08-17 15:58 codesquid, revision 6936Check whether pugixml has been compiled with long long support.
2015-08-17 15:48 codesquid, revision 6935Fix another testcase compile error.
2015-08-17 15:47 codesquid, revision 6934Fix *nix builds.
2015-08-17 15:25 codesquid, revision 6933Hopefully fix compile error in testcase.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/include/fzstring.h
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
2015-08-17 13:07 codesquid, revision 6932Additional memory savings.
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
- A /FileZilla3/trunk/src/include/fzstring.h
- M /FileZilla3/trunk/src/include/libfilezilla.h
- M /FileZilla3/trunk/src/include/Makefile.am
2015-08-16 17:57 codesquid, revision 6931Save a significant amount of memory by using std::(w)string directly instead of using wxString.
2015-08-16 10:56 codesquid, revision 6930Add check whether we need -latomic
2015-08-16 10:56 codesquid, revision 6929Do not use custom random_device if using visual studio.
2015-08-15 23:27 codesquid, revision 6928Sadly on some MinGW toolchains, std::random_device is non-functional. Implement our own.
2015-08-15 12:35 codesquid, revision 6926Fix typo breaking source distribution
2015-08-15 12:28 codesquid, revision 6925Bump to 3.13.0
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/eu.po
- M /FileZilla3/trunk/locales/pl_PL.po
2015-08-14 16:58 codesquid, revision 6920Updated translations
2015-08-13 22:29 codesquid, revision 6919Avoid using wxFileName::GetModificationTime
2015-08-13 22:24 codesquid, revision 6918Bigger initial dimensions of main window.
2015-08-13 17:01 codesquid, revision 6917Slightly increase minimal size of tree control in settings dialog.
2015-08-13 14:05 codesquid, revision 6916Display $HOME instead of / if last used directory is invalid.
2015-08-13 13:04 codesquid, revision 6915Small performance improvements.
2015-08-12 15:10 codesquid, revision 6914We shouldn't needed it, but set ai_socktype to SOCK_STREAM on the hint for the bind address just in case.
2015-08-12 12:36 codesquid, revision 6913Check that system pugixml is at least version 1.5
2015-08-12 08:34 codesquid, revision 6912Fix assertion in debug builds.
2015-08-12 08:30 codesquid, revision 6911Fix logic error in memory xml writer.
2015-08-11 20:27 codesquid, revision 6910Fix compile error
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/tests/dirparsertest.cpp
2015-08-10 19:07 codesquid, revision 6904Add some safety checks.
2015-08-10 19:02 codesquid, revision 6902Bump to Bump to 3.13.0-rc2
2015-08-10 18:42 codesquid, revision 6901Fixed last compile error.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/uk_UA.po
- M /FileZilla3/trunk/locales/vi_VN.po
Updated translations