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):
2006-07-13 10:59 Tim Kosse (botg)- source/Options.cpp: timezone offset is stored in minutes, not hours. Fix rangecheck.
- source/LocalFileListCtrl.cpp: local drag&drop operations didn't move all files.
- source/FtpControlSocket.cpp: Fix file uploads if CWD fails with 4yz reply code. Based on patch #1517579
- source/SftpControlSocket.cpp, source/TransferSocket.cpp: bFileTransfer flag of transfer status messages was incorrectly set even for directory listings.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/ControlSocket.cpp: typo
- source/ControlSocket.cpp: This should fix 90% of all reported crashes.
- source/ControlSocket.cpp, source/ControlSocket.h, source/SftpControlSocket.cpp, source/TransferSocket.cpp: small cleanup of speedlimit code
- source/MainFrm.cpp: fix URLs of the form ftp://someuser@somehost/ passed in quickconnect host field.
- source/FtpControlSocket.cpp, source/FtpControlSocket.h: Fix connection establishment if using SSL (or some other layer) and CFtpControlSocket::Create encountered a port that was in use.
- source/Options.cpp: Apply patch #1506155: UTF-8 option not saved properly.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/LanguageDLLs/Polish/FzResPo.rc: menu was missing inside Site Manager
- source/FtpListResult.cpp: added Finnish month names
- source/DirTreeCtrl.cpp, source/DirTreeCtrl.h: missing commit
- source/DirTreeCtrl.cpp: corrected calling convention
- source/DirTreeCtrl.cpp: load SHGetFolderPath dynamically, disable desktop display if function not found
- source/DirTreeCtrl.cpp: use SHGetFolderPath instead of SHGetSpecialFolderPath, should fix NT4 compatibility
- source/DirTreeCtrl.cpp: partially reverse patch #1496596: fix sorting problems patch did not work properly
- source/FtpListResult.cpp: compile fix
- source/DirTreeCtrl.cpp: apply patch #1496596: fix sorting problems
- source/DirTreeCtrl.cpp: Use CSIDL_DESKTOPDIRECTORY instead of CSIDL_DESKTOP to get desktop path.
- source/IdentServerControl.cpp: fix assertion
- readme.htm, source/FileZilla.rc, source/FileZilla.vcproj, source/install/FileZilla.nsi: version bump
- source/FtpControlSocket.cpp: [no log message]
- source/FtpControlSocket.cpp, source/FtpControlSocket.h: - if passwords contains non-ascii characters, fall back to local charset if login fails - not needed to send CLNT and OPTS UTF8 ON commands to FileZilla Server
- source/DirTreeCtrl.cpp, source/DirTreeCtrl.h, source/LocalView.cpp, source/MainFrm.cpp: Apply patch #1492243: Add desktop directory to local folder tree
- source/ControlSocket.cpp: call RemoveActiveTransfer in CControlSocket destructor
- source/ControlSocket.cpp: fix speedlimits
- source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h: prevent dragging of drives
- source/FtpListResult.cpp: escape high-ascii characters
- source/FtpControlSocket.cpp: applied patch #1491004, fix UTF-8 detection if connecting to a UTF-8 capable server after being connected to a non UTF-8 capable server.
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp: same buffer flow as in server, fix as well
- source/TransferSocket.cpp: fix performance issues on dualcore systems
- source/FtpControlSocket.cpp, source/FtpControlSocket.h: - make UTF-8 the default option - fix OnReceive to perform better on dualcore systems
- source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/resource.h, source/LanguageDLLs/Breton/FzResBr.rc, source/LanguageDLLs/Bulgarian/FzResBu.rc, source/LanguageDLLs/Catalan/FzResCa.rc, source/LanguageDLLs/Czech/FzResCze.rc, source/LanguageDLLs/French/FzResFr.rc, source/LanguageDLLs/German/FzResDe.rc, source/LanguageDLLs/Hungarian/FzResHu.rc, source/LanguageDLLs/Italian/FzResIt.rc, source/LanguageDLLs/Japanese/FzResJp.rc, source/LanguageDLLs/Korean/FzResKr.rc, source/LanguageDLLs/Norwegian/FzResNor.rc, source/LanguageDLLs/Polish/FzResPo.rc, source/LanguageDLLs/Russian/FzResRu.rc, source/LanguageDLLs/SimplifiedChinese/FzResChs.rc, source/LanguageDLLs/Slovak/FzResSk.rc, source/LanguageDLLs/Spanish/FzResEs.rc, source/LanguageDLLs/TraditionalChinese/FzResCh.rc: Add an entry to empty history in quickconnect menu
- source/MainFrm.cpp: fix resizing issue introduced in 2.2.20
- source/QueueCtrl.cpp: Clean progress controls in OnDestroy, might fix the crashes.
- source/MainFrm.cpp: use port 990 if host prefixed by ftps://
- source/AsyncSslSocketLayer.cpp: fix file truncation problem
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: version bump
- source/QueueCtrl.cpp: Some cleanup
- source/MainFrm.cpp, source/MainFrm.h: fix queue pane from shrinking under some situations.
- source/MainFrm.cpp: Remove leading and trailing whitespaces from host
- source/FileZilla.cpp, source/FileZilla.h, source/MainFrm.cpp, source/Options.cpp, source/OptionsViewEditPage.cpp, source/QueueCtrl.cpp, source/SiteManager.cpp: revert some of the dialog closing code, using a much better method now which doesn't crash application anymore.
- source/MainFrm.cpp: Code to close open message boxes as well.
- source/Options.cpp: fix defaulting to xml
- source/FileZilla.cpp, source/FileZilla.h, source/MainFrm.cpp, source/Options.cpp, source/OptionsViewEditPage.cpp, source/QueueCtrl.cpp, source/SiteManager.cpp: if main windows gets WM_CLOSE, close active file open/save dialogs as well
- source/LanguageDLLs/Italian/FzResIt.rc: fix typos