Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 05:40: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-05-04 10:23 codesquid, revision 5521

Show an error if user tries to enter a non-virtual alias.

2014-05-04 09:07 codesquid, revision 5520

Fix wording, virtual paths are to be used.

2014-04-12 09:45 codesquid, revision 5496

Modernize command parsing.

2014-04-08 21:36 codesquid, revision 5495

Make wording a bit stronger.

2014-04-08 21:28 codesquid, revision 5494

Prepare for a new release.

2014-04-08 21:27 codesquid, revision 5493

Remove XP from workspace files.

2014-04-08 21:07 codesquid, revision 5492

XP is dead. Long live Vista.

2014-03-29 09:48 codesquid, revision 5488

Updated svn:ignore

2014-03-29 09:47 codesquid, revision 5487

Additional diagnostic if loading the certificate or key file fails.

2014-03-16 11:35 codesquid, revision 5470

Remove non-virtual aliases. Prevent user from creating directory structures with missing aliases.

2014-03-16 10:25 codesquid, revision 5469

Unify STOR and APPE.

2014-03-15 15:17 codesquid, revision 5468

Simplify directory listing buffer handling.

2014-03-15 14:04 codesquid, revision 5467

Unify handling of MLSD, LIST and NLST.

2014-03-15 13:35 codesquid, revision 5466

Fix a possible race condition in passive mode port and refactor code to reduce some code duplication.

2014-01-08 21:38 codesquid, revision 5339

Perform same refactoring for the client.

2014-01-08 21:32 codesquid, revision 5338

Minor fix for timeout handling.

2014-01-08 21:16 codesquid, revision 5337

Refactor code to be less error-prone and to reduce code duplication.

2014-01-02 22:27 codesquid, revision 5329

Prepare for 0.9.43 release by bumping version number and copyright year.

2014-01-01 22:17 codesquid, revision 5328

Don't call bio_ctrl_pending on the SSL BIO if the handshake has not succeeded yet.

2014-01-01 10:00 codesquid, revision 5327

Error handling when copying files.

2013-12-30 21:58 codesquid, revision 5326

Add instructions and copy the SSL libraries to the output directory when building.

2013-12-30 21:08 codesquid, revision 5325

The project files are now almost pretty.

2013-12-30 20:08 codesquid, revision 5324

Update svn:ignore

2013-12-30 20:00 codesquid, revision 5323

Additional project file cleanup.

2013-12-30 19:24 codesquid, revision 5322

Make dependency directories easily configurable.

2013-12-30 18:39 codesquid, revision 5321

Get rid of old paths.

2013-12-30 18:13 codesquid, revision 5320

Even more project file cleanup.

2013-12-30 18:02 codesquid, revision 5319

More project file cleanup.

2013-12-30 17:01 codesquid, revision 5318

Update workspace files.

2013-12-30 16:56 codesquid, revision 5317

Update svn:ignore

2013-12-30 16:52 codesquid, revision 5316

Get rid of extra subdirectory.

2013-12-29 22:23 codesquid, revision 5315

Instead of defaulting to 2048 bits, change minimum to 1280 bits.

2013-12-28 17:30 codesquid, revision 5311

Fix #606

2013-12-28 17:17 codesquid, revision 5310

Some refactoring to fix a few memory leaks. Fixes #7941

2013-12-28 15:02 codesquid, revision 5309

Support a common command argument misspelling.

2013-12-28 14:59 codesquid, revision 5308

Add a few null checks.

2013-12-28 14:53 codesquid, revision 5307

Allow leading/trailing whitespace in filenames, fixes #8604

2013-12-28 14:46 codesquid, revision 5306

Fix clipped text. #8686

2013-12-28 14:37 codesquid, revision 5305

Default to 2048 bit certificates.

2013-12-27 19:06 codesquid, revision 5304

Don't give up so easily finding a free port. #8093

2013-12-26 10:13 codesquid, revision 5303

Disallow deleting (or renaming) aliases.

2013-12-26 09:40 codesquid, revision 5302

Save the 8+3 option in the correct XML element.

2013-12-18 20:19 codesquid, revision 5300

Create a copy of the resource before resetting the transferstatus.

2013-12-18 20:17 codesquid, revision 5299

Fix spelling.

2013-12-18 20:15 codesquid, revision 5298

Remove the outdated and untested Kerberos GSSAPI support.

2013-12-18 19:52 codesquid, revision 5297

Remove support for OPTS UTF8 OFF.

2013-12-18 19:36 codesquid, revision 5296

Remove non-Unicode defines.

2013-12-16 23:46 codesquid, revision 5295

Fix encoding problems

2013-12-16 22:46 codesquid, revision 5294

Prepare for release

2013-12-16 22:17 codesquid, revision 5293

Fix an endless loop, don't use PostMessage directly to trigger another FD_CLOSE. Use the ResendCloseNotify facility instead.