Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-24 16:30:01
Changelog for FileZilla Server (441 changes):
2016-07-25 11:57 codesquid, revision 76822016-07-25 11:56 codesquid, revision 7681We do not need to call TranslateMessage in worker threads.
- M /FileZilla Server/trunk/source/pasv_port_randomizer.cpp
- M /FileZilla Server/trunk/source/pasv_port_randomizer.h
2016-07-25 11:38 codesquid, revision 7680Use one mutex per port.
- M /FileZilla Server/trunk/source/pasv_port_randomizer.cpp
- M /FileZilla Server/trunk/source/pasv_port_randomizer.h
2016-07-25 10:55 codesquid, revision 7679Use atomics to avoid mutex locks for the connecting flag in the passsive mode port randomizer.
2016-07-25 10:53 codesquid, revision 7678Delay converting to lowercase.
2016-07-25 10:53 codesquid, revision 7677Keep a spare socket around to keep the socket helper window alive.
- 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
2016-07-22 09:56 codesquid, revision 7670Use thread_local keyword to keep thread-specific data.
- M /FileZilla Server/trunk/source/ListenSocket.cpp
- M /FileZilla Server/trunk/source/ListenSocket.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2016-07-22 09:55 codesquid, revision 7669Use a vector instead of a list to hold the server threads.
2016-06-29 18:50 codesquid, revision 7610Fix possible crash removing layers while there are pending messages.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/Interface/FileZilla server.rc
- M /FileZilla Server/trunk/source/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2016-06-29 18:47 codesquid, revision 7609Replace SSL with TLS in strings.
2016-05-03 20:36 codesquid, revision 7470Fix a check for empty certificate and key file names.
- 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-05-02 12:20 codesquid, revision 7469Bump to 0.9.57
2016-05-02 11:54 codesquid, revision 7468Show main window prior to opening connect dialog so that user has context what the dialog is about.
2016-05-02 11:53 codesquid, revision 7467Redesign connect dialog.
2016-05-02 11:39 codesquid, revision 7466Default to localhost instead of an IP address.
2016-05-01 16:03 codesquid, revision 7465Add a bit of text clarifying what the admin port is for.
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Options.cpp
- M /FileZilla Server/trunk/source/Options.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/xml_utils.cpp
- M /FileZilla Server/trunk/source/xml_utils.h
2016-04-06 17:42 codesquid, revision 7406Use _wfopen to load XML files instead of converting to narrow character set which can fail. Fixes #10816.
2016-03-16 15:20 codesquid, revision 7380Convert outdated contact information in welcome messages.
2016-03-01 19:21 codesquid, revision 7355Bump to 0.9.56.1
- 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-03-01 18:56 codesquid, revision 7354Bump to 0.9.56
2016-03-01 10:25 codesquid, revision 7353Update prebuild event for release builds.
- M /FileZilla Server/trunk/source/ControlSocket.cpp
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
2016-02-21 20:47 codesquid, revision 7337Decrease anti-hammering counter on a successful login.
2016-01-28 17:28 codesquid, revision 7282Fix path to release zlib builds.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/FileZilla server.sln
- M /FileZilla Server/trunk/source/FileZilla server.vcxproj
- 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-01-28 17:23 codesquid, revision 7281Bump to 0.9.55
- D /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h
2016-01-27 18:55 codesquid, revision 7280Remove dead file.
- M /FileZilla Server/trunk/source/Interface/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/Options.cpp
- M /FileZilla Server/trunk/source/Interface/Options.h
Allow configuring max reconnect attempts for the admin interface.