Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2017-09-25 14:15 codesquid, revision 8579

Replace some manual buffer handling with fz::buffer

2017-09-22 08:41 codesquid, revision 8577

Bump to 3.28.0-rc1

2017-09-22 08:41 codesquid, revision 8576

Updated translation

2017-09-22 08:23 codesquid, revision 8575

Update translations

2017-09-22 06:52 codesquid, revision 8574

Get rid of a few instances of std::list

2017-09-17 10:03 codesquid, revision 8572

Additional fixes for -Werror=zero-as-null-pointer-constant

2017-09-15 09:26 codesquid, revision 8570

Improve handling of .. segment when already at the root.

2017-09-13 10:54 codesquid, revision 8569

Fixes for -Werror=zero-as-null-pointer-constant

2017-09-13 09:54 codesquid, revision 8566

Do not change a stored site if it uses a recognized but unsupported protocol. It just can't be used to connect.

2017-09-11 08:18 codesquid, revision 8565

Fixed warnings.

2017-09-06 20:58 codesquid, revision 8564

Add final keyword.

2017-09-06 09:56 codesquid, revision 8563

In case of a forced shutdown with open dialogs, just call _exit() to prevent crashes due to windows being destroyed out of order wrt. nested event loops.

2017-09-03 10:01 codesquid, revision 8562

Fix typo

2017-09-01 13:45 codesquid, revision 8561

Fix include guards.

2017-09-01 13:37 codesquid, revision 8560

Fix uninitialized variable.

2017-09-01 09:42 codesquid, revision 8559

Trivial cleanup

2017-08-29 14:37 codesquid, revision 8558

Try harder detecting badly encoded filenames encodings.

2017-08-29 13:29 codesquid, revision 8557

Revert accidental deletion.

2017-08-29 13:17 codesquid, revision 8556

Add missing continue;

2017-08-29 13:10 codesquid, revision 8555

Minor cleanup.

2017-08-29 13:10 codesquid, revision 8554

Ignore empty segments in CLocalTreeView::MakeSubdirs (should never occur, but better be safe) and add an assertion if expanding item with empty first child while setting a selection.

2017-08-29 11:09 codesquid, revision 8553

Use int instead of bool to keep track whether we're changing selections.

2017-08-27 13:14 codesquid, revision 8549

Abort queue processing if cancelling the ask for password dialog instead of removing the individual item.

2017-08-21 09:04 codesquid, revision 8540

Added Close Once as queue completion action.

2017-08-21 08:43 codesquid, revision 8539

Improve tooltip of filters button.