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):
2005-03-04 13:54 Tim Kosse (botg)- source/FtpControlSocket.cpp: display lock icon in statusbar if using explicit SSL/TLS
- source/FtpListResult.cpp: add austrian name for January
- source/AsyncGssSocketLayer.cpp, source/AsyncGssSocketLayer.h, source/AsyncProxySocketLayer.cpp, source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h, source/AsyncSslSocketLayer.cpp, source/AsyncSslSocketLayer.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/TransferSocket.cpp, source/TransferSocket.h: updated socket classes to latest versions as used in the server
- source/FtpControlSocket.cpp: fixed problem with empty datasets on MVS servers
- source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h: keep selection on refresh
- source/StatusCtrl.cpp: fixed buffer overflow in unicode mode
- source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/FtpListResult.cpp, source/FtpListResult.h, source/TransferSocket.cpp: RFC2640: UTF8 support, patch by Tommy Wu
- source/FileChangeNotify.cpp, source/FileChangeNotify.h: should compile in unicode mode
- source/FileChangeNotify.cpp, source/FileChangeNotify.h: forgot to clean m_hEvent
- source/FileZilla.vcproj, source/FileChangeNotify.cpp, source/FileChangeNotify.h, source/LocalView2.cpp, source/LocalView2.h: added file change notification to auto-refresh local file list. Patch by Chen-hsiu Huang
- readme.htm, source/FileZilla.rc, source/FileZilla.sln, source/install/FileZilla.nsi: updated version information
- source/TransferSocket.cpp: if speed limits were enabled, ascii file uploads could become truncated.
- source/FzSFtp/CONSOLE.C, source/FzSFtp/FzSFtp.vcproj, source/FzSFtp/INT64.C, source/FzSFtp/MISC.C, source/FzSFtp/MISC.H, source/FzSFtp/NETWORK.H, source/FzSFtp/PSFTP.C, source/FzSFtp/PUTTY.H, source/FzSFtp/PUTTYMEM.H, source/FzSFtp/SETTINGS.C, source/FzSFtp/SFTP.C, source/FzSFtp/SSH.C, source/FzSFtp/SSH.H, source/FzSFtp/SSHBN.C, source/FzSFtp/SSHDES.C, source/FzSFtp/SSHDH.C, source/FzSFtp/SSHMD5.C, source/FzSFtp/SSHPUBK.C, source/FzSFtp/SSHRAND.C, source/FzSFtp/SSHRSA.C, source/FzSFtp/cmdline.c, source/FzSFtp/pinger.c, source/FzSFtp/psftp.h, source/FzSFtp/timing.c: important PuTTY security fix, see PuTTY homepage for details
- source/LanguageDLLs/French/FzResFr.rc: Little error corrected thanks to Eric Bouqueau
- source/FileExistsDlg.h, source/FtpControlSocket.cpp, source/QueueCtrl.cpp, source/QueueCtrl.h: Fixed automatic resume on servers not supporting APPE, instead ask for overwrite action.
- source/FtpControlSocket.cpp: added some sanity checks, may prevent some reported crashes
- source/FtpListResult.cpp, source/FtpListResult.h: add support for unix servers sending named file sizes (with k, M, ... suffixes)
- source/FtpListResult.cpp: fixed regression with VxWorks servers
- source/LocalFileListCtrl.cpp: improved system image list retrieval; fixed memory leak
- source/LanguageDLLs/TraditionalChinese/fz_traditionalchinese.nsh: Updated E-mail address.
- source/LanguageDLLs/TraditionalChinese/FzResCh.rc: Updated translation
- source/LanguageDLLs/Korean/FzResKr.rc: fixed hidden shortcur korean resource
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: updated version information
- source/FtpListResult.cpp, source/FtpListResult.h: VxWorks style listings are very similar to OS/2 style listings, so use that and simply the code
- source/AsyncSocketEx.cpp, source/MainFrm.cpp, source/MainFrm.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/SFtpIpc.cpp, source/SiteManager.cpp, source/SiteManager.h, source/StatusCtrl.cpp, source/StatusCtrl.h, source/misc/ExceptionReport.cpp, source/misc/Led.cpp, source/misc/Led.h, source/misc/MarkupSTL.cpp, source/misc/MinTrayBtn.cpp, source/misc/ProcessorInfo.h, source/misc/SAPrefsDialog.cpp, source/misc/SAPrefsDialog.h, source/misc/SystemTray.cpp, source/misc/SystemTray.h, source/misc/hookwnd.cpp, source/misc/hookwnd.h: Win64 compatibility