Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2018-04-27 08:51 codesquid, revision 8771

Fix warning.

2018-04-25 15:07 codesquid, revision 8770

Make transfer queue sortable. For performance reasons it doesn't keep the queue sorted when items are added. Hold shift to sort in reverse.

2018-04-21 10:08 codesquid, revision 8769

Use fz::buffer for for sending.

2018-04-19 18:05 codesquid, revision 8768

wxXmlResource is extremely slow. Slowly phase out XRC.

2018-04-15 07:50 codesquid, revision 8767

SFTP can preserve timestamps.

2018-04-09 08:00 codesquid, revision 8766

Import OpenSSH keys encrypted with aes256-ctr.

2018-04-03 07:52 codesquid, revision 8765

Fix compile error

2018-04-02 18:36 codesquid, revision 8764

Bump to 3.32.0

2018-04-02 18:35 codesquid, revision 8763

Updated translations

2018-04-02 18:17 codesquid, revision 8762

Fix potential memory corruption due to unfortunate object lifetime, were a caller to (re-)set the on_header_ lambda from inside the on_header_ callback as it deletes the lambda capture while in use.

2018-03-26 13:34 codesquid, revision 8761

Small refactoring

2018-03-26 12:29 codesquid, revision 8760

Add missing function

2018-03-26 11:27 codesquid, revision 8759

Fix another compile error

2018-03-26 09:20 codesquid, revision 8758

Fix compile error.

2018-03-26 09:04 codesquid, revision 8757

Make CToken a bit smaller.

2018-03-26 08:34 codesquid, revision 8756

Use the input thread improvements also for reading from fzstorj.

2018-03-25 14:21 codesquid, revision 8755

Eof isn't always an error.

2018-03-24 15:26 codesquid, revision 8754

Pipeling SSH_FXP_READDIR

2018-03-24 13:21 codesquid, revision 8752

Small cleanup

2018-03-24 13:06 codesquid, revision 8751

Revert commit of debug code

2018-03-24 13:05 codesquid, revision 8750

Use fz::buffer to avoid doing bytewise expansive syscalls.

2018-03-23 15:00 codesquid, revision 8749

Bump to 3.32.0-rc1

2018-03-23 15:00 codesquid, revision 8748

Updated translations

2018-03-23 14:08 codesquid, revision 8747

Reduce number of lines in sftp_message, the only event with 3 lines now has its own event.

2018-03-23 13:51 codesquid, revision 8746

Further speedup of directory listings.