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-05-30 10:06 Tim Kosse (botg)- source/ControlSocket.cpp: fixed SetFileTime
- source/documentation/File Views.htm, source/documentation/Main Window.htm, source/documentation/Menus and Toolbars.htm, source/documentation/asciibinary.htm, source/documentation/compiling.htm, source/documentation/configuration.htm, source/documentation/connection.htm, source/documentation/debug.htm, source/documentation/firewall.htm, source/documentation/gss.htm, source/documentation/history.htm, source/documentation/interface.htm, source/documentation/introduction.htm, source/documentation/messagelog.htm, source/documentation/miscellaneous.htm, source/documentation/queue.htm, source/documentation/quickguide.htm, source/documentation/sitemanager.htm, source/documentation/version history.htm: fixed a lot of typing, spelling and grammatical errors. Thanks to Dave Minnot for proofreading and correcting
- source/ControlSocket.cpp, source/FileZilla.rc, source/FileZillaApi.cpp, source/FtpListCtrl.cpp, source/FtpListResult.cpp, source/Options.cpp, source/Options.h, source/structures.cpp, source/structures.h: added OPTION_PREVERSVEDOWNLOADFILETIME
- source/ControlSocket.cpp: fixed typo
- source/ControlSocket.cpp: transfer no longer fails just because LIST failes, now falling back to SIZE and MDTM
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h: define NOLAYERS to exclude layer code
- source/FtpListResult.cpp: fixed bug with VMS Server, t_direntry::lName not set correctly
- source/ControlSocket.cpp, source/DirectoryCache.cpp, source/DirectoryCache.h, source/ServerPath.cpp: fixed some problems with directory creation/deletion
- source/Language DLLs/French/FzResFr.dsp, source/Language DLLs/Polish/FzResPo.dsp, source/Language DLLs/Spanish/FzResEs.dsp: fixed wrong language set in project settings
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp: item selection and list sorting improved
- source/SortStringArray.cpp: using CString::CollateNoCase instead of CString::CompareNoCase
- readme.htm: version 0.7.1
- source/CommandQueue.cpp, source/FileZilla.rc, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/SiteManager.cpp, source/SiteManager.h, source/resource.h, source/structures.h: current server will be shown in titlebar
- source/LocalFileListCtrl.cpp: improved speed
- source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h: made list refresh work asynchronously
- source/AsyncProxySocketLayer.cpp, source/AsyncProxySocketLayer.h, source/AsyncSocketEx.cpp, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h: added Listen to layer
- source/AsyncProxySocketLayer.cpp, source/AsyncProxySocketLayer.h, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.rc, source/TransferSocket.cpp, source/TransferSocket.h, source/resource.h: removed OnProxyOperationFailed, added proxy error messages to OnLayerCallback
- source/SiteManager.cpp: GetDefaultSite fix from David Nestle
- source/AsyncProxySocketLayer.cpp, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h: added nErrorCode as parameter to CAsyncSocketExLayer::TriggerEvent
- source/AsyncProxySocketLayer.cpp, source/AsyncProxySocketLayer.h: fixed PROXYTYPE_NOPROXY
- source/AsyncProxySocket.cpp [DEAD], source/AsyncProxySocket.h [DEAD], source/AsyncProxySocketLayer.cpp, source/AsyncProxySocketLayer.h, source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h, source/AsyncSslSocket.cpp, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h, source/OptionsProxyPage.cpp, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h: new transparent socket layer classes
- source/resource.h, source/Language DLLs/French/resource.h, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/resource.h: removed unused symbols
- source/OptionsInterfacePage.cpp: remove obsolete messagemap macro
- source/TransferSocket.cpp: fixed memory leak
- source/AsyncSocketEx.cpp: using new free index instead of lowest possible index in CAsyncSocketExHelperWindow::AddSocket