Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-27 05:50: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.