Changelogs

Overview

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

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.

2017-02-06 10:32 codesquid, revision 8127

Fix a typo in an error message.

2017-02-05 18:48 codesquid, revision 8126

Improve error messages if opening/seeking/reading or writing local files fails.

2017-02-05 18:42 codesquid, revision 8125

Reformatting.

2017-02-05 18:26 codesquid, revision 8124

Fix typo.

2017-02-05 18:24 codesquid, revision 8123

Redistribute unused quota across timeslices.

2017-02-01 19:45 codesquid, revision 8122

Generate a random serial for certificates.

2016-10-27 09:55 codesquid, revision 7903

Change to home directory, and thus checking its existence, only after auto-creating the shared directories.

2016-09-22 16:04 codesquid, revision 7789

Bump to FileZilla Server 0.9.59

2016-09-01 11:58 codesquid, revision 7747

Fix a crash if an admin socket gets closed while processing a command.

2016-09-01 11:12 codesquid, revision 7746

Fix getting initial users list.

2016-09-01 11:12 codesquid, revision 7745

Formatting to improve readability.

2016-08-11 15:49 codesquid, revision 7719

Update readme.htm with changes.

2016-08-11 15:24 codesquid, revision 7718

Bump to FileZilla Server 0.9.58

2016-08-11 14:59 codesquid, revision 7717

Auto-tune TCP send buffer size.

2016-08-10 16:59 codesquid, revision 7715

Use default optimization rules for inline expansion.

2016-08-10 16:53 codesquid, revision 7714

Fix warnings and assorted code cleanup.

2016-08-10 15:47 codesquid, revision 7713

Verify existence of home directory.

2016-08-10 11:45 codesquid, revision 7712

Avoid copying the command structure and remove a workaround for broken routers. The router instead needs to be fixed.

2016-08-10 11:16 codesquid, revision 7711

Do not set expiry if still holding lease, it's pointless.

2016-08-10 11:12 codesquid, revision 7710

Typo

2016-08-10 10:49 codesquid, revision 7709

Pass PM_NOYIELD to PeekMessage. Small code cleanup.

2016-08-10 10:49 codesquid, revision 7708

Use a larger listen backlog.

2016-08-10 10:41 codesquid, revision 7707

Disable IDEA and SEED ciphers, they are rarely used and at least IDEA is recommended against in RFC5469.

2016-07-25 19:03 codesquid, revision 7684

Convert some more lists to vectors.

2016-07-25 18:38 codesquid, revision 7683

Convert some lists into vectors.

2016-07-25 11:57 codesquid, revision 7682

We do not need to call TranslateMessage in worker threads.

2016-07-25 11:56 codesquid, revision 7681

Use one mutex per port.

2016-07-25 11:38 codesquid, revision 7680

Use atomics to avoid mutex locks for the connecting flag in the passsive mode port randomizer.

2016-07-25 10:55 codesquid, revision 7679

Delay converting to lowercase.

2016-07-25 10:53 codesquid, revision 7678

Keep a spare socket around to keep the socket helper window alive.

2016-07-25 10:53 codesquid, revision 7677

Use thread_local keyword to keep thread-specific data.

2016-07-22 09:56 codesquid, revision 7670

Use a vector instead of a list to hold the server threads.

2016-07-22 09:55 codesquid, revision 7669

Fix possible crash removing layers while there are pending messages.

2016-06-29 18:50 codesquid, revision 7610

Replace SSL with TLS in strings.

2016-06-29 18:47 codesquid, revision 7609

Fix a check for empty certificate and key file names.

2016-05-03 20:36 codesquid, revision 7470

Bump to 0.9.57

2016-05-02 12:20 codesquid, revision 7469

Show main window prior to opening connect dialog so that user has context what the dialog is about.

2016-05-02 11:54 codesquid, revision 7468

Redesign connect dialog.

2016-05-02 11:53 codesquid, revision 7467

Default to localhost instead of an IP address.

2016-05-02 11:39 codesquid, revision 7466

Add a bit of text clarifying what the admin port is for.

2016-05-01 16:03 codesquid, revision 7465

Use _wfopen to load XML files instead of converting to narrow character set which can fail. Fixes #10816.

2016-04-06 17:42 codesquid, revision 7406

Convert outdated contact information in welcome messages.

2016-03-16 15:20 codesquid, revision 7380

Bump to 0.9.56.1

2016-03-01 19:21 codesquid, revision 7355

Bump to 0.9.56

2016-03-01 18:56 codesquid, revision 7354

Update prebuild event for release builds.

2016-03-01 10:25 codesquid, revision 7353

Decrease anti-hammering counter on a successful login.

2016-02-21 20:47 codesquid, revision 7337

Fix path to release zlib builds.

2016-01-28 17:28 codesquid, revision 7282

Bump to 0.9.55

2016-01-28 17:23 codesquid, revision 7281
  • D /FileZilla Server/trunk/source/Interface/OptionsGSSPage.h

Remove dead file.

2016-01-27 18:55 codesquid, revision 7280

Allow configuring max reconnect attempts for the admin interface.

2016-01-27 13:30 codesquid, revision 7278

Bump copyright year to 2016.

2016-01-27 10:18 codesquid, revision 7277

Fix check for which Winsock version got loaded.

2016-01-27 10:17 codesquid, revision 7276

Annual change of DH group.

2016-01-27 10:04 codesquid, revision 7275

Update svn:ignore

2016-01-27 10:04 codesquid, revision 7274

Small code cleanup.

2016-01-27 10:03 codesquid, revision 7273

Request Winsock 2.2

2016-01-19 16:02 codesquid, revision 7257

Fix a comment typo

2016-01-19 16:01 codesquid, revision 7256

Do not start the administration interface if the TLS libraries cannot be loaded.

2016-01-19 16:00 codesquid, revision 7255

Disable user if password cannot be converted to salted hash.

2016-01-04 15:48 codesquid, revision 7235

Update user structure when copying a user and then copy the user structure itself.

2016-01-04 15:47 codesquid, revision 7234

Fix warnings.

2016-01-04 15:01 codesquid, revision 7233

Clean up coding style to improve readability.

2016-01-04 15:00 codesquid, revision 7232

Forgot to commit the 0.9.54 version bump.

2015-11-30 11:14 codesquid, revision 7213

Fix off-by-one in loop condition.

2015-11-30 10:55 codesquid, revision 7212

Update solution file

2015-11-27 10:00 codesquid, revision 7210

Use a bigger buffer when truncating logs. Todo: Replace the entire logging. Do it like FileZilla Client.

2015-11-23 16:18 codesquid, revision 7203

Use salted SHA-512 hashes for passwords.

2015-11-23 15:38 codesquid, revision 7202

Get it to compile if using MFC's CString

2015-11-23 15:36 codesquid, revision 7201

Fix typo

2015-11-23 15:35 codesquid, revision 7200

Add salt field to account structure and add a function to generate a salt.

2015-10-30 09:19 codesquid, revision 7149

Do not display warning about missing explicit FTP over TLS port if the server state isn't online.

2015-10-04 09:16 codesquid, revision 7044

Fix VS requirement.

2015-09-03 10:47 codesquid, revision 6962

Remove the 8+3 filename feature.

2015-09-03 10:36 codesquid, revision 6961

More helpful error message if no certificate or key file is set.

2015-09-03 10:35 codesquid, revision 6960

Project file fixes.