Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-28 11:20: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-08-10 10:30 codesquid, revision 6003

Simplify GetSockName and GetPeerName functions.

2014-08-10 09:57 codesquid, revision 6002

Get rid of some unneeded includes.

2014-08-05 11:53 codesquid, revision 5981

Code modernization and cleanup. In particular, use std::recursive_mutex

2014-08-03 12:22 codesquid, revision 5980

Bump version to 0.9.46

2014-08-03 12:08 codesquid, revision 5979

Disallow RC4.

2014-08-03 11:30 codesquid, revision 5978

Set initial speed limit when creating CControlSocket.

2014-08-03 11:14 codesquid, revision 5977

Refactor speed limit code for readability.

2014-08-03 10:46 codesquid, revision 5976

Cleanup initialization.

2014-08-02 17:05 codesquid, revision 5975

Fix a whole bunch of Coverity issues.

2014-08-02 11:50 codesquid, revision 5974

Don't delete void pointer.

2014-08-02 11:43 codesquid, revision 5973

Fix uninitialized variable.

2014-08-02 11:36 codesquid, revision 5972
  • D /FileZilla Server/trunk/source/Interface/misc/ProcessorInfo.h
  • D /FileZilla Server/trunk/source/Interface/misc/WindowsVersion.h
  • D /FileZilla Server/trunk/source/misc/ProcessorInfo.h
  • D /FileZilla Server/trunk/source/misc/WindowsVersion.h

Remove some unused headers.

2014-08-02 11:33 codesquid, revision 5971

Whitespace cleanup. Patch by XhmikosR

2014-08-02 11:28 codesquid, revision 5970

Do not dynamically load getaddrinfo/freeaddrinfo, this was only needed in the distance past. Nowadays all supported Windows versions have these functions. Also cleanup initialization of CAsyncSocketEx members.

2014-08-02 11:10 codesquid, revision 5969

Fix a potential nullpointer dereference and get rid of some memsets.

2014-08-02 10:57 codesquid, revision 5968

Patch by XhmikosR: Changed some format type specifiers to the proper ones, switched to prefix ++ for primitive types and some whitespace cleanup.

2014-08-02 10:55 codesquid, revision 5967

Make CSpeedLimit::Save const.

2014-08-01 23:40 codesquid, revision 5966

Fix harmless memory leak.

2014-08-01 23:35 codesquid, revision 5965

Make sure whole structure is initialized.

2014-08-01 23:30 codesquid, revision 5964

Pass output parameter "out" by reference instead of value. Function is dead code for FileZilla Server but there may be other users. CID 41023.

2014-08-01 23:23 codesquid, revision 5963

Remove two unused variables.

2014-08-01 23:11 codesquid, revision 5962

Disable SSLv3, We now requires TLSv1.0 or later.

2014-08-01 23:11 codesquid, revision 5961

Fix a harmless regression in printing debug information.

2014-08-01 23:05 codesquid, revision 5960

Fix writing to uninitialized memory. Found via Coverify CID 41017.

2014-07-31 21:53 codesquid, revision 5959

Fix GetSpeedLimit, in some cases it returned negative limits, causing crashes in places the negative limit was used without additional checks.

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.