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 Legay FileZilla Server (581 changes):
2005-05-17 11:01 Tim Kosse (botg)- readme.htm, source/FileZilla server.rc, source/Interface/FileZilla server.rc: updated version information
- source/install/FileZilla Server.nsi: set next button text properly if not installing interface
- source/install/FileZilla Server.nsi, source/install/InterfaceOptions.ini, source/install/StartupOptions.ini, source/install/StartupOptions9x.ini: service and admin interface can be installed independant from each other
- source/ControlSocket.cpp: Accept PBSZ command if using SSL
- source/ControlSocket.cpp: fix infinite loop if anti-hammering limit was reached
- readme.htm, source/FileZilla server.rc, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/install/FileZilla Server.nsi: updated version information
- source/AsyncSocketEx.cpp, source/AsyncSslSocketLayer.cpp: TriggerEvents has to cope with the case m_onCloseCalled
- source/AsyncSocketEx.cpp, source/AsyncSocketEx.h, source/AsyncSocketExLayer.cpp: crude hack if using layers and FD_CLOSE notification gets sent. Unfortunately Windows does only generate WM_TIMER messages if the application waits in GetMessage. Only reason I can imagine is that this crude behaviour was taken over from Win 3.1
- source/ControlSocket.cpp, source/OptionTypes.h, source/Interface/FileZilla server.rc, source/Interface/OptionsSslPage.cpp, source/Interface/OptionsSslPage.h, source/Interface/resource.h: add option to force explicit SSL
- source/AsyncSocketEx.cpp, source/TransferSocket.cpp: fix infinite loop if speedlimits are enabled
- source/ControlSocket.cpp, source/ControlSocket.h, source/Server.cpp, source/ServerThread.cpp: apply server state to already closing threads as well
- source/AsyncSslSocketLayer.cpp: set m_mayTriggerRead if returning from OnReceive if m_bBlocking is true.
- source/ServerThread.cpp: type
- source/SpeedLimit.cpp: time based speed limits over midnight did not work properly
- source/AsyncSslSocketLayer.cpp: fixed crash
- source/Accounts.cpp, source/Accounts.h, source/ControlSocket.cpp, source/ControlSocket.h, source/Permissions.cpp, source/ServerThread.cpp, source/ServerThread.h, source/TransferSocket.cpp, source/Interface/GroupsDlgSpeedLimit.cpp, source/Interface/UsersDlg.cpp, source/Interface/UsersDlgSpeedLimit.cpp: fixed and simplified speed limit code
- source/Interface/res/certificate.ico: missing file
- readme.htm, source/FileZilla server.rc, source/install/FileZilla Server.nsi: updated version information
- source/Interface/OptionsGeneralPage.cpp: accept more than 5 characters for the port field
- source/Interface/FileZilla server.rc, source/Interface/GenerateCertificateDlg.cpp, source/Interface/GenerateCertificateDlg.h, source/Interface/OptionsSslPage.cpp: don't reset dialog after browsing for a file
- source/Permissions.cpp: reserve filename filtering did not work properly
- source/AsyncSocketEx.cpp: add fallback for AF_INET family if getaddrinfo is not available in CAsyncSocketEx::Bind
- source/AsyncSocketEx.cpp, source/AsyncSocketExLayer.cpp: possible fix for the socket creation problems in 0.9.6
- source/ControlSocket.cpp: connection limits did not work properly