Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 08:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-11-30 09:03 codesquid, revision 6207

Fix conversion error.

2014-11-29 19:57 codesquid, revision 6206

Check for nullpointer earlier.

2014-11-29 09:57 codesquid, revision 6204

Increase limit of in-flight requests to match the size of the TCP advertised receive window.

2014-11-28 15:13 codesquid, revision 6203

Fix quoting of command to execute.

2014-11-28 10:25 codesquid, revision 6202

Reduce code duplication.

2014-11-28 10:22 codesquid, revision 6201

At least for now, do not enable preallocation by default. Preallocation has unfortunate consequences in case the program crashes.

2014-11-28 10:21 codesquid, revision 6200

Use SetCheckFromOption to set check from option.

2014-11-28 10:20 codesquid, revision 6199

Fix duplicate mnemonic, p is already taken.

2014-11-28 10:19 codesquid, revision 6198

Fix compile error with Visual Studio.

2014-11-28 10:11 codesquid, revision 6197

Apply patch #8094: Preallocate space to avoid fragmentation.

2014-11-27 19:49 codesquid, revision 6196

Fix a typo

2014-11-27 14:09 codesquid, revision 6195

Disable timezone offset detection for SFTP as the reference times are now all in UTC.

2014-11-27 14:04 codesquid, revision 6194

Do not assume the mtime field is initialized if the ACMODTIME flag is not present.

2014-11-27 14:02 codesquid, revision 6193

Make use of the SSH_FILEXFER_ACMODTIME attribute in directory listings. It is required by the specifications to be in UTC.

2014-11-25 13:09 codesquid, revision 6192

Make use of SOCK_CLOEXEC, cleanup socket error handling.

2014-11-25 09:16 codesquid, revision 6191

Add shortcut for Cancel.

2014-11-25 09:15 codesquid, revision 6190

Minor cleanup.

2014-11-24 12:39 codesquid, revision 6189

Fix sending of notifications.

2014-11-24 08:33 codesquid, revision 6188

Remove an unused option.

2014-11-22 11:07 codesquid, revision 6187

pimpl the engine to better abstract internals.

2014-11-22 09:57 codesquid, revision 6186

Apply #9851 by Richard Hughes with a few small changes: Install filezilla.appdata.xml

2014-11-21 14:59 codesquid, revision 6185

As we require at least Windows Vista, bump minimum IE headers to IE7, as 6 isn't available on Vista to keep it consistent.

2014-11-21 14:54 codesquid, revision 6184

Remove some unneeded defines.

2014-11-21 14:53 codesquid, revision 6183

Minor refactoring.

2014-11-21 14:35 codesquid, revision 6182

Remove the experimental chunked event processing code, it's no longer needed with a threaded engine.