Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 02:00:01

Select Changelog:

FileZilla 3, FileZilla Server,
Legacy FileZilla 2, Legay FileZilla Server

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla Server (441 changes):

2014-07-31 21:49 codesquid, revision 5958

More defensive handling of speed limits.

2014-07-31 21:35 codesquid, revision 5957

Add a missing return if no data can be sent due to a full BIO. Also employ a bit of defensive programming in case the BIO for some reason is more than full.

2014-07-29 11:16 codesquid, revision 5943

Further cleanup of TLS code.

2014-07-29 09:32 codesquid, revision 5942

Small code cleanup.

2014-07-28 20:11 codesquid, revision 5937

The TLS handshake requires a few round-trips, so set TCP_NODELAY during handshake.

2014-07-28 19:48 codesquid, revision 5936

Do not peek number of bytes in the receive buffer. This hurts performance.

2014-07-28 19:33 codesquid, revision 5935

Instead of faster-than-before looking up the user, keep a copy of the user around and update it only if it changes.

2014-07-27 23:07 codesquid, revision 5933

Reduce code duplication.

2014-07-27 22:18 codesquid, revision 5932

Keep users in a map for faster lookup.

2014-07-27 21:36 codesquid, revision 5931

Enable automatic inlining in release builds.

2014-07-27 21:26 codesquid, revision 5930

Don't needlessly copy the user structure around.

2014-07-27 20:42 codesquid, revision 5929

Mark some classes that arae not being derived from as final. Hopefully Visual Studio can optimize based on this information.

2014-07-27 20:41 codesquid, revision 5928

A couple of small performance improvements.

2014-07-27 19:50 codesquid, revision 5927

Refactor the shutdown code to be much simpler and less error-prone.

2014-07-27 19:48 codesquid, revision 5926

Disable verbose logging and avoid a large amount of unneeded memory allocations.

2014-07-27 19:45 codesquid, revision 5925

Define NOMINMAX prior to including windows headers.

2014-07-27 19:05 codesquid, revision 5924

Even in case of a spurious FD_READ, we must call Receive on the socket, else we won't get the next real FD_READ and the connection will stall.

2014-07-27 15:37 codesquid, revision 5923

We need to call SSL_shutdown again to force it to write out pending alerts.

2014-07-26 21:46 codesquid, revision 5921

Handshakes can get interrupted. Continue the handshake if needed.

2014-07-18 19:13 codesquid, revision 5881

Tighten list of supported ciphers.

2014-07-05 10:23 codesquid, revision 5779

Print port in "Sending welcome message..." message.

2014-06-23 20:36 codesquid, revision 5731

shutdown() returns 0 on success, hence ShutDownNext() should return true.

2014-06-23 20:35 codesquid, revision 5730

Fix a potential problem during Shutdown: Sometimes ShutDownNext wasn't being called.

2014-06-07 16:12 codesquid, revision 5595

Bump to 0.9.45

2014-06-07 15:53 codesquid, revision 5594

Additional fixes to prevent alias deletion.