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-11-12 00:19 Tim Kosse (botg)- source/MainThread.cpp, source/MainThread.h: fixed crashe in thread initialization
- source/MainFrm.cpp, source/SiteManager.cpp: fixed URL parsing assertion
- source/install/FileZilla.nsi: move some lines
- source/documentation/miscellaneous.gif, source/documentation/miscellaneous.htm: new options on misc page
- source/documentation/File Views.htm, source/documentation/Main Window.htm, source/documentation/Menus and Toolbars.htm, source/documentation/Using FileZilla.htm, source/documentation/asciibinary.htm, source/documentation/configuration.htm, source/documentation/connection.htm, source/documentation/dircache.htm, source/documentation/firewall.htm, source/documentation/ftpproxy.htm, source/documentation/general information.htm, source/documentation/gss.htm, source/documentation/history.htm, source/documentation/interface.htm, source/documentation/language.htm, source/documentation/messagelog.htm, source/documentation/proxy.htm, source/documentation/queue.htm, source/documentation/quickguide.htm, source/documentation/sitemanager.htm, source/documentation/version history.htm: removed meta tags
- source/MainThread.cpp: initlializing m_pControlSocket to m_pFtpControlSocket to fix reported crash
- source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: fixed problem with resuming
- source/FileZilla.rc: [no log message]
- source/install/FileZilla.nsi: made compatible with latest NSIS again
- source/AsyncSslSocket.cpp, source/AsyncSslSocket.h: removed some unused stuff, fixed typo
- source/install/FileZilla.nsi, source/install/fz_english.nsh, source/install/fz_french.nsh, source/install/fz_german.nsh, source/install/fz_polish.nsh, source/install/fz_tradchinese.nsh: made compatible with Modern UI 1.5
- source/SiteManager.cpp: fixed problems in ReadTreeXML and ImportXML
- source/Options.cpp, source/OptionsSpeedLimitPage.cpp: could enter 0 as speed limit
- source/TransferSocket.cpp, source/TransferSocket.h: fixed speed limit with multiple connections
- source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsMiscPage.cpp, source/OptionsMiscPage.h, source/SiteManager.cpp, source/SiteManager.h, source/resource.h: Added "Sort folders first" and "Don't expand folders by default" options to SiteManager
- source/FileZilla.cpp, source/FileZilla.dsp, source/FileZilla.h, source/FileZilla.rc, source/FtpListCtrl.cpp, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/StdAfx.h, source/TransferSocket.cpp, source/OptionsSpeedLimitPage.cpp, source/OptionsSpeedLimitPage.h, source/SpeedLimit.cpp, source/SpeedLimit.h, source/SpeedLimitRuleDlg.cpp, source/SpeedLimitRuleDlg.h, source/TransferSocket.h, source/resource.h: implemented speed limit, still need to fix multiple transfers
- source/QueueCtrl.cpp: now 1KB=1024 bytes in speed indicator
- source/SiteManager.cpp: don't remember password now work with the new menu
- source/install/FileZilla.nsi: fixed some bugs
- source/FileZilla.dsp: resource compiler now uses correct language id
- source/FtpListResult.cpp: did not undefine debug code - again ;)
- source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/SiteManager.cpp, source/SiteManager.h, source/resource.h: added sites dropdown menu to toolbar
- source/FtpListResult.cpp: added EPLF directory listing
- source/DirTreeCtrl.cpp, source/FtpControlSocket.cpp, source/FtpListResult.h, source/LocalFileListCtrl.cpp, source/Options.cpp, source/QueueCtrl.cpp, source/SftpControlSocket.cpp, source/misc/MarkupSTL.cpp, source/misc/MarkupSTL.h, source/misc/SAPrefsDialog.cpp, source/misc/SAPrefsDialog.h, source/misc/SystemTray.cpp: fixed VC7 compiler warnings
- source/install/FileZilla.nsi, source/install/fz_english.nsh, source/install/fz_french.nsh, source/install/fz_german.nsh, source/install/fz_polish.nsh, source/install/fz_tradchinese.nsh: made compatible with latest NSIS