Changelogs

Overview

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

2018-07-07 15:12 codesquid, revision 8827

Replace tinyxml with pugixml.

2018-06-24 21:56 codesquid, revision 8818

Additional refactoring.

2018-06-24 13:56 codesquid, revision 8816

Refactor code to be a bit more modern and phase out use of CStdString in a couple of places.

2018-02-13 11:40 codesquid, revision 8723

Close connection if it looks like HTTP.

2018-02-05 11:29 codesquid, revision 8720

Remove obsolete member variable.

2018-02-05 11:22 codesquid, revision 8719

Modernize code a bit.

2018-02-05 11:06 codesquid, revision 8718

#11506 Fix deadlock during shutdown.

2017-12-29 19:26 codesquid, revision 8682

Also restrict admin interface port in the interface itself.

2017-12-29 19:23 codesquid, revision 8681

Restrict administration port.

2017-12-29 19:23 codesquid, revision 8680

Restrict administration port.

2017-08-27 17:45 codesquid, revision 8551

We don't need a recursive mutex here.

2017-08-27 17:40 codesquid, revision 8550

Wait on a condition instead of sleeping in a loop.

2017-08-27 14:31 codesquid, revision 8548

Default to 4 worker threads instead of 2.

2017-08-27 14:30 codesquid, revision 8547

Connection limits can no longer be set to less than 15. The server can handle many connections just fine.

2017-08-27 12:44 codesquid, revision 8546

Further LPCTSTR avoidance.

2017-08-27 12:37 codesquid, revision 8545

Minor cleanup.

2017-08-27 12:37 codesquid, revision 8544

Fix parsing account data.

2017-08-27 12:24 codesquid, revision 8543

Avoid LPCTSTR in CAsyncSocketEx.

2017-08-27 12:24 codesquid, revision 8542

Improve trimming of welcome messages.

2017-04-24 16:30 codesquid, revision 8370

Slowly move towards std::(w)string.

2017-02-06 15:00 codesquid, revision 8133

Remove the donate button.

2017-02-06 14:57 codesquid, revision 8132

Bump to FileZilla Server 0.9.60

2017-02-06 11:46 codesquid, revision 8131

Minor refactoring.

2017-02-06 11:37 codesquid, revision 8130

Minor reformatting for readability.

2017-02-06 11:34 codesquid, revision 8129

Add dependency on libfilezilla and use fz::monotonic_clock in a couple of places instead of FILETIME/SYSTEMTIME.