Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 13:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2015-08-05 14:27 codesquid, revision 6878

Clean up error handling.

2015-08-05 13:45 codesquid, revision 6877

Use consistent spelling for key file.

2015-08-05 13:32 codesquid, revision 6876

Finished wxLongLong removal.

2015-08-05 13:07 codesquid, revision 6875

Replace wxArrayString with std::vector<wxString>

2015-08-04 08:34 codesquid, revision 6874

Add export to all queue tab context menus.

2015-08-04 07:15 codesquid, revision 6873

Fixed compile error introduced in r6871

2015-08-03 22:32 codesquid, revision 6872

Add translator comment

2015-08-03 22:25 codesquid, revision 6871

Revert some changes that led to translation changes.

2015-08-03 14:30 codesquid, revision 6870

Hide controls that aren't relevant to the current protocol and logon type selection.

2015-08-03 08:49 codesquid, revision 6869

Set CDirectoryListing::listing_has_dirs when adding an unsure directory.

2015-08-03 08:41 codesquid, revision 6868

If deleting a directory tree navigate out of the deleted subdir when refreshing. #10591

2015-08-01 10:37 codesquid, revision 6867

Typo.

2015-08-01 10:36 codesquid, revision 6866

Register App Path for Win+R. #10613

2015-07-31 18:44 codesquid, revision 6865

Fix copy-paste error found by Coverity.

2015-07-31 15:36 codesquid, revision 6864

Fix a warning.

2015-07-31 15:19 codesquid, revision 6863

Do not update recursion progress more than 5 times per second.

2015-07-31 13:00 codesquid, revision 6862

Cache lookup is now O(log n) instead of O(n)

2015-07-31 11:53 codesquid, revision 6861

Fix compile error

2015-07-30 16:25 codesquid, revision 6860

Patch by Ander Juaristi with some minor modifications: Allow entering site-specific SFTP private keys in the Site Manager. Modifications: - Fixed order of LogonType enum - Moved/renamed the two new files - Fixed XRC layout - Diable keyfile browse button along with text control

2015-07-30 15:48 codesquid, revision 6859

Fixed typo in comment.

2015-07-30 13:14 codesquid, revision 6858

Make some additional types movable.

2015-07-30 12:46 codesquid, revision 6857

Make some classes move-constructible.

2015-07-30 10:03 codesquid, revision 6856

Updated translations.

2015-07-30 08:37 codesquid, revision 6855

CServerPath::Segmentize did a lot of needless copying.

2015-07-29 13:28 codesquid, revision 6854

Mention proxy type in connection message.