Changelogs

Overview

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

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.