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