Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-28 08: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-09-19 11:51 codesquid, revision 6094

Bump to 0.9.47

2014-09-19 11:51 codesquid, revision 6093

Update address in welcome message.

2014-09-19 09:53 codesquid, revision 6092

Make external IP check more robost wrt. leading/trailing whitespace.

2014-09-19 09:41 codesquid, revision 6091

Don't copy too many bytes fixes #9850.

2014-09-18 15:10 codesquid, revision 6090

Fix another case of bad math.

2014-09-18 15:08 codesquid, revision 6089

Fix some bit-fiddling integer arithmetic leading to incorrect timestamps.

2014-09-18 14:11 codesquid, revision 6088

Fix sort dropdown selection when sorted by IP.

2014-09-18 10:55 codesquid, revision 6087

Bump protocol version.

2014-09-18 10:54 codesquid, revision 6086

Allow more than 64k users/groups.

2014-09-18 09:10 codesquid, revision 6085

Additional code cleanup.

2014-09-17 20:39 codesquid, revision 6084

Remove non-existing file references.

2014-09-17 20:35 codesquid, revision 6083

Simplify (and fix) loading of the hand cursor.

2014-09-17 20:34 codesquid, revision 6082

Only look in executable directory for DLLs.

2014-09-17 15:57 codesquid, revision 6081

Increase size of pending connection backlog.

2014-09-17 15:30 codesquid, revision 6080

Save interface settings in application directory.

2014-09-17 15:28 codesquid, revision 6079

Display server address in connecting message.

2014-09-17 14:41 codesquid, revision 6078

Fix autoban of IPv6 addresses not triggering.

2014-09-16 16:47 codesquid, revision 6077

Allow a 60% larger list of IP filters for users and groups.

2014-09-16 14:50 codesquid, revision 6076

Install a locking callback. The necessary to do so is a prime example of bad library design.

2014-09-16 14:48 codesquid, revision 6075

Sign certificates with SHA256 instead of SHA1

2014-09-16 14:46 codesquid, revision 6074

Use DLL wrapper to slightly simplify usage.

2014-09-16 10:47 codesquid, revision 6073

Small wrapper for loading and unloading DLLs.

2014-08-13 10:10 codesquid, revision 6014

Don't misuse FindFirstFile to query attributes for individual files. Since Windows XP we can use GetFileAttributesEx.

2014-08-10 10:35 codesquid, revision 6005

Get rid of some memsets.

2014-08-10 10:32 codesquid, revision 6004

Remove dead code.