Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 12:20:01
Changelog for FileZilla 3 (8068 changes):
2016-09-09 15:34 codesquid, revision 7768- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/proxy.cpp
- M /FileZilla3/trunk/src/engine/proxy.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
2016-09-09 14:45 codesquid, revision 7767Fix implicit conversion when creating transfer socket proxy backend.
2016-09-08 14:20 codesquid, revision 7766Handle base64 encoded blobs.
2016-09-08 08:35 codesquid, revision 7764Require GnuTLS 3.4.15 or higher as it includes the fix for gnutls_x509_crt_list_import2 not honoring the passed flags.
2016-09-07 15:21 codesquid, revision 7761Use fz::base64_decode instead of wxBase64Decode.
2016-09-07 15:13 codesquid, revision 7760Use fz::base64_encode and some related code cleanup.
2016-09-06 15:26 codesquid, revision 7758Use fz::base64_encode and some related code cleanup.
2016-09-05 09:50 codesquid, revision 7755Replace invalid characters in filenames when editing remote files.
2016-09-05 08:30 codesquid, revision 7754Try password based login if a password-protected keyfile is rejected instead of failing with a cryptic message about multiple login prompts.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
2016-09-05 07:22 codesquid, revision 7752Use fz::strtok instead of wxStringTokenizer
- M /FileZilla3/trunk/src/engine/server.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/server.h
2016-09-02 13:59 codesquid, revision 7750Simplify getting of keyfiles.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/engine_context.cpp
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/include/engine_context.h
- M /FileZilla3/trunk/src/include/externalipresolver.h
- M /FileZilla3/trunk/src/include/socket.h
- M /FileZilla3/trunk/src/interface/netconfwizard.cpp
- M /FileZilla3/trunk/src/interface/netconfwizard.h
2016-08-31 08:32 codesquid, revision 7744Use fz::thread_pool for socket and file i/o threads.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.h
2016-08-31 08:11 codesquid, revision 7743Fix redirection to https:// servers.
- M /FileZilla3/trunk/src/fzshellext/shellext.cpp
- M /FileZilla3/trunk/src/fzshellext/shellext.h
- M /FileZilla3/trunk/src/interface/dndobjects.cpp
- M /FileZilla3/trunk/src/interface/dndobjects.h
2016-08-30 07:50 codesquid, revision 7742Handle long paths during drag&drop on Windows 10.
2016-08-26 06:59 codesquid, revision 7741Remove unused variable.
2016-08-23 13:33 codesquid, revision 7740#8928: Rename CVS/SVN filter to "Source control directories" and add .git, .hg and .bzr
2016-08-23 13:33 codesquid, revision 7739Bump to 3.21.0
2016-08-23 12:58 codesquid, revision 7738Do not pass listing entry as format string.
2016-08-23 12:41 codesquid, revision 7737Fix compile error on non-MSW.
- M /FileZilla3/trunk/src/interface/resources/xrc/dialogs.xrc
- M /FileZilla3/trunk/src/interface/welcome_dialog.cpp
2016-08-23 12:23 codesquid, revision 7736Fix a potential crash if using mismatched resource files from an old version of FileZilla.
- M /FileZilla3/trunk/locales/da.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/uk_UA.po
2016-08-23 11:58 codesquid, revision 7735Updated translations
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
2016-08-23 08:56 codesquid, revision 7734Explicitly block queue completion action during certain recursive operations.
2016-08-23 06:46 codesquid, revision 7733On OS X, add Ctrl+(Shift+)Tab as shortcut to switch to the next tab. #10851
2016-08-23 06:46 codesquid, revision 7732Fixed another spelling mistake
2016-08-22 17:06 codesquid, revision 7731Fixed typo.
2016-08-22 08:09 codesquid, revision 7730Fix compile error.
2016-08-22 08:08 codesquid, revision 7729Add option name for TCP keepalive interval.
2016-08-17 14:43 codesquid, revision 7728Further restrict allowed values for keep-alive interval so that it fits into an int.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/optionsbase.h
- M /FileZilla3/trunk/src/include/socket.h
2016-08-17 08:13 codesquid, revision 7727Add option to configure TCP keep alive interval.
2016-08-17 08:06 codesquid, revision 7726Fix a warning.
2016-08-17 07:57 codesquid, revision 7725Actually use the top_builddir to locate libpugixml.a
2016-08-17 07:55 codesquid, revision 7724Go via $top_srcdir to locate builtin libpugixml.a
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
2016-08-17 07:43 codesquid, revision 7723Fix compile errors.
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
2016-08-16 09:25 codesquid, revision 7722Use std::wstring instead of wxString in a couple of places.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/commands.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/include/commands.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
2016-08-15 12:37 codesquid, revision 7721Implement basic download synchronization
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-08-15 09:56 codesquid, revision 7720Keep both local and remote active filters in recursive operation.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.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/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.h
- M /FileZilla3/trunk/src/interface/recursive_operation_status.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/remote_recursive_operation.h
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-08-11 09:30 codesquid, revision 7716Cleanup recursive operation modes.
2016-08-08 09:34 codesquid, revision 7706Fix saving of attributes filter. #10927
2016-08-07 18:35 codesquid, revision 7705Also add AES128-GCM.
2016-08-07 18:21 codesquid, revision 7704Remove unused flag.
2016-08-07 08:18 codesquid, revision 7703Implement AES256-GCM as cipher.
- M /FileZilla3/trunk/src/putty/cmdline.c
- M /FileZilla3/trunk/src/putty/MERGEREVISION
- M /FileZilla3/trunk/src/putty/settings.c
- M /FileZilla3/trunk/src/putty/ssh.c
- M /FileZilla3/trunk/src/putty/sshecc.c
- M /FileZilla3/trunk/src/putty/unix/unix.h
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/windows/winmisc.c
- M /FileZilla3/trunk/src/putty/windows/winsftp.c
- M /FileZilla3/trunk/src/putty/windows/winstuff.h
2016-08-03 15:00 codesquid, revision 7702Merge changes from upstream PuTTY
2016-08-03 14:40 codesquid, revision 7701Bump to 3.20.1
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/ca.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2016-08-03 09:29 codesquid, revision 7700Updated translations
2016-08-02 11:52 codesquid, revision 7699Print an error message if server sends a malformed chain.
2016-07-29 17:29 codesquid, revision 7698Actually use the new file name if renaming on download.
2016-07-29 17:24 codesquid, revision 7697Fix compile error on some configurations.
2016-07-29 09:52 codesquid, revision 7696Fix a locking violation affecting non-MSW.
2016-07-27 21:50 codesquid, revision 7695Correctly document minimum required lfz version.
2016-07-27 14:45 codesquid, revision 7694Clarification of error message if gnutls_x509_trust_list_add_cas fails.
2016-07-27 14:09 codesquid, revision 7691Fix typo
2016-07-27 14:05 codesquid, revision 7690Bump to 3.20.0
2016-07-27 10:41 codesquid, revision 7687Updated translations
2016-07-27 10:40 codesquid, revision 7686Revert accidental commit.
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
2016-07-26 10:21 codesquid, revision 7685Simpler footer initialization,.
2016-07-24 09:44 codesquid, revision 7676Check if local path exists in search dialog.
2016-07-24 09:41 codesquid, revision 7675Fix a harmless warning.
2016-07-24 08:26 codesquid, revision 7674Remove unused variable.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
2016-07-22 08:10 codesquid, revision 7672Fix parameter type
2016-07-21 09:18 codesquid, revision 7666Fix typo
2016-07-20 17:26 codesquid, revision 7664Allow setting font weight
2016-07-20 14:05 codesquid, revision 7663Bump to 3.20.0-rc1
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/da.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nl.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2016-07-20 08:55 codesquid, revision 7662Updated translations
2016-07-20 07:12 codesquid, revision 7658Require libfilezilla 0.6.0 or greater
2016-07-20 06:53 codesquid, revision 7657Guard against values becoming negative.
2016-07-19 12:33 codesquid, revision 7653Fix rare crash if the control connection's TLS session fails and a data connection is being established right before the control connections' close event is processed. Reported through Ubuntu bug #1604087.
2016-07-19 10:33 codesquid, revision 7652Disabling the shell extension via the registry is a debug feature. Only query the registry keys if using a debug version of the dll.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
- M /FileZilla3/trunk/src/engine/ratelimiter.h
- M /FileZilla3/trunk/src/engine/rtt.h
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/volume_enumerator.cpp
- M /FileZilla3/trunk/src/interface/volume_enumerator.h
2016-07-14 19:36 codesquid, revision 7650Make some mutexes non-recursive.
2016-07-14 17:20 codesquid, revision 7649Add missing return statement.
2016-07-14 17:19 codesquid, revision 7648Fix compile error.
2016-07-14 16:24 codesquid, revision 7647Fix typo
2016-07-14 16:19 codesquid, revision 7646Discard stale events when closing thread.
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
2016-07-14 13:55 codesquid, revision 7644Simplify passing sftp_message around.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-07-13 15:14 codesquid, revision 7643Do not exit comparison mode when queuing remote directories. It's a remnant from before the recursion changes in 3.12.0-rc1.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/loginmanager.cpp
- M /FileZilla3/trunk/src/putty/fzprintf.c
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
2016-07-13 09:16 codesquid, revision 7642SFTP: Handle filenames with trailing blanks.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/ControlSocket.h
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/directorylistingparser.h
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.h
- M /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/psftp.c
- M /FileZilla3/trunk/src/putty/unix/uxcons.c
- M /FileZilla3/trunk/src/putty/windows/wincons.c
2016-07-12 13:58 codesquid, revision 7641Big cleanup to IPC with fzsftp and how data gets passed to the directory listing parser.
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
2016-07-12 13:26 codesquid, revision 7640Avoid an expensive copy.
- M /FileZilla3/trunk/src/putty/fzprintf.c
- M /FileZilla3/trunk/src/putty/fzprintf.h
- M /FileZilla3/trunk/src/putty/psftp.c
2016-07-12 13:06 codesquid, revision 7639Explicitly send filename as single line.
2016-07-12 09:44 codesquid, revision 7638Don't directly print strings from the server.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/iothread.cpp
- M /FileZilla3/trunk/src/engine/iothread.h
2016-07-11 16:30 codesquid, revision 7637Minor refactoring.
2016-07-11 10:23 codesquid, revision 7636Stricter certificate chain verification.
2016-07-11 07:31 codesquid, revision 7635Sort the peer certificates so that the chain can be displayed in order.
2016-07-07 08:55 codesquid, revision 7633Require GnuTLS 3.4.0, as older versions do not have the GNUTLS_X509_CRT_LIST_SORT flag.
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.h
- M /FileZilla3/trunk/src/interface/filter.cpp
- M /FileZilla3/trunk/src/interface/filter.h
- M /FileZilla3/trunk/src/interface/filter_conditions_dialog.cpp
2016-07-07 08:04 codesquid, revision 7632Use std::regex instead of wxRegEx part 2.
- M /FileZilla3/trunk/src/engine/externalipresolver.cpp
- M /FileZilla3/trunk/src/include/externalipresolver.h
2016-07-07 07:35 codesquid, revision 7631Use std::regex instead of wxRegEx
- M /FileZilla3/trunk/src/engine/directorylisting.cpp
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/directorylisting.h
2016-07-05 14:48 codesquid, revision 7627Small refactoring to use fz::sprintf
2016-07-05 13:54 codesquid, revision 7626__TFILE__ is always wide in Unicode wx builds.
- M /FileZilla3/trunk/src/engine/directorylistingparser.cpp
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/logging_private.h
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/include/notification.h
2016-07-04 06:46 codesquid, revision 7615Use the new string formatting routines in various places.
2016-07-04 06:45 codesquid, revision 7614Remove unused variable
2016-07-01 12:20 codesquid, revision 7613Add missing includes
2016-07-01 08:37 codesquid, revision 7612Fix minimun tree size in Site Manager resulting in overly large dialogs particularly on wxGTK
- M /FileZilla3/trunk/src/interface/bookmarks_dialog.cpp
- M /FileZilla3/trunk/src/interface/context_control.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/menu_bar.cpp
- M /FileZilla3/trunk/src/interface/quickconnectbar.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.cpp
- M /FileZilla3/trunk/src/interface/sitemanager.h
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.cpp
- M /FileZilla3/trunk/src/interface/sitemanager_dialog.h
2016-06-30 13:59 codesquid, revision 7611Explicitly pass the intended bookmark around, don't misuse the default bookmark. Also fixes a crash if creating new site from bookmarks dialog.
2016-06-29 15:37 codesquid, revision 7608Fix compile error in testcase.
2016-06-28 13:42 codesquid, revision 7607Set msgid bug reporting address in .pot file.
2016-06-28 13:41 codesquid, revision 7606Remove references to remote file search in local search.
2016-06-28 09:30 codesquid, revision 7605Add missing mnemonic to background color choice.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/logging.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/include/libfilezilla_engine.h
2016-06-28 09:22 codesquid, revision 7604Get rid of unused wx includes.
- M /FileZilla3/trunk/src/engine/ControlSocket.cpp
- M /FileZilla3/trunk/src/engine/engine.vcxproj
- M /FileZilla3/trunk/src/engine/ftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/httpcontrolsocket.cpp
- M /FileZilla3/trunk/src/engine/sftpcontrolsocket.cpp
- M /FileZilla3/trunk/src/include/notification.h
2016-06-27 14:19 codesquid, revision 7602Get rid of most wxFile and wxFileName usage in the engine.
2016-06-27 14:14 codesquid, revision 7601Bump to 3.19.0
2016-06-27 14:13 codesquid, revision 7600Always use same filename for installer.
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/da.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/nb_NO.po
Updated translations