Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-29 06:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2016-05-24 12:37 codesquid, revision 7531

When processing local directories, tell FilenameFilteredByFilter whether entry is file or directory.

2016-05-24 12:36 codesquid, revision 7530

Also clear local and remote file data when clearing results.

2016-05-22 10:38 codesquid, revision 7529

Use correct host format where there's a separate port field.

2016-05-20 16:31 codesquid, revision 7524

Bump to 3.18.0-rc1

2016-05-20 16:12 codesquid, revision 7523

Add option to disable drag&drop.

2016-05-20 14:34 codesquid, revision 7522

If opening context menu while holding shift, Getting item(s) as URL includes password. Closes #10829

2016-05-19 07:42 codesquid, revision 7521

Percent-encode characters in URLs that aren't unreserved.

2016-05-18 21:09 codesquid, revision 7519

Cleanup GetAsURL.

2016-05-18 12:54 codesquid, revision 7517

Fix date validation to match later use of date.

2016-05-18 09:53 codesquid, revision 7516

Refactor functions to format CServer to string. Based on patch #10829 by jblitte.

2016-05-18 08:25 codesquid, revision 7515

Fix #10837, during recursive operation, the "Enter directory" item in context menu was showing for files.

2016-05-18 08:18 codesquid, revision 7514

Move some common functionality into CFileListCtrl.

2016-05-18 07:19 codesquid, revision 7513

Stopping local search now works.

2016-05-17 14:25 codesquid, revision 7512

Reset state if local search has ended.

2016-05-17 08:41 codesquid, revision 7511

Allow list operation if not connected.

2016-05-17 07:51 codesquid, revision 7510

Allow searching when not connected.

2016-05-17 07:50 codesquid, revision 7509

Handle changes in search mode and disable remote search if not connected.

2016-05-17 07:31 codesquid, revision 7508

Fix compile error.

2016-05-16 12:59 codesquid, revision 7507

Implement uploading from search dialog.

2016-05-16 07:44 codesquid, revision 7506

Fix and re-enable remote operations.

2016-05-16 07:25 codesquid, revision 7505

Start/Stop buttons now react to local search events as well.

2016-05-15 16:45 codesquid, revision 7504

Get rid of explicit listing size. We can just get the size of the container instead.

2016-05-15 16:23 codesquid, revision 7503

Use std::wstring internally in CServerPath.

2016-05-14 21:04 codesquid, revision 7502

Remove the calls to vector::reserve, it prevents amortized O(1) push_back.

2016-05-14 17:37 codesquid, revision 7501

Fix another compile error.