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):
2001-07-10 22:40 Tim Kosse (botg)- source/LocalDirName.cpp, source/LocalDirName.h: Edit field for the local views
- source/ControlSocket.cpp, source/ControlSocket.h, source/MainThread.cpp, source/StdAfx.h, source/TransferSocket.cpp: Fixed bug in CTransferSocket::OnSend. Could block message loop
- source/DirTreeCtrl.cpp, source/FileZilla.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/FtpView.cpp, source/FtpView.h, source/LocalView.cpp, source/LocalView.h, source/LocalView2.cpp, source/LocalView2.h, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/resource.h: Added edit field to local views and added lables to the edit fields
- source/LocalView.cpp, source/MainFrm.cpp: minor setlocalfolder update
- source/AsyncSocksifiedSocket.cpp, source/AsyncSocksifiedSocket.h, source/ControlSocket.cpp, source/ControlSocket.h, source/TransferSocket.cpp, source/TransferSocket.h: Commented and improved CAsyncSocksifiedSocket
- source/LocalView.cpp, source/LocalView.h, source/MainFrm.cpp: bad fix to c:\docume~1 problem
- source/splitex.cpp: [no log message]
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/MainThread.cpp, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h: Added SOCKS support
- source/AsyncSocksifiedSocket.cpp, source/AsyncSocksifiedSocket.h: Class for all SOCKS operations
- source/FileZilla.rc: Sitemanager now compatible with 640*480
- source/FileZilla.rc: fixed a typo in IDD_OPTIONS_TYPEPAGE
- source/ControlSocket.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsTypePage.cpp, source/OptionsTypePage.h, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h, source/resource.h, source/structures.h: Added ASCII transfer mode and type autodetection fixed several bugs in transfer code
- source/ControlSocket.cpp, source/ControlSocket.h, source/MainThread.cpp, source/MainThread.h, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h: Implemented file transfer.
- source/QueueCtrl.cpp: Fixed a small memory leak
- source/FileZilla.dsp, source/FtpListCtrl.h, source/FtpName.cpp, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/LocalView2.h, source/MainFrm.cpp, source/MainFrm.h, source/StdAfx.h, source/ftpapi.cpp, source/ftpapi.h, source/globals.h, source/resource.h, source/FileZilla.rc: added WrapView, removed FtpView
- source/WrapView.cpp, source/WrapView.h: added WrapView.cpp/h
- source/ControlSocket.cpp, source/ControlSocket.h, source/TransferSocket.cpp, source/TransferSocket.h: Fixed some bugs in transfer code
- source/TransferSocket.cpp, source/TransferSocket.h: new class for the data channel only supports list yet
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/MainThread.cpp, source/MainThread.h, source/StdAfx.h: Fixed some bugs in retry code directory listing implemented
- source/ControlSocket.cpp, source/ControlSocket.h, source/MainThread.cpp, source/MainThread.h: Autoretry and cancel works again
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/MainThread.cpp, source/MainThread.h, source/StdAfx.h: Timeout detection and keep-alive system readded
- source/SocksifiedSocket.cpp [DEAD], source/SocksifiedSocket.h [DEAD], source/TimeoutSocket.cpp [DEAD], source/TimeoutSocket.h [DEAD]: Removed, no longer needed
- source/ControlSocket.cpp, source/ControlSocket.h: Removed the old api and the command queue and the old thread. New thread is message based, the control socket is now an asynchronous socket. Connecting and disconnecting to servers and firewall support already working.
- source/CommandSystem.cpp [DEAD], source/CommandSystem.h [DEAD], source/FileZilla.dsp, source/FileZilla.rc, source/MainFrm.cpp, source/MainThread.cpp, source/MainThread.h, source/StdAfx.h, source/ftpapi.cpp [DEAD], source/ftpapi.h [DEAD]: Removed the old api and the command queue and the old thread. New thread is message based, the control socket is now an asynchronous socket. Connecting and disconnecting to servers and firewall support already working.