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-07-03 11:18 Tim Kosse (botg)- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: fixed missing SFTP entry in servetype comboboxes
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Spanish/FzResEs.rc: fixed language IDs
- source/Language DLLs/French/FzResFr.rc: Change "Translation" by "Tr" in the dll informations
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h: updated language files translated
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: updated language files
- source/FileZillaApi.cpp, source/FileZillaApi.h, source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: fixed problem with dir caching, added transferfile to t_OverwriteData
- source/LocalFileListCtrl.cpp: fixed view/edit bug
- source/QueueCtrl.cpp, source/structures.h: moved t_queuedata from structures.h to QueueCtrl.cpp
- source/FileZilla.dsp, source/FileZillaApi.h, source/FtpTreeCtrl.h, source/FzApiStructures.cpp, source/FzApiStructures.h, source/MainFrm.cpp, source/MainThread.h, source/ManualTransferDlg.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/StdAfx.h, source/structures.cpp, source/structures.h: more separation between api and UI
- source/SFtpIpc.cpp: fixed Win9x/ME bug, invalid parameter was passed to CreateFileMapping
- source/FzSFtp/PUTTY.H, source/FzSFtp/SSH.C, source/FzSFtp/SSH.H, source/FzSFtp/WINNET.C: logevent now logs source file and line
- source/FzSFtp/FzSFtpIpc.cpp: fixed win9x/ME issue, GetHandleInformation not supported
- source/FzSFtp/CONSOLE.C: don't remember host key
- source/Language DLLs/French/FzResFr.rc: Corrected 3 faults, thanks to Benjamin BOIS.
- source/FileZilla.dsp, source/FileZilla.rc, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/Options.cpp, source/Options.h, source/OptionsViewEditPage.cpp, source/OptionsViewEditPage.h, source/resource.h: added view/edit entry to file view context menues
- source/CommandQueue.cpp, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.rc, source/FileZillaApi.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/FtpListResult.cpp, source/FtpListResult.h, source/MainFrm.cpp, source/MainFrm.h, source/MainThread.cpp, source/SftpControlSocket.cpp, source/StdAfx.h, source/TransferSocket.cpp, source/TransferSocket.h: simplified the way messages are returned to the api's owner window
- source/SiteManager.cpp, source/SiteManager.h: fixed scrolling, removed flicker
- source/SiteManager.cpp, source/SiteManager.h: added scrolling while dragging
- source/CommandQueue.cpp, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/SiteManager.cpp: added secure mode
- source/FtpControlSocket.cpp, source/SftpControlSocket.cpp: unicode fix
- source/FileZilla.cpp: remove creation of "HKCU\Local App Wizard generated applications\FileZilla"
- source/install/FileZilla.nsi: added secure mode, improved uninstalling
- source/FileZilla.dsp, source/SFtpIpc.cpp, source/SFtpIpc.h, source/FzSFtp/FzSFtpIpc.cpp, source/FzSFtp/FzSFtpIpcClient.cpp, source/FzSFtp/FzSFtpIpcClient.h: fixed ghost FzSFtp.exe after abnormal exit of FileZilla
- source/TransferSocket.cpp, source/TransferSocket.h: fixed receiving after OnClose has been called, did actually return when message queue was not empty, thus the last few bytes could not always be recieved (only occurred in GSS mode yet)
- source/GSSAsyncSocksifiedSocket.cpp: fixed potential problems: did call AsyncSelect too often, called Get- / SetLastError instead of WSAGet- / WSASetLastError
- source/CommandQueue.cpp, source/CommandQueue.h, source/ControlSocket.h, source/FileZillaApi.cpp, source/FileZillaApi.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/FtpListCtrl.cpp, source/MainThread.cpp, source/SFtpCommandIDs.h, source/SFtpIpc.cpp, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/structures.h, source/FzSFtp/MISC.C, source/FzSFtp/MISC.H, source/FzSFtp/PSFTP.C: implemented rename and chmod
- source/FileZilla.dsp: fixed copying of FzSFtp.exe again
- source/FileZilla.dsp, source/FzSFtp/FzSFtp.dsp: fixed copying of FzSFtp.exe
- source/SFtpIpc.cpp: fixed crash caused by race condition
- source/FileZilla.dsp: no longer linking with ssleay32.lib in unicode builds
- source/ControlSocket.h, source/Crypt.cpp, source/FileZilla.cpp, source/MainThread.cpp, source/MainThread.h, source/SftpControlSocket.cpp, source/TransferSocket.cpp, source/misc/SystemTray.cpp, source/misc/SystemTray.h, source/FzSFtp/CONSOLE.C, source/FzSFtp/SFTP.C, source/FzSFtp/SSH.C, source/FzSFtp/SSHRSA.C, source/FzSFtp/WINNET.C: fixed more compiler warnings
- source/AsyncSocketEx.cpp: only send layer messages if socket is valid
- source/FtpControlSocket.cpp: Now checks for return value of InitClientSSL
- source/FzSFtp/CONSOLE.C: fixed recursion in cleanup_exit, did call itself instead of exit
- source/AsyncSslSocket.cpp, source/AsyncSslSocket.h: fixed multiple calls to OnSslNotify with SSL_FAILURE
- source/ControlSocket.h, source/FtpControlSocket.h, source/SFtpIpc.cpp, source/SftpControlSocket.cpp, source/SftpControlSocket.h: added DELE and RMD
- source/AsyncSslSocket.cpp, source/Crypt.cpp, source/FileZilla.rc, source/FtpControlSocket.cpp, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/MainThread.cpp, source/OutputWnd.cpp, source/StatusView.cpp, source/misc/SAPrefsStatic.cpp, source/misc/SAPrefsStatic.h, source/misc/SystemTray.cpp, source/misc/SystemTray.h: fixed VC7 compile errors
- source/SFtpCommandIDs.h: added command ids for DELE and RMD
- source/FzSFtp/PSFTP.C: implemented DELE and RMD, merged changes from latest Putty development snapshot
- source/FzSFtp/CONSOLE.C, source/FzSFtp/FzSFtpIpc.cpp, source/FzSFtp/MISC.C, source/FzSFtp/NETWORK.H, source/FzSFtp/NOISE.C, source/FzSFtp/PUTTY.H, source/FzSFtp/SETTINGS.C, source/FzSFtp/SFTP.C, source/FzSFtp/SFTP.H, source/FzSFtp/SSH.C, source/FzSFtp/SSH.H, source/FzSFtp/SSHAES.C, source/FzSFtp/SSHDES.C, source/FzSFtp/SSHPUBK.C, source/FzSFtp/SSHRAND.C, source/FzSFtp/WINNET.C: merged changes from latest Putty development snapshot
- source/SFtpIpc.cpp, source/SftpControlSocket.cpp, source/FzSFtp/PSFTP.C: implemented file upload
- source/SFtpIpc.cpp: improved receive speed
- source/SftpControlSocket.cpp, source/SftpControlSocket.h: updating statusbar during trabsferm improved speed of STC_READ and STC_READ
- source/FzSFtp/PSFTP.C, source/FzSFtp/WINNET.C: improved speed of STC_READ
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp: fixed crash when running under Linux with Whine
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsw, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/SFtpCommandIDs.h, source/SFtpIpc.cpp, source/SFtpIpc.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h: implementes sftp file downloads
- source/FzSFtp/PSFTP.C: working file downloading
- source/MainFrm.cpp: fixed typo
- source/LocalFileListCtrl.cpp: fixed problems viewing '\' ("My Computer")
- source/Language DLLs/French/FzResFr.dsp, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h: Translated new strings and dialogs of 1.9.8
- source/Language DLLs/French/res/Toolbar.bmp: Changed "Remote Treeview" icon. (2 pixels)
- source/FzSFtp/FzSFtpIpc.cpp, source/FzSFtp/PSFTP.C: mdir, get and error handling
- source/FzSFtp/CONSOLE.C, source/FzSFtp/FzSFtp.dsp, source/FzSFtp/FzSFtpIpc.cpp, source/FzSFtp/FzSFtpIpc.h, source/FzSFtp/PSFTP.C, source/FzSFtp/PUTTY.H, source/FzSFtp/SSH.C: stripped some unnecessary or blocking (for FZ) code, improved error handling
- source/FzSFtp/FzSFtpIpc.h: removed absolute path to SFtpCommandIDs.h
- source/ControlSocket.cpp, source/ControlSocket.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h: moved OnLayerCallback to CControlSocket
- source/FileZilla.dsp, source/FileZilla.dsw: added FzSFtp project
- source/install/FileZilla.nsi: FzSFtp's .c files were not installed
- source/SFtpIpc.cpp, source/SftpControlSocket.cpp: fixed unicode
- source/install/FileZilla.nsi: added FzSFtp
- source/FzSFtp/BE_NONE.C, source/FzSFtp/CONSOLE.C, source/FzSFtp/FzSFtp.dsp, source/FzSFtp/FzSFtp.rc, source/FzSFtp/FzSFtpIpc.cpp, source/FzSFtp/FzSFtpIpc.h, source/FzSFtp/FzSFtpIpcClient.cpp, source/FzSFtp/FzSFtpIpcClient.h, source/FzSFtp/INT64.C, source/FzSFtp/INT64.H, source/FzSFtp/LICENCE, source/FzSFtp/MISC.C, source/FzSFtp/MISC.H, source/FzSFtp/NETWORK.H, source/FzSFtp/NOISE.C, source/FzSFtp/PAGEANTC.C, source/FzSFtp/PORTFWD.C, source/FzSFtp/PSFTP.C, source/FzSFtp/PUTTY.H, source/FzSFtp/PUTTYMEM.H, source/FzSFtp/SETTINGS.C, source/FzSFtp/SFTP.C, source/FzSFtp/SFTP.H, source/FzSFtp/SSH.C, source/FzSFtp/SSH.H, source/FzSFtp/SSHAES.C, source/FzSFtp/SSHBLOWF.C, source/FzSFtp/SSHBN.C, source/FzSFtp/SSHCRC.C, source/FzSFtp/SSHCRCDA.C, source/FzSFtp/SSHDES.C, source/FzSFtp/SSHDH.C, source/FzSFtp/SSHDSS.C, source/FzSFtp/SSHMD5.C, source/FzSFtp/SSHPUBK.C, source/FzSFtp/SSHRAND.C, source/FzSFtp/SSHRSA.C, source/FzSFtp/SSHSH512.C, source/FzSFtp/SSHSHA.C, source/FzSFtp/SSHZLIB.C, source/FzSFtp/STORAGE.H, source/FzSFtp/TREE234.C, source/FzSFtp/TREE234.H, source/FzSFtp/VERSION.C, source/FzSFtp/WINNET.C, source/FzSFtp/WINSTORE.C, source/FzSFtp/resource.h: FzSFtp source based on PSFtp
- source/FileZilla.rc, source/MainFrm.cpp, source/ManualTransferDlg.cpp, source/SiteManager.cpp: added sftp servertype
- source/FileZilla.rc, source/FtpListResult.cpp, source/SFtpCommandIDs.h, source/SFtpIpc.cpp, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/resource.h: implemented directory listing
- source/FileZillaApi.cpp, source/SFtpCommandIDs.h, source/SFtpIpc.cpp, source/SFtpIpc.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h: connection and authentication to sftp servers working
- source/SFtpIpc.cpp, source/SftpControlSocket.cpp: changed event which will be set on init and added more error handling
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.rc, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/SFtpIpc.cpp, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/resource.h: bugfixes
- source/ControlSocket.cpp, source/FileZilla.dsp, source/FtpControlSocket.cpp, source/SFtpCommandIDs.h, source/SFtpIpc.cpp, source/SFtpIpc.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h: CSFtpIpc complete, started implementing of connection establishment
- source/GSSAsyncSocksifiedSocket.h: fixed UNICODE and initialization problems
- source/GSSAsyncSocksifiedSocket.cpp: fixed UNICODE and initialization problems
- source/AsyncProxySocketLayer.h, source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSocketExLayer.cpp, source/AsyncSocketExLayer.h, source/AsyncSslSocket.cpp, source/AsyncSslSocket.h, source/CommandQueue.cpp, source/CommandQueue.h, source/ControlSocket.cpp, source/ControlSocket.h, source/Crypt.cpp, source/Crypt.h, source/DirectoryCache.cpp, source/DirectoryCache.h, source/EnterSomething.cpp, source/EnterSomething.h, source/FileAttributes.cpp, source/FileAttributes.h, source/FileExistsDlg.cpp, source/FileExistsDlg.h, source/FileZilla.cpp, source/FileZilla.h, source/FileZillaApi.cpp, source/FileZillaApi.h, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/FtpListCtrl.cpp, source/FtpListCtrl.h, source/FtpListResult.cpp, source/FtpListResult.h, source/FtpTreeCtrl.cpp, source/FtpTreeCtrl.h, source/FtpTreeView.cpp, source/FtpTreeView.h, source/FtpView.cpp, source/FtpView.h, source/LocalDirName.cpp, source/LocalDirName.h, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/LocalView.cpp, source/LocalView.h, source/LocalView2.cpp, source/LocalView2.h, source/MFC64bitFix.cpp, source/MFC64bitFix.h, source/MainFrm.cpp, source/MainFrm.h, source/MainThread.cpp, source/MainThread.h, source/ManualTransferDlg.cpp, source/ManualTransferDlg.h, source/Options.cpp, source/Options.h, source/OptionsConnection.cpp, source/OptionsConnection.h, source/OptionsConnection2.cpp, source/OptionsConnection2.h, source/OptionsConnection3.cpp, source/OptionsConnection3.h, source/OptionsDebugPage.cpp, source/OptionsDebugPage.h, source/OptionsDirCachePage.cpp, source/OptionsDirCachePage.h, source/OptionsFirewallPage.cpp, source/OptionsFirewallPage.h, source/OptionsGssPage.cpp, source/OptionsGssPage.h, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/OptionsLanguagePage.cpp, source/OptionsLanguagePage.h, source/OptionsLocalViewPage.cpp, source/OptionsLocalViewPage.h, source/OptionsMiscPage.cpp, source/OptionsMiscPage.h, source/OptionsProxyPage.cpp, source/OptionsProxyPage.h, source/OptionsRemoteViewPage.cpp, source/OptionsRemoteViewPage.h, source/OptionsTransferPage.cpp, source/OptionsTransferPage.h, source/OptionsTypePage.cpp, source/OptionsTypePage.h, source/PathFunctions.cpp, source/PathFunctions.h, source/QueueCtrl.cpp, source/QueueCtrl.h, source/QueueView.cpp, source/QueueView.h, source/RenameFile.cpp, source/RenameFile.h, source/RetryServerList.cpp, source/RetryServerList.h, source/SFtpIpc.cpp, source/SFtpIpc.h, source/ServerChangePass.cpp, source/ServerChangePass.h, source/ServerPath.cpp, source/ServerPath.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/SiteManager.cpp, source/SiteManager.h, source/StatusView.cpp, source/StatusView.h, source/StdAfx.cpp, source/StdAfx.h, source/TransferAsDlg.cpp, source/TransferAsDlg.h, source/TransferSocket.cpp, source/TransferSocket.h, source/VerifyCertDlg.cpp, source/VerifyCertDlg.h, source/structures.cpp, source/structures.h, source/version.h: added missing copyright notices
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/FileZilla.rc, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/MainThread.cpp, source/SFtpIpc.cpp, source/SFtpIpc.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/resource.h: move more code to CControlSocket, added SFtp Ipc class
- source/FtpListResult.cpp, source/FtpListResult.h: works with line-wrapped listings and improves speed when receiving and parsing large listings
- source/FtpControlSocket.cpp: no longer sending keep alive command immediately after transfers
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/FtpControlSocket.cpp, source/FtpControlSocket.h, source/MainThread.cpp, source/MainThread.h, source/SftpControlSocket.cpp, source/SftpControlSocket.h, source/structures.h: 1. Step of SFTP integration: changed CControlSocket into CFtpControlSocket, CControlSocket is now baseclass for CFtpControlSocket and CSFtpControlSocket
- source/LocalFileListCtrl.cpp: [no log message]
- source/Language DLLs/Translation Guide.htm: added IDD_MANUAL_TRANSFER combo box info
- source/Language DLLs/Translation Guide.htm: translation guide
- source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h: fixed icon cache and crash when deleting files
- readme.htm: updated readme
- source/CommandQueue.cpp, source/CommandQueue.h, source/FtpView.cpp, source/MainFrm.cpp: fixed weired reconnect when using multiple instances of FZ
- source/ControlSocket.cpp: fixed compiler warnings
- source/AsyncProxySocketLayer.cpp, source/SiteManager.cpp: more compiler warnings
- source/AsyncProxySocketLayer.cpp, source/AsyncSocketEx.cpp, source/Crypt.cpp, source/FtpListResult.cpp, source/OutputWnd.cpp, source/StatusView.cpp, source/TransferSocket.cpp: fixed compiler warnings
- readme.htm, source/FileZilla.dsp, source/FileZilla.rc: updated version information
- source/LocalFileListCtrl.cpp: fixed item selection after dl of already existing files
- source/Language DLLs/German/FzResDe.rc: fixed untranslated string
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Spanish/FzResEs.rc: fixed wrong resource id in menu
- source/CommandQueue.cpp, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/LocalView2.cpp, source/LocalView2.h, source/QueueCtrl.cpp: very fast refresh of single files after downloads and deletion of local files
- source/install/FileZilla.nsi: better upx compression
- source/FtpListCtrl.cpp: little bit improved sorting speed
- source/misc/ProcessorInfo.h, source/misc/WheatyExceptionReport.cpp, source/misc/WindowsVersion.h: added system details to exception report
- source/resource.h: renumbered
- source/Language DLLs/French/resource.h, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/resource.h: renumbered
- source/FileZilla.rc, source/StdAfx.h, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: updated resources and language files
- source/ManualTransferDlg.cpp: unicode compile fix
- source/ControlSocket.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/ManualTransferDlg.cpp, source/ManualTransferDlg.h, source/QueueCtrl.cpp, source/SiteManager.cpp, source/resource.h: manual download improved, changed into manual transfer
- source/TransferSocket.cpp: fixed memory leak
- source/ServerPath.cpp, source/ServerPath.h: bugfixed and improved SetPath and ChangePath
- source/FtpListCtrl.cpp: Create directory accepts relative paths again
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: updated language files
- source/FileZilla.dsp, source/FileZilla.rc, source/Options.cpp, source/Options.h, source/OptionsTransferPage.cpp, source/OptionsTransferPage.h, source/resource.h: added transfer page with "preserve file time" setting
- 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
- source/res/certificate.ico, source/res/secure.ico: more missing files
- source/FileZilla.dsp, 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: renumbered resource ids
- source/FileZilla.rc, source/res/remotetree.bmp, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/French/res/remotetree.bmp, source/Language DLLs/German/res/remotetree.bmp, source/Language DLLs/Polish/res/remotetree.bmp, source/Language DLLs/Spanish/res/remotetree.bmp: renamed and added missing file (remotetree.bmp)
- source/ControlSocket.cpp, source/DirectoryCache.cpp, source/DirectoryCache.h: fixed dir renaming with dir cache
- source/ControlSocket.cpp: fixed MKD on some linux servers
- readme.htm, source/FileZilla.rc: updated version information
- source/documentation/FileZilla.hhp, source/documentation/MainWindow.gif, source/documentation/Menus and Toolbars.htm, source/documentation/Topics.hhc, source/documentation/connection.gif, source/documentation/debug.gif, source/documentation/debug.htm, source/documentation/interface.gif, source/documentation/interface_local.gif, source/documentation/interface_remote.gif, source/documentation/language.gif, source/documentation/toolbar.gif, source/documentation/toolbar_remotetreeview.gif, source/documentation/toolbar_treeview.gif, source/documentation/version history.htm: updated documentation
- source/MainThread.cpp, source/MainThread.h, source/TransferSocket.cpp: removed obsolete code
- source/CommandQueue.cpp, source/ControlSocket.cpp: fixed reconnect bug
- source/AsyncSslSocketHelperWindow.cpp [DEAD], source/AsyncSslSocketHelperWindow.h [DEAD]: obsolete due to CAsyncSocketEx
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h: no longer uses MFC
- source/FtpListCtrl.cpp: refreshing list after chmod
- source/ControlSocket.cpp, source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h: fixed Kerberos GSS Win98 bug
- readme.htm, source/FileZilla.rc, source/Language DLLs/Polish/FzResPo.rc: updated version information
- source/misc/ComboCompletion.cpp: fixed input of relative paths
- source/QueueCtrl.cpp: retrycount was not reset
- source/FtpListCtrl.cpp, source/FtpListResult.cpp: using t_directroy::lName
- source/Language DLLs/Polish/FzResPo.rc: updated translation
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/res/Toolbar.bmp: updated language files
- source/ControlSocket.cpp, source/FileZillaApi.cpp, source/MainThread.cpp, source/MainThread.h, source/structures.h: file operations also apply to working dir
- source/version.cpp: changed path detection
- source/ServerPath.cpp, source/ServerPath.h: fixed some bugs
- source/ControlSocket.cpp: case insensitive file/dir exists checks
- source/QueueCtrl.cpp: added CTRL+A to select all files
- source/ControlSocket.cpp, source/TransferSocket.cpp: fixed AsyncSelect
- source/misc/ComboCompletion.cpp: added CTRL+X,C,V copy and paste
- source/FileZilla.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/MainFrm.cpp, source/version.cpp, source/version.h, source/misc/WheatyExceptionReport.cpp: added version information to exception record
- source/ServerPath.cpp: fixed unicode
- source/ControlSocket.cpp: fixed initialization of m_pDataFile
- source/GSSAsyncSocksifiedSocket.cpp: fixed helper window messagequeue filling up
- source/AsyncSocketEx.cpp: fixed GetPeerName
- source/AsyncProxySocket.cpp, source/AsyncProxySocket.h, source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSslSocket.cpp, source/ControlSocket.cpp, source/FileZilla.dsp, source/GSSAsyncSocksifiedSocket.cpp, source/StdAfx.h, source/TransferSocket.cpp: new WinSock wrapper class, replaces MFC's CAsyncSocket
- source/FileZilla.rc: [no log message]
- source/install/FileZilla.nsi: made compatible with latest NSIS version
- source/ControlSocket.cpp, source/TransferSocket.cpp: fixed receive code, could fill message queue
- source/QueueCtrl.cpp: /me can't code
- source/QueueCtrl.cpp: t_transferfile.QueueData.bActive was not reset properly in ProcessReply
- source/ServerPath.h: [no log message]
- source/SiteManager.cpp, source/SiteManager.h: added drag&drop and fixed renaming bugs
- todo.txt: updated
- source/ServerPath.cpp: small fixes, added ChangePath(CString subdir) and CServerPath(CString subdir, const CServerPath &parent)
- source/MainFrm.cpp: fixed relative paths in remote combo box
- source/DirTreeCtrl.cpp, source/LocalFileListCtrl.cpp: [no log message]
- source/misc/ComboCompletion.cpp, source/misc/ComboCompletion.h: relative paths can be entered again
- source/CommandQueue.cpp, source/CommandQueue.h, source/MainFrm.cpp: improved retry on disconnect
- source/ControlSocket.cpp: return FZ_REPLY_CRITICALERROR if RETR/STOR/APPE returns 5xx
- readme.htm, source/FileZilla.rc: updated version information
- source/Language DLLs/German/FzResDe.rc, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Spanish/FzResEs.rc: fixed IDD_CONNECTION4
- source/StdAfx.cpp, source/StdAfx.h: LSTRACE macros, tracing without filenames
- source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h: display debug messages from GSSApi.dll
- source/FileZilla.rc, source/FtpListCtrl.cpp, source/FtpListResult.h, source/LocalFileListCtrl.cpp, source/Options.cpp, source/Options.h, source/OptionsLocalViewPage.cpp, source/OptionsLocalViewPage.h, source/OptionsRemoteViewPage.cpp, source/OptionsRemoteViewPage.h, source/resource.h, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: Added filesize format options
- source/GSSAsyncSocksifiedSocket.h: Made compatible with fixed GSSApi.dll
- source/GSSAsyncSocksifiedSocket.cpp: made compatible with fixed GSSApi.dll
- source/FtpTreeCtrl.cpp, source/FtpTreeCtrl.h, source/FtpTreeView.cpp, source/FtpTreeView.h, source/MainFrm.cpp: tree not updating when hidden
- source/FtpListResult.cpp: stripping double files (with different version tag) from VMS dirlistings, keep the latest
- source/ControlSocket.cpp: fixed crash
- source/misc/SystemTray.cpp: fixed refresh bug
- source/FileZilla.rc, source/FtpTreeView.cpp, source/FtpView.cpp, source/LocalView.cpp, source/LocalView.h, source/LocalView2.cpp, source/LocalView2.h, source/MainFrm.cpp: fixed wrapping of view labels
- source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h: updated language files
- source/FtpTreeView.cpp, source/FtpTreeView.h: Added CFtpTreeView::GetTreeCtrl
- source/MainFrm.cpp: fixed pane switching with tab key
- source/FtpListCtrl.cpp, source/LocalFileListCtrl.cpp: fixed column header reloading with hided columns
- source/SortStringArray.cpp: now compares ignoring case
- source/ControlSocket.cpp: [no log message]
- source/DirTreeCtrl.cpp, source/FtpTreeCtrl.cpp: removed unused code
- source/FileZillaApi.cpp: fixed FZ_COMMAND_LIST
- source/FileZilla.rc, source/FtpListCtrl.cpp, source/FtpListCtrl.h, source/LocalFileListCtrl.cpp, source/LocalFileListCtrl.h, source/MainFrm.cpp, source/Options.cpp, source/Options.h, source/OptionsInterfacePage.cpp, source/OptionsInterfacePage.h, source/OptionsLocalViewPage.cpp, source/OptionsLocalViewPage.h, source/OptionsRemoteViewPage.cpp, source/OptionsRemoteViewPage.h, source/resource.h: remember column widts, some fixes
- source/DirTreeCtrl.cpp: fixed tree not expanding on startup
- source/TransferSocket.cpp: fixed bug with failing proxy operations
- source/AsyncSslSocket.cpp: use FD_WRITE instead of FD_READ in line 389
- source/FtpListResult.cpp: fixed typo
- source/FtpTreeCtrl.cpp, source/FtpTreeCtrl.h, source/FtpTreeView.cpp, source/FtpTreeView.h: the ftp tree classes
- source/CommandQueue.cpp, source/ControlSocket.h, source/FileZillaApi.cpp, source/FileZillaApi.h, source/MainThread.cpp, source/MainThread.h, source/TransferSocket.cpp: started cleaning up the api
- source/FileZilla.rc, source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/Options.h, source/OptionsInterfacePage.cpp, source/resource.h, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/French/res/Toolbar.bmp, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/German/res/Toolbar.bmp, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Polish/res/Toolbar.bmp, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h, source/Language DLLs/Spanish/res/Toolbar.bmp: remote tree hidden by default, updated options
- source/DirTreeCtrl.cpp, source/FileZilla.dsp, source/FileZilla.rc, source/FileZillaApi.h, source/FtpView.cpp, source/FtpView.h, source/LocalDirName.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/StdAfx.h, source/resource.h, source/structures.h, source/Language DLLs/French/FzResFr.dsp, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/German/FzResDe.dsp, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/Polish/FzResPo.dsp, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.dsp, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h, source/misc/ComboCompletion.cpp, source/misc/WheatyExceptionReport.cpp, source/res/Toolbar.bmp: added remote treeview
- source/ServerPath.h: added new destructor that only needs servertype
- source/ServerPath.cpp: added constructor that only accepts server type
- source/LocalFileListCtrl.cpp: should fix crashes when selecting file properties
- source/ControlSocket.cpp: fixed another VMS server bug
- source/ServerPath.cpp, source/SiteManager.cpp: fixed little bug with VMS servers
- source/Options.cpp: reading from HKLM fixex, larger cache timeout
- source/Options.cpp: fixed partially uninitialized options cache, reading options from HKLM
- source/FileZilla.rc: updated version information
- source/misc/WheatyExceptionReport.cpp: dbghelp loaded dynamically
- source/install/FileZilla.nsi: added dbghelp.dll to script
- readme.htm, source/FileZilla.dsp: updated version information
- source/Language DLLs/French/FzResFr.dsp, source/Language DLLs/French/FzResFr.rc, source/Language DLLs/French/resource.h, source/Language DLLs/French/res/FileZilla.ico, source/Language DLLs/French/res/Toolbar.bmp, source/Language DLLs/French/res/certificate.ico, source/Language DLLs/French/res/down.ico, source/Language DLLs/French/res/empty.ico, source/Language DLLs/French/res/leds.bmp, source/Language DLLs/French/res/secure.ico, source/Language DLLs/French/res/sitemanagertree.bmp, source/Language DLLs/French/res/trayicon.ico, source/Language DLLs/French/res/up.ico, source/Language DLLs/German/FzResDe.dsp, source/Language DLLs/German/FzResDe.rc, source/Language DLLs/German/resource.h, source/Language DLLs/German/res/FileZilla.ico, source/Language DLLs/German/res/Toolbar.bmp, source/Language DLLs/Polish/FzResPo.dsp, source/Language DLLs/Polish/FzResPo.rc, source/Language DLLs/Polish/resource.h, source/Language DLLs/Spanish/FzResEs.dsp, source/Language DLLs/Spanish/FzResEs.rc, source/Language DLLs/Spanish/resource.h, source/Language DLLs/German/res/certificate.ico, source/Language DLLs/German/res/down.ico, source/Language DLLs/German/res/empty.ico, source/Language DLLs/German/res/leds.bmp, source/Language DLLs/German/res/secure.ico, source/Language DLLs/German/res/sitemanagertree.bmp, source/Language DLLs/German/res/trayicon.ico, source/Language DLLs/German/res/up.ico, source/Language DLLs/Polish/res/FileZilla.ico, source/Language DLLs/Polish/res/Toolbar.bmp, source/Language DLLs/Polish/res/certificate.ico, source/Language DLLs/Polish/res/down.ico, source/Language DLLs/Polish/res/empty.ico, source/Language DLLs/Polish/res/leds.bmp, source/Language DLLs/Polish/res/secure.ico, source/Language DLLs/Polish/res/sitemanagertree.bmp, source/Language DLLs/Polish/res/trayicon.ico, source/Language DLLs/Polish/res/up.ico, source/Language DLLs/Spanish/res/FileZilla.ico, source/Language DLLs/Spanish/res/Toolbar.bmp, source/Language DLLs/Spanish/res/certificate.ico, source/Language DLLs/Spanish/res/down.ico, source/Language DLLs/Spanish/res/empty.ico, source/Language DLLs/Spanish/res/leds.bmp, source/Language DLLs/Spanish/res/secure.ico, source/Language DLLs/Spanish/res/sitemanagertree.bmp, source/Language DLLs/Spanish/res/trayicon.ico, source/Language DLLs/Spanish/res/up.ico: language DLLs for FileZilla 1.9.4
- source/misc/WheatyExceptionReport.cpp, source/misc/WheatyExceptionReport.h: class that generates exception records
- source/StdAfx.h: updated version information
- source/GSSAsyncSocksifiedSocket.h: fixed receive code
- source/Options.cpp: now works with statically linked MFC
- source/install/FileZilla.nsi: updated script for language DLLs
- source/MainThread.cpp: calling AfxSocketInit
- source/GSSAsyncSocksifiedSocket.cpp: fixed problems with receive code
- source/FtpListCtrl.cpp: line would not appear when icon could not be retrieved
- source/FileZilla.cpp: fix for statically linked MFC
- source/ControlSocket.cpp: trusted cert file now in same dir as filezilla
- source/AsyncSslSocket.cpp: added exception handler to write cert to file code
- source/AsyncSslSocket.cpp: fixed unicode
- source/AsyncSslSocket.cpp, source/AsyncSslSocket.h, source/ControlSocket.cpp, source/ControlSocket.h, source/FileZilla.dsp, source/FileZilla.rc, source/FileZillaApi.cpp, source/FileZillaApi.h, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/MainFrm.h, source/MainThread.cpp, source/MainThread.h, source/TransferSocket.h, source/resource.h: added SSL certificate verification and show hidden files option
- source/VerifyCertDlg.cpp, source/VerifyCertDlg.h: Certificate verification dialog
- source/MFC64bitFix.cpp: fixed 2 bugs
- source/misc/SystemTray.cpp, source/misc/SystemTray.h: updated to latest version
- source/StatusView.cpp, source/StdAfx.cpp, source/TransferSocket.cpp, source/MainFrm.cpp, source/LocalDirName.cpp, source/LocalFileListCtrl.cpp: fix for files > 2GB
- source/OutputWnd.cpp, source/QueueCtrl.cpp, source/LocalFileListCtrl.h, source/StdAfx.h, source/FtpListCtrl.cpp: fix for files > 2GB
- source/PathFunctions.cpp: 64bit fix
- source/MFC64bitFix.cpp, source/MFC64bitFix.h: Fix MFC large file problems
- source/Options.cpp: fixed bug in options cache
- source/SiteManager.cpp: unicode
- source/AsyncSslSocket.cpp: bug in release build
- source/AsyncSslSocket.cpp, source/AsyncSslSocket.h, source/AsyncSslSocketHelperWindow.cpp, source/AsyncSslSocketHelperWindow.h, source/FileZilla.dsp: Failed to trigger OnReceive with empty network receive buffer.
- readme.htm, source/FileZilla.dsp: updated version info
- source/QueueCtrl.cpp, source/SiteManager.cpp, source/StatusView.cpp: fixed unicode bugs
- source/FileZilla.cpp: typo
- source/ControlSocket.h, source/FileZilla.dsp, source/FileZilla.rc, source/FtpListCtrl.cpp, source/Options.cpp, source/StatusView.cpp, source/TransferSocket.cpp: unicode
- source/FileExistsDlg.cpp: fixed date/time sorting bug
- source/ControlSocket.cpp: Did connect to port m_server.port instead to port passed to Connect
- source/OptionsGssPage.cpp, source/OptionsTypePage.cpp, source/OutputWnd.cpp, source/OutputWnd.h, source/PathFunctions.cpp, source/QueueCtrl.cpp, source/ServerPath.cpp, source/SiteManager.cpp, source/StatusView.cpp, source/TextProgressCtrl.cpp, source/TransferSocket.cpp, source/misc/SAPrefsDialog.cpp, source/misc/SAPrefsStatic.h: unicode
- source/StatusView.cpp: the chars \ { and } corrupted log the file
- source/MainFrm.cpp, source/MainFrm.h, source/Options.cpp, source/misc/SAPrefsDialog.cpp, source/misc/SAPrefsDialog.h: unicode
- source/ControlSocket.cpp, source/ControlSocket.h, source/FileExistsDlg.cpp, source/FileExistsDlg.h: fixed problem with large files
- source/FtpListResult.cpp, source/FtpView.cpp, source/GSSAsyncSocksifiedSocket.cpp, source/GSSAsyncSocksifiedSocket.h, source/LocalDirName.cpp, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/misc/HyperLink.cpp: even more unicode