Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 06:40:01
Changelog for FileZilla Server (441 changes):
2018-07-07 15:12 codesquid, revision 8827- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- A /FileZilla Server/trunk/source/pugixml
- A /FileZilla Server/trunk/source/pugixml/pugiconfig.hpp
- A /FileZilla Server/trunk/source/pugixml/pugixml.cpp
- A /FileZilla Server/trunk/source/pugixml/pugixml.hpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
- M /FileZilla Server/trunk/source/StdAfx.h
- D /FileZilla Server/trunk/source/tinyxml
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2018-06-24 21:56 codesquid, revision 8818Replace tinyxml with pugixml.
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminInterface.h
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
2018-06-24 13:56 codesquid, revision 8816Additional refactoring.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/conversion.cpp
- M /FileZilla Server/trunk/source/conversion.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileLogger.h
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Interface/misc/BrowseForFolder.h
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/source/Interface/StatusView.cpp
- M /FileZilla Server/trunk/source/Interface/StatusView.h
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/misc/StdString.h
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/StdAfx.h
- M /FileZilla Server/trunk/source/version.cpp
- M /FileZilla Server/trunk/source/version.h
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2018-02-13 11:40 codesquid, revision 8723Refactor code to be a bit more modern and phase out use of CStdString in a couple of places.
2018-02-05 11:29 codesquid, revision 8720Close connection if it looks like HTTP.
2018-02-05 11:22 codesquid, revision 8719Remove obsolete member variable.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
2018-02-05 11:06 codesquid, revision 8718Modernize code a bit.
- M /FileZilla Server/trunk/source/hash_thread.cpp
- M /FileZilla Server/trunk/source/hash_thread.h
- M /FileZilla Server/trunk/source/Server.cpp
2017-12-29 19:26 codesquid, revision 8682#11506 Fix deadlock during shutdown.
2017-12-29 19:23 codesquid, revision 8681Also restrict admin interface port in the interface itself.
2017-12-29 19:23 codesquid, revision 8680Restrict administration port.
2017-08-27 17:45 codesquid, revision 8551Restrict administration port.
2017-08-27 17:40 codesquid, revision 8550We don't need a recursive mutex here.
2017-08-27 14:31 codesquid, revision 8548Wait on a condition instead of sleeping in a loop.
2017-08-27 14:30 codesquid, revision 8547Default to 4 worker threads instead of 2.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
2017-08-27 12:44 codesquid, revision 8546Connection limits can no longer be set to less than 15. The server can handle many connections just fine.
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2017-08-27 12:37 codesquid, revision 8545Further LPCTSTR avoidance.
2017-08-27 12:37 codesquid, revision 8544Minor cleanup.
2017-08-27 12:24 codesquid, revision 8543Fix parsing account data.
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
2017-08-27 12:24 codesquid, revision 8542Avoid LPCTSTR in CAsyncSocketEx.
2017-04-24 16:30 codesquid, revision 8370Improve trimming of welcome messages.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AdminListenSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/conversion.cpp
- M /FileZilla Server/trunk/source/conversion.h
- M /FileZilla Server/trunk/source/ExternalIpCheck.cpp
- M /FileZilla Server/trunk/source/FileLogger.cpp
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
- M /FileZilla Server/trunk/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
- M /FileZilla Server/trunk/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralIpbindingsPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/Interface/StdAfx.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2017-02-06 15:00 codesquid, revision 8133Slowly move towards std::(w)string.
- M /FileZilla Server/trunk/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- D /FileZilla Server/trunk/source/Interface/res/donate.bmp
- M /FileZilla Server/trunk/source/Interface/resource.h
2017-02-06 14:57 codesquid, revision 8132Remove the donate button.
- M /FileZilla Server/trunk/legal.htm
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2017-02-06 11:46 codesquid, revision 8131Bump to FileZilla Server 0.9.60
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-06 11:37 codesquid, revision 8130Minor refactoring.
2017-02-06 11:34 codesquid, revision 8129Minor reformatting for readability.
- M /FileZilla Server/trunk/INSTALL
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ControlSocket.h
- M /FileZilla Server/trunk/source/Dependencies.props.example
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-06 10:32 codesquid, revision 8127Add dependency on libfilezilla and use fz::monotonic_clock in a couple of places instead of FILETIME/SYSTEMTIME.
2017-02-05 18:48 codesquid, revision 8126Fix a typo in an error message.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2017-02-05 18:42 codesquid, revision 8125Improve error messages if opening/seeking/reading or writing local files fails.
2017-02-05 18:26 codesquid, revision 8124Reformatting.
2017-02-05 18:24 codesquid, revision 8123Fix typo.
2017-02-01 19:45 codesquid, revision 8122Redistribute unused quota across timeslices.
2016-10-27 09:55 codesquid, revision 7903Generate a random serial for certificates.
2016-09-22 16:04 codesquid, revision 7789Change to home directory, and thus checking its existence, only after auto-creating the shared directories.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2016-09-01 11:58 codesquid, revision 7747Bump to FileZilla Server 0.9.59
- M /FileZilla Server/trunk/source/AdminInterface.cpp
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
2016-09-01 11:12 codesquid, revision 7746Fix a crash if an admin socket gets closed while processing a command.
2016-09-01 11:12 codesquid, revision 7745Fix getting initial users list.
- M /FileZilla Server/trunk/source/AdminSocket.cpp
- M /FileZilla Server/trunk/source/AdminSocket.h
- M /FileZilla Server/trunk/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/source/Interface/AdminSocket.h
2016-08-11 15:49 codesquid, revision 7719Formatting to improve readability.
2016-08-11 15:24 codesquid, revision 7718Update readme.htm with changes.
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
2016-08-11 14:59 codesquid, revision 7717Bump to FileZilla Server 0.9.58
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2016-08-10 16:59 codesquid, revision 7715Auto-tune TCP send buffer size.
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- M /FileZilla Server/trunk/source/Interface/FileZilla Server Interface.vcxproj
2016-08-10 16:53 codesquid, revision 7714Use default optimization rules for inline expansion.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/source/AsyncSocketEx.h
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSocketExLayer.h
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/GroupsDlg.h
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/source/Interface/OptionsDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlg.h
- M /FileZilla Server/trunk/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/source/SpeedLimit.h
2016-08-10 15:47 codesquid, revision 7713Fix warnings and assorted code cleanup.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/Permissions.h
2016-08-10 11:45 codesquid, revision 7712Verify existence of home directory.
2016-08-10 11:16 codesquid, revision 7711Avoid copying the command structure and remove a workaround for broken routers. The router instead needs to be fixed.
2016-08-10 11:12 codesquid, revision 7710Do not set expiry if still holding lease, it's pointless.
2016-08-10 10:49 codesquid, revision 7709Typo
2016-08-10 10:49 codesquid, revision 7708Pass PM_NOYIELD to PeekMessage. Small code cleanup.
2016-08-10 10:41 codesquid, revision 7707Use a larger listen backlog.
2016-07-25 19:03 codesquid, revision 7684Disable IDEA and SEED ciphers, they are rarely used and at least IDEA is recommended against in RFC5469.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/source/iputils.cpp
- M /FileZilla Server/trunk/source/iputils.h
- M /FileZilla Server/trunk/source/Permissions.cpp
2016-07-25 18:38 codesquid, revision 7683Convert some more lists to vectors.
- M /FileZilla Server/trunk/source/Accounts.cpp
- M /FileZilla Server/trunk/source/Accounts.h
- M /FileZilla Server/trunk/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/source/Permissions.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
Convert some lists into vectors.