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-25 21:18 Xiaowen Xin (xiaowen)- source/ControlSocket.cpp: GetUserFromKrb
- readme.htm, source/ControlSocket.cpp, source/FileZilla.cpp, source/FileZilla.rc, source/LocalDirName.cpp, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/OptionsMiscPage.cpp, source/OptionsMiscPage.h, source/SiteManager.cpp, source/SiteManager.h, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h, source/resource.h: bugfixes and sitemanager improvements
- source/AsyncSocksifiedSocket.cpp, source/ControlSocket.cpp, source/FileZilla.cpp, source/FileZilla.rc, source/FtpListCtrl.cpp, source/FtpListResult.cpp, source/FtpView.cpp, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/MainFrm.h, source/MainThread.cpp, source/Options.cpp, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/QueueView.cpp, source/QueueView.h, source/SiteManager.cpp, source/structures.h: updates all sources to reflect the changes in the main branch
- source/GFtp/main.c: bug fix in decrypt_chunk
- source/AsyncSocksifiedSocket.cpp, source/AsyncSocksifiedSocket.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/FtpListResult.cpp, source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h, source/MainThread.cpp, source/TransferSocket.cpp, source/TransferSocket.h: fixed the bugs in the receive code
- source/GSSAsyncSocksifiedSocket.cpp: improved Send(...)
- source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h: improved Receive
- source/ControlSocket.cpp, source/FileZilla.rc, source/FtpView.cpp, source/MainFrm.cpp, source/Options.cpp, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/TransferSocket.cpp, source/TransferSocket.h: last minute fixes
- readme.htm, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.rc, source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/MainFrm.h, source/MainThread.cpp, source/QueueCtrl.cpp, source/QueueCtrl.h, source/QueueView.cpp, source/QueueView.h, source/SiteManager.cpp, source/TransferSocket.cpp, source/resource.h, source/structures.h: improved transfer queue and other fixes
- source/ControlSocket.cpp: Fixed pasv transfer bug
- source/AsyncSocksifiedSocket.cpp, source/AsyncSocksifiedSocket.h: Receive now acts like Send, returns -1 if m_nSocksOpID!=0
- source/FileZilla.dsp: gss-layer
- source/ControlSocket.cpp, source/ControlSocket.h, source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h, source/TransferSocket.cpp, source/TransferSocket.h: gss-layer
- source/ControlSocket.cpp, source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/TransferSocket.cpp: some fixes
- source/FileZilla.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/FtpListCtrl.cpp, source/FtpListCtrl.h, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/resource.h: shlwapi.dll no longer needed, list columns can be hidden
- source/PathFunctions.cpp, source/PathFunctions.h: Replacement for shlwapi.dll
- readme.htm: added requirements section
- source/FileZilla.dsp, source/FtpView.cpp, source/MainFrm.cpp, source/MainFrm.h, source/splitex.cpp, source/misc/ComboCompletion.cpp: some bug fixes
- source/ControlSocket.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/FtpListCtrl.cpp, source/FtpListCtrl.h, source/FtpView.cpp, source/FtpView.h, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/LocalView2.h, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/resource.h, source/misc/ComboCompletion.cpp, source/misc/ComboCompletion.h: replaced ftp dir edit field with combo box, and list view style can be changed now
- source/FtpName.cpp [DEAD], source/FtpName.h [DEAD]: replaced by CComboCompletion
- source/FtpListResult.cpp, source/FtpListResult.h, source/TransferSocket.cpp, source/TransferSocket.h: Support for NT servers with MSDOS directory listing
- source/FileZilla.rc, source/FtpView.cpp, source/MainFrm.cpp, source/OutputWnd.cpp, source/OutputWnd.h, source/StatusView.cpp, source/StatusView.h: mouse wheel suppoert for the message log and some fixes
- source/splitex.cpp, source/splitex.h: Some fixes
- readme.htm, source/ControlSocket.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/FtpView.cpp, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/StdAfx.h, source/resource.h, source/res/Toolbar.bmp: Added interface page to option
- source/splitex.cpp, source/splitex.h: fixed some resizing bugs
- 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.