Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-06 14:10: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.
Fix typo