Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08:20:01
Changelog for FileZilla Server (441 changes):
2015-08-11 18:25 codesquid, revision 6909- M /FileZilla Server/trunk/source/TransferSocket.cpp
- M /FileZilla Server/trunk/source/TransferSocket.h
2015-08-11 18:18 codesquid, revision 6908Minor cleanup.
2015-08-11 18:16 codesquid, revision 6907If waiting on a transfer to finish before closing the socket, close the socket even if the transfer succeeds.
- 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/MainFrm.cpp
- M /FileZilla Server/trunk/source/Interface/MainFrm.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
- M /FileZilla Server/trunk/source/ServerThread.cpp
- M /FileZilla Server/trunk/source/ServerThread.h
- M /FileZilla Server/trunk/source/Thread.cpp
2015-08-11 17:17 codesquid, revision 6906Cleanup state transitions handling.
2015-07-26 11:51 codesquid, revision 6843Minor cleanup.
2015-06-12 11:26 codesquid, revision 6763When hashing a plaintext password from FileZilla Server.xml, write the hash back into the xml and write out the changed file. Patch by Caleb Begly.
- 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
2015-06-01 15:41 codesquid, revision 6746Bump to 0.9.53
2015-06-01 15:33 codesquid, revision 6745Before installing the OpenSSL DLLs, make sure service and interface are stopped.
- 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
2015-06-01 14:35 codesquid, revision 6744Bump to 0.9.52
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-06-01 14:15 codesquid, revision 6743Use SSL_set_ex_data and SSL_get_ex_data to associate the CAsyncSslSocketLayer instance with the SSL structure instead of using the custom list.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-06-01 13:04 codesquid, revision 6742Load DH parameters already when initializing the library, doing it later on is too slow.
2015-06-01 12:53 codesquid, revision 6741Minor cleanup.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/Server.h
2015-06-01 12:07 codesquid, revision 6740Load OpenSSL when starting the server, loading and unloading during runtime is too slow and OpenSSL seems to leak memory like crazy.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
2015-05-23 22:48 codesquid, revision 6731Used a shared pointer to keep track of the context.
2015-05-23 22:43 codesquid, revision 6730Handle /0 CIDR in filter validation.
2015-05-23 16:13 codesquid, revision 6729Allow 0.0.0.0/32 in IP filters.
- 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/Interface/OptionsSslPage.cpp
- M /FileZilla Server/trunk/source/OptionTypes.h
- M /FileZilla Server/trunk/source/Server.cpp
- M /FileZilla Server/trunk/source/TransferSocket.cpp
2015-05-22 09:49 codesquid, revision 6722Add option for minimum TLS version.
2015-05-21 11:42 codesquid, revision 6718Fixed typo in comment.
2015-05-21 11:13 codesquid, revision 6717Enable ECDH for PFS.
2015-05-21 11:13 codesquid, revision 6716Reset m_dh to 0 after freeing it.
2015-05-21 11:10 codesquid, revision 6715Fix memory leak.
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.cpp
- M /FileZilla Server/trunk/source/AsyncSslSocketLayer.h
- M /FileZilla Server/trunk/source/hash_thread.cpp
2015-05-06 17:06 codesquid, revision 6681Allow use of ephemeral Diffie-Hellman for PFS.
- M /FileZilla Server/trunk/readme.htm
- M /FileZilla Server/trunk/source/FileZilla server.rc
- M /FileZilla Server/trunk/source/install/FileZilla Server.nsi
- M /FileZilla Server/trunk/source/OptionTypes.h
2015-05-06 16:17 codesquid, revision 6680Bump to 0.9.51
2015-05-06 15:57 codesquid, revision 6679Update svn:ignore
2015-05-06 14:39 codesquid, revision 6678Fix tab order and slightly adjust wording.
Improve wording.