Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 18:00:01
Changelog for FileZilla 3 (8047 changes):
2016-08-23 08:56 codesquid, revision 77342016-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.
Fix compile error on some configurations.