Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-05 14:10:01
Changelog for FileZilla 3 (8068 changes):
2016-04-10 15:54 codesquid, revision 74102016-04-10 15:36 codesquid, revision 7409The hook has a different signature starting with GnuTLS 3.4, add a #define to select the right one.
2016-04-10 14:44 codesquid, revision 7408Use the TCP window scaling auto-adjustment on MSW also when using SFTP.
- M /FileZilla3/trunk
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/engine/socket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.cpp
- M /FileZilla3/trunk/src/engine/tlssocket.h
- M /FileZilla3/trunk/src/engine/transfersocket.cpp
- M /FileZilla3/trunk/src/engine/transfersocket.h
- M /FileZilla3/trunk/src/include/socket.h
2016-04-06 08:07 codesquid, revision 7405Merge changes from 3.16.x branch.
2016-04-06 07:44 codesquid, revision 7404Increase disk IO buffer size.
2016-04-05 13:02 codesquid, revision 7403Fix #10811 where failed SFTP downloads are reported as success due to a shadowed variable.
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
2016-04-05 11:36 codesquid, revision 7402Add chunking on the threaded side and fix a race when stopping the operation due to m_listedDirectories not being cleared.
2016-04-05 08:17 codesquid, revision 7401Do not change queue state if trying to set an empty queue active.
2016-04-04 16:37 codesquid, revision 7400Need to add the empty item signalling completion to m_listedDirectories inside the mutex.
2016-04-04 09:24 codesquid, revision 7399Clamp values, wx doesn't do it for us.
2016-04-04 09:21 codesquid, revision 7398Attempt to detect multiple installations of FileZilla.
2016-04-04 08:13 codesquid, revision 7397We have verified the checksum already, no need for the installer to do it again.
2016-04-04 07:35 codesquid, revision 7396Get path of running process in win32 syntax as opposed to device syntax.
2016-04-03 14:58 codesquid, revision 7395Fix comment about NSIS version requirement
- 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
2016-04-01 09:55 codesquid, revision 7394Split files and directories into different vectors to slightly improve performance and to correct the progress numbers.
- M /FileZilla3/trunk/src/interface/auto_ascii_files.cpp
- M /FileZilla3/trunk/src/interface/auto_ascii_files.h
2016-03-31 15:23 codesquid, revision 7393Small performance increase.
- M /FileZilla3/trunk/src/engine/engineprivate.cpp
- M /FileZilla3/trunk/src/engine/engineprivate.h
- M /FileZilla3/trunk/src/engine/FileZillaEngine.cpp
- M /FileZilla3/trunk/src/engine/notification.cpp
- M /FileZilla3/trunk/src/include/FileZillaEngine.h
- M /FileZilla3/trunk/src/include/notification.h
- M /FileZilla3/trunk/src/interface/listctrlex.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/Mainfrm.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/state.cpp
- M /FileZilla3/trunk/src/interface/updater.cpp
- M /FileZilla3/trunk/src/interface/updater.h
2016-03-30 17:40 codesquid, revision 7392Simplify some event handling.
2016-03-29 17:09 codesquid, revision 7391Don't include extra separator in queue context menu on *nix.
2016-03-29 15:14 codesquid, revision 7390Fix transfer failures when uploading using SFTP and another thread is already listing the target directory.
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2016-03-29 09:41 codesquid, revision 7389Re-implement queuing directories via drag&drop.
- 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
2016-03-23 10:16 codesquid, revision 7386Re-implement queuing from local directory tree.
- M /FileZilla3/trunk/src/interface/local_recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/local_recursive_operation.h
2016-03-23 10:16 codesquid, revision 7385Apply filters.
2016-03-23 10:15 codesquid, revision 7384Handle directories when queuing the recursion results.
2016-03-23 10:15 codesquid, revision 7383Use local filters, not remote ones when starting local recursive operation.
2016-03-23 10:14 codesquid, revision 7382Add small function to compile the regexes of a vector of filters.
Use the right operation object to display local progress.