Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 02:50:01
Changelog for FileZilla Server (441 changes):
2010-06-26 20:31 codesquid, revision 3742- M /FileZilla Server/trunk/FileZilla Server/source/Interface/DeleteGroupInUseDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GenerateCertificateDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsStatic.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/NewUserDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralWelcomemessagePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsIpFilterPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsLoggingPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/StatusCtrl.h
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgGeneral.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgIpFilter.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/iputils.h
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.h
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/SpeedLimit.h
- A /FileZilla Server/trunk/FileZilla Server/source/xml_utils.cpp
- A /FileZilla Server/trunk/FileZilla Server/source/xml_utils.h
2010-06-26 20:11 codesquid, revision 3741Unicode support for admin interface and small code cleanup.
2010-06-04 16:16 codesquid, revision 3720Fix saving of speedlimit rules
2010-03-19 21:22 codesquid, revision 3689Allow larger window sizes.
2009-12-31 11:59 botg, revision 3584Fix a race condition, closes #5277
- M /FileZilla Server/trunk/FileZilla Server/readme.htm
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/FileZilla Server/source/OptionTypes.h
2009-12-31 00:29 botg, revision 3583Version bump.
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.h
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.h
- D /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/misc/ExceptionReport.h
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.cpp
- D /FileZilla Server/trunk/FileZilla Server/source/misc/MailMsg.h
- M /FileZilla Server/trunk/FileZilla Server/source/Service.cpp
2009-12-30 15:57 botg, revision 3581Get rid of exception reporting - doesn't appear to work anymore - there are no bugs remaining in FZS that could be solved using post-mortem debugging.
2009-12-29 22:27 botg, revision 3580Apply #5038 with even further cleanup.
2009-12-13 20:24 botg, revision 3561Disable some weak ciphers.
2009-11-30 17:37 botg, revision 3550Use case-insensitive comparison instead of transforming everything to lowercase. Helps in case a case-sensitive directory is shared.
2009-11-30 17:35 botg, revision 3549Eliminate code duplication, second patch from #2361.
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/MainFrm.cpp
2009-11-28 16:02 botg, revision 3543Apply patch from #2361, show connected server address in window captiol.
2009-11-28 14:31 botg, revision 3542Small correction
2009-11-28 14:23 botg, revision 3541#5030: Minor settings dialog fixes.
2009-11-27 11:26 botg, revision 3539Fix reading of empty strings from xml, patch #4929.
2009-11-27 11:25 botg, revision 3538Minor code cleanup, #5026
2009-11-26 18:05 botg, revision 3537Apply #5025: Also fix Debug / Memcheck targets for server project
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketEx.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSocketExLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/AdminSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/ConnectDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/BrowseForFolder.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/ExceptionReport.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/HyperLink.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/MailMsg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/misc/SAPrefsDialog.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAdminInterfacePage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsAutobanPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsCompressionPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsDlg.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsGeneralPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsMiscPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/OptionsPasvPage.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/version.cpp
2009-11-26 16:50 botg, revision 3536Apply #5023 with some minor changes: Fix issues reported by code analyzer
2009-11-26 16:48 botg, revision 3535#5022: Fix a compiler warning in UsersListCtrl.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/GroupsDlgSharedFolders.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/UsersDlgSharedFolders.cpp
2009-11-26 14:59 botg, revision 3534#5021: Remove small parts of useless code
2009-10-21 19:00 botg, revision 3451Apply #5019, fixes compile errors in debug builds.
- M /FileZilla Server/trunk/FileZilla Server/source/FileZilla server.vcproj
- M /FileZilla Server/trunk/FileZilla Server/source/Interface/FileZilla Server Interface.vcproj
2009-09-27 11:28 botg, revision 3419Fix paths to tinyxml
2009-09-23 12:27 botg, revision 3410Update platform requirements
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/AsyncSslSocketLayer.h
2009-09-23 12:25 botg, revision 3409Don't abort on some non-fatal error that somehow gets triggered a lot.
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/TransferSocket.h
2009-09-23 10:59 botg, revision 3408Cleanup.
- M /FileZilla Server/trunk/FileZilla Server/source/Options.cpp
- M /FileZilla Server/trunk/FileZilla Server/source/Options.h
- M /FileZilla Server/trunk/FileZilla Server/source/Permissions.cpp
Further reduction in redundant saves.