Changelogs

Overview

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

2015-02-24 18:30 codesquid, revision 6502

Fix silent uninstallation. #7239

2015-02-17 14:57 codesquid, revision 6460

Fixed typo.

2015-01-09 11:16 codesquid, revision 6350

Add missing change.

2015-01-09 11:10 codesquid, revision 6349

Update copyright year to 2015 and bump to 0.9.49

2015-01-09 10:18 codesquid, revision 6347

Fix log output of welcome message and FEAT reply.

2015-01-03 10:11 codesquid, revision 6330

Don't mark resources as German if they aren't.

2015-01-03 10:10 codesquid, revision 6329

Check value returned by CFrame::LoadFrame.

2014-12-13 09:57 codesquid, revision 6256

Fix (and simplify) changing admin interface IP bindings, it did not recreate binding on [::1].

2014-11-29 11:14 codesquid, revision 6205

As the updated permissions callback is per-thread, access the thread-specific user id list. Otherwise we might crash.

2014-11-07 11:12 codesquid, revision 6167

Simplify listen socket creation.

2014-11-07 11:08 codesquid, revision 6166

Forgot to commit past version bump to 0.9.48

2014-11-07 10:45 codesquid, revision 6165

Fix IP binding parsing to handle IPv6 addresses containing letters.

2014-10-29 21:25 codesquid, revision 6148

Coalesce welcome message and FEAT reply into a single packet each.

2014-10-29 20:57 codesquid, revision 6147

Configure Windows to create mini dumps if the server service crashes.

2014-10-29 17:40 codesquid, revision 6146

Small simplification.

2014-10-29 17:39 codesquid, revision 6145

OpenSSL keeps a lot of internal state hidden behind a most ugly API. We need to do more cleanup when unloading OpenSSL.

2014-10-29 16:29 codesquid, revision 6144

Make layer callbacks safer to use.

2014-10-29 16:19 codesquid, revision 6143

Fix another memory leak.

2014-10-29 16:02 codesquid, revision 6142

Remove some legacy cruft from MFC days.

2014-10-29 14:34 codesquid, revision 6141

Fix memory leak, we were calling SSL_load_error_strings but didn't call ERR_free_strings

2014-10-29 14:33 codesquid, revision 6140

Fix a few harmless issues founds by Visual Studio's static analyzer.

2014-10-29 10:17 codesquid, revision 6139

Advertise EPSV/EPRT support in FEAT reply.

2014-10-24 10:42 codesquid, revision 6136

Fixed typo.

2014-10-20 16:18 codesquid, revision 6131

Update string class to a newer version to fix a buffer overflow in FormatV.

2014-10-10 09:29 codesquid, revision 6120

Allow OPTS prior to login. It is not coupled to accounts/permissions in any way. There are some clients that sent OPTS UTF8 ON prior to login.