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-07-29 15:25 Tim Kosse (botg)- source/FtpControlSocket.cpp: removed some VERIFYs causing problems when shutting down the api
- source/FileZilla.dsp, source/MainFrm.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/QueueView.cpp, source/QueueView.h: CQueueCtrl now uses own instance of CFileZillaApi, now browsing and transferring at the same time is possible
- source/MainThread.cpp: active working dir was sent to wrong window
- source/FzSFtp/res/SCP.ICO: added missing icon
- source/Language DLLs/Italian/FzResIt.dsp, source/Language DLLs/Italian/FzResIt.rc, source/Language DLLs/Italian/resource.h: added missing italian language files
- source/ControlSocket.cpp, source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: remove some unnecessary #includes
- source/Options.cpp: directory cache now enabled by default, added default values for retry settings
- source/QueueCtrl.cpp, source/QueueCtrl.h: fixed StopProcessing(), renamed some variables
- source/GSSAsyncSocksifiedSocket.cpp: fixed the trace message in destructor
- source/LocalFileListCtrl.cpp: it's no longer possible to enter the following characters when renaming files: / \ : * ? " < > |
- source/ApiLog.cpp, source/ApiLog.h: LogMessage now works with string resource id as parameter
- source/AsyncSslSocket.cpp, source/AsyncSslSocket.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZillaApi.cpp, source/FileZillaApi.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/GSSAsyncSocksifiedSocket.cpp, source/MainFrm.cpp, source/MainThread.cpp, source/MainThread.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h: improved async requests, added GSS requests
- source/RenameFile.cpp [DEAD], source/RenameFile.h [DEAD]: removed obsolete files
- source/MainFrm.cpp: manual transfer could crash FileZilla
- source/FtpControlSocket.cpp, source/TransferSocket.cpp: Got rid of AfxGet... functions
- source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: secure icon now also activated with GSS and SFTP connections.
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp, source/QueueCtrl.cpp: added extendes style LVS_EX_INFOTIP to show infotips on partially visible items
- source/FileZillaApi.h, source/MainFrm.cpp, source/MainFrm.h, source/SftpControlSocket.cpp, source/StdAfx.h, source/TransferSocket.cpp: transferstatus is now sent the same way as the other messages
- readme.htm, source/FileZilla.rc: updated version information
- source/documentation/version history.htm: updated version informatiom
- source/documentation/introduction.htm: updated feature list
- source/ControlSocket.cpp, source/ControlSocket.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h: more logging, changed FtpCommand()
- source/FtpControlSocket.cpp: added debug msg to Cancel()
- source/CommandQueue.cpp: cancel did not work while waiting to retry
- source/FileZillaApi.cpp: fixed cancel command