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-05-03 12:17 Tim Kosse (botg)- source/FtpControlSocket.cpp: moved TYPE command before PORT/PASV commands
- source/FtpControlSocket.cpp: move PROT command after successful authentication, use PROT as well if using implicit SSL
- source/MainFrm.cpp: Applied patch #1192834: If auto detecting ascii/binary mode, break out of loop after first match
- source/LanguageDLLs/German/FzResDe.rc: Applied patch #1189622: Typos
- source/documentation/quickguide.htm: Applied patch #1186746: Typo
- source/LanguageDLLs/English/fz_english.nsh: applied patch #1186636: Typo in uninstaller
- source/DirTreeCtrl.cpp, source/FtpListCtrl.cpp, source/ServerPath.cpp, source/ServerPath.h: fixed some compiler warnings
- source/MainFrm.cpp: if taskbar was not at the bottom or right of the screen, window size were not remembered correctly.
- source/AsyncSslSocketLayer.cpp: set m_mayTriggerRead if returning from OnReceive if m_bBlocking is true. Fixes implicit SSL hanging after ssl handshake was completed
- source/FtpListResult.cpp: [no log message]
- source/FtpListResult.cpp: fixed parsing of files with times between 0:00 and 0:59 in old vshell style listings
- source/FtpControlSocket.cpp: missing space in CLNT detection
- source/LocalFileListCtrl.cpp: fixed another potential crash
- readme.htm, source/FileZilla.rc, source/install/FileZilla.nsi: bumped version
- source/FtpControlSocket.cpp, source/FtpControlSocket.h: send CLNT command prior to OPTS UTF8 ON as required by some servers
- source/AsyncSslSocketLayer.cpp, source/LocalFileListCtrl.cpp, source/MainFrm.cpp, source/QueueCtrl.cpp, source/misc/Led.cpp: In response to several exception reports, add a few more checks which might prevent rare crashes I cannot reproduce
- source/MainFrm.cpp, source/MainFrm.h: Applied latest version of patch #1166820: Splitter position not saved correctly
- source/SpeedLimit.cpp: time based speed limits over midnight did not work properly
- source/LocalView2.cpp, source/LocalView2.h, source/MainFrm.cpp, source/MainFrm.h: changed automatic refresh of local file list: - Refresh unconditonally if a file has been added, removed or renamed - If file size or last write time changes, refresh only if FileZilla gets the focus
- source/QueueCtrl.cpp: fixed minor memory leak if closing FileZilla
- source/TransferSocket.cpp: fixed an assert in the download code with enabled speed limits. This problem might have caused timeouts in some situations
- source/MainFrm.cpp: applied patch #1166820: Splitter position not save correct
- source/StatusCtrl.cpp: small fix in unicode mode
- readme.htm, source/FileZilla.rc, source/FileZilla.sln, source/FileZilla.vcproj, source/install/FileZilla.nsi, source/install/autobuild: updated version information
- source/MainFrm.cpp: apply new file exists action if user changes it in the settings dialog