Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2016-09-05 08:30 codesquid, revision 7754

Use fz::strtok instead of wxStringTokenizer

2016-09-05 07:22 codesquid, revision 7752

Simplify getting of keyfiles.

2016-09-02 13:59 codesquid, revision 7750

Use fz::thread_pool for socket and file i/o threads.

2016-08-31 08:32 codesquid, revision 7744

Fix redirection to https:// servers.

2016-08-31 08:11 codesquid, revision 7743

Handle long paths during drag&drop on Windows 10.

2016-08-30 07:50 codesquid, revision 7742

Remove unused variable.

2016-08-26 06:59 codesquid, revision 7741

#8928: Rename CVS/SVN filter to "Source control directories" and add .git, .hg and .bzr

2016-08-23 13:33 codesquid, revision 7740

Bump to 3.21.0

2016-08-23 13:33 codesquid, revision 7739

Do not pass listing entry as format string.

2016-08-23 12:58 codesquid, revision 7738

Fix compile error on non-MSW.

2016-08-23 12:41 codesquid, revision 7737

Fix a potential crash if using mismatched resource files from an old version of FileZilla.

2016-08-23 12:23 codesquid, revision 7736

Updated translations

2016-08-23 11:58 codesquid, revision 7735

Explicitly block queue completion action during certain recursive operations.

2016-08-23 08:56 codesquid, revision 7734

On OS X, add Ctrl+(Shift+)Tab as shortcut to switch to the next tab. #10851

2016-08-23 06:46 codesquid, revision 7733

Fixed another spelling mistake

2016-08-23 06:46 codesquid, revision 7732

Fixed typo.

2016-08-22 17:06 codesquid, revision 7731

Fix compile error.

2016-08-22 08:09 codesquid, revision 7730

Add option name for TCP keepalive interval.

2016-08-22 08:08 codesquid, revision 7729

Further restrict allowed values for keep-alive interval so that it fits into an int.

2016-08-17 14:43 codesquid, revision 7728

Add option to configure TCP keep alive interval.

2016-08-17 08:13 codesquid, revision 7727

Fix a warning.

2016-08-17 08:06 codesquid, revision 7726

Actually use the top_builddir to locate libpugixml.a

2016-08-17 07:57 codesquid, revision 7725

Go via $top_srcdir to locate builtin libpugixml.a

2016-08-17 07:55 codesquid, revision 7724

Fix compile errors.

2016-08-17 07:43 codesquid, revision 7723

Use std::wstring instead of wxString in a couple of places.