Changelogs
Overview
These changelogs reflect the history of all files in the CVS repository. The changelog has been generated at 2007-11-22 10:46
Changelog for Legacy FileZilla 2 (1767 changes):
2002-08-27 22:06 Tim Kosse (botg)- source/FtpListResult.cpp: now trimming the following indicators from the right side of the filename in unix style listings: * / = |
- source/FileZilla.rc, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/OptionsTransferPage.cpp, source/OptionsTransferPage.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/resource.h: Max number of simultanous transfers can be changed in the settings dialog
- source/QueueCtrl.cpp, source/QueueCtrl.h: small code cleanup and performance improvement
- source/MainFrm.h, source/QueueCtrl.cpp, source/QueueCtrl.h: greatly improved performance during transfers
- source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: now updating the cache also if a filetransfer is aborted
- source/FzSFtp/SSH.C: merged with original putty's ssh.c once again
- source/ServerPath.cpp: SetPath no longer expects a slash in front of unix style paths for compatibility with Hummingbird FTPD which responds with the standard dos paths
- source/FtpListResult.cpp: added two missing french month names
- source/FileZilla.dsp, source/FileZilla.rc, source/FtpControlSocket.cpp, source/FtpListResult.cpp, source/FtpListResult.h, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsDebugPage.cpp, source/OptionsDebugPage.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/QueueView.cpp, source/SftpControlSocket.cpp, source/SiteManager.h, source/StdAfx.h, source/TransferSocket.cpp, source/resource.h, source/structures.cpp, source/structures.h: added multi-transfer support, fixed some bugs, added some new options
- source/FtpListCtrl.cpp: fixed bug in CFtpListCtrl::List, did not process end of recursive operation properly
- source/FileZillaApi.cpp, source/FileZillaApi.h: added directory cache dumping
- source/ControlSocket.cpp: CApiLog was not used to send a log message
- source/DirectoryCache.cpp, source/DirectoryCache.h: added cache locking for exclusive access and content dumping for debugging
- source/AsyncSocketEx.cpp, source/AsyncSocketExLayer.cpp: added basic PostMessage error handling
- source/ApiLog.cpp, source/ApiLog.h: made some functions const, fixed small bug
- source/install/source.bat: batch file to generate a clean copy of the source
- source/FileZilla.rc, source/Options.cpp, source/OptionsTransferPage.cpp, source/OptionsTransferPage.h, source/resource.h: added new transfer settings
- source/QueueCtrl.cpp, source/QueueCtrl.h: using primary connection if filesize is below specified limit
- source/FzSFtp/SSH.C, source/FzSFtp/SSHZLIB.C, source/FzSFtp/cmdline.c: merged in latest changes from the putty repository
- source/Options.cpp, source/Options.h: new option regarding use of primary connection for transfers
- source/MainFrm.cpp: if a single dot is present in the ascii file type list, files without extension are transferred as ascii in auto mode
- source/CommandQueue.cpp, source/CommandQueue.h, source/FtpListCtrl.cpp, source/FtpListCtrl.h: moved locking code to CCommandQueue
- source/QueueCtrl.cpp, source/QueueCtrl.h: changed retry logic, fixed some small bugs
- source/FtpControlSocket.cpp, source/Options.cpp, source/Options.h, source/SftpControlSocket.cpp: preserve dl file time now works properly with dalyight saving time and different time zones.
- source/MainFrm.cpp: fixed timer problem