Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-09-30 08:33 codesquid, revision 6111

Unfortunately there's no std::make_unique in C++11. Provide our own implementation.

2014-09-29 08:40 codesquid, revision 6110

A little bit of cleanup.

2014-09-28 08:56 codesquid, revision 6109

Fix detection of MODE Z.

2014-09-25 15:22 codesquid, revision 6108

If connected via generic proxy, don't use the connection's peer IP in the EPSV response.

2014-09-25 15:14 codesquid, revision 6107

Prefer EPSV over PASV if using a generic proxy.

2014-09-25 15:00 codesquid, revision 6106

Testing shows that many proxies use bogus values for the type and address. Thus get rid of address type remembering again.

2014-09-25 14:51 codesquid, revision 6105

Remember remote address type if using SOCKS5 proxy.

2014-09-25 11:42 codesquid, revision 6104

Detect EPSV command support.

2014-09-22 14:38 codesquid, revision 6103

Small code cleanup.

2014-09-22 14:28 codesquid, revision 6102

Fix assertion.

2014-09-22 14:11 codesquid, revision 6101

Forward critical flag.

2014-09-22 14:09 codesquid, revision 6100

Initialize all members of CFileZillaEnginePrivate::t_failedLogins

2014-09-22 14:05 codesquid, revision 6099

Remove an unneeded and unmatched lock.

2014-09-22 12:52 codesquid, revision 6098

Simplify command validation and add mutexes around engine functions.

2014-09-22 12:52 codesquid, revision 6097

Simplify command validation and add mutexes around engine functions.

2014-09-22 08:21 codesquid, revision 6096

Mark labels of next and back button as translatable.

2014-09-21 06:54 codesquid, revision 6095

Translate WSAECONNRESET.

2014-09-12 16:18 codesquid, revision 6072

Small improvements for hidpi displays: Use dialog units, not pixels to specify sizes.

2014-09-11 22:01 codesquid, revision 6071

Need to #include <algorithm> for std::find

2014-09-11 13:12 codesquid, revision 6070

Preserve relative order of option change handlers.

2014-09-10 17:28 codesquid, revision 6069

On OS X, the default drag result if Control is pressed is wxDragNone. Fixup the drag result.

2014-09-10 16:00 codesquid, revision 6068

Fix assertion when dragging over empty list control

2014-09-10 07:44 codesquid, revision 6067

Modernize code a bit.

2014-09-06 16:41 codesquid, revision 6064

Bump to 3.9.0.5

2014-09-06 16:37 codesquid, revision 6062

Reset triggered events when closing socket.