Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-04-14 11:51 codesquid, revision 7433

Look in both HKCU and HKLM.

2016-04-14 11:22 codesquid, revision 7432

Add package information to update URL.

2016-04-14 08:51 codesquid, revision 7430

Remember package type and whether it's an updated install.

2016-04-13 09:53 codesquid, revision 7425

Adjust to proper datetime::empty() semantics and handle alternate midnight format.

2016-04-11 20:14 codesquid, revision 7423

Update workspace files.

2016-04-11 19:39 codesquid, revision 7422

For now, ignore cached host keys with insecure hostkey algorithms.

2016-04-11 12:59 codesquid, revision 7421

Fix compile error

2016-04-11 12:51 codesquid, revision 7420

Work in progress: Merge upstream PuTTY changes.

2016-04-11 10:31 codesquid, revision 7419

Document Nettle requirement.

2016-04-11 10:30 codesquid, revision 7418

Get rid of uggly hack in updater now that we use Nettle.

2016-04-11 10:14 codesquid, revision 7417

Also use Nettle for SHA1.

2016-04-10 21:46 codesquid, revision 7416

Completely replace remainder of PuTTY's AES implementation with library calls to Nettle.

2016-04-10 21:15 codesquid, revision 7415

Fix regression if using CBC ciphers.

2016-04-10 21:10 codesquid, revision 7414

Add missing forward declaration.

2016-04-10 19:40 codesquid, revision 7413

Use Nettle's sha256

2016-04-10 18:23 codesquid, revision 7412

Configure changes to detect nettle.

2016-04-10 18:09 codesquid, revision 7411

Use the hardware-accelerated AES implementation from nettle in fzsftp.

2016-04-10 15:54 codesquid, revision 7410

The hook has a different signature starting with GnuTLS 3.4, add a #define to select the right one.

2016-04-10 15:36 codesquid, revision 7409

Use the TCP window scaling auto-adjustment on MSW also when using SFTP.

2016-04-10 14:44 codesquid, revision 7408

Merge changes from 3.16.x branch.

2016-04-06 08:07 codesquid, revision 7405

Increase disk IO buffer size.

2016-04-06 07:44 codesquid, revision 7404

Fix #10811 where failed SFTP downloads are reported as success due to a shadowed variable.

2016-04-05 13:02 codesquid, revision 7403

Add chunking on the threaded side and fix a race when stopping the operation due to m_listedDirectories not being cleared.

2016-04-05 11:36 codesquid, revision 7402

Do not change queue state if trying to set an empty queue active.

2016-04-05 08:17 codesquid, revision 7401

Need to add the empty item signalling completion to m_listedDirectories inside the mutex.