Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-12-05 08:22 codesquid, revision 6235

Reset queued logs if canceling while waiting for the retry timer.

2014-12-04 16:40 codesquid, revision 6234

Protect transfer status with a mutex.

2014-12-04 15:28 codesquid, revision 6233

Take sub-second information into account when calculating speeds to smooth out displayed speeds.

2014-12-04 11:10 codesquid, revision 6232

Don't directly set numValue and strValue of the options cache.

2014-12-04 10:37 codesquid, revision 6231

Increase linker subsystem and osversion to 6.0 (Vista) on Windows.

2014-12-04 09:56 codesquid, revision 6230

Fix timeout when uploading files.

2014-12-04 09:34 codesquid, revision 6229

Fix a timing issue when checking for updates.

2014-12-03 13:20 codesquid, revision 6225

Bump 3.10.0-beta1

2014-12-03 13:19 codesquid, revision 6224

Updated translations.

2014-12-03 09:44 codesquid, revision 6223

Adjust top item rect if negative, add some asserts.

2014-12-03 09:35 codesquid, revision 6222

Fix GetNextItemSimple, we actually need to loop.

2014-12-02 21:41 codesquid, revision 6221

Only show an abbreviated message log by default. Only show details in case of an error or when explicitly enabled.

2014-12-02 13:15 codesquid, revision 6220

We no longer need to copy the error through a wxChar pointer.

2014-12-02 10:08 codesquid, revision 6219

Slightly change order of function calls when using FTP over TLS, so that sending of the USER command is displayed after the message that the TLS connection has been established.

2014-12-02 10:03 codesquid, revision 6218

Refer to TLS instead of TLS/SSL, as the latter is no longer supported.

2014-12-02 10:01 codesquid, revision 6217

Likewise, state which directory has been listed.

2014-12-02 10:01 codesquid, revision 6216

State which directory is being listed in log output.

2014-12-01 14:05 codesquid, revision 6215

Add missing .m4

2014-12-01 09:59 codesquid, revision 6214

Better error handling when creating directories when a file with same name exists.

2014-12-01 08:46 codesquid, revision 6213

Disable string coalescer. It's not yet thread-safe.

2014-12-01 08:36 codesquid, revision 6212

Initialize variable.

2014-11-30 09:54 codesquid, revision 6211

Require wx3.0.2, fix documentation.

2014-11-30 09:47 codesquid, revision 6210

Only check for libidn if there's no AI_IDN.

2014-11-30 09:09 codesquid, revision 6209

Fix a typo, minor formatting.

2014-11-30 09:04 codesquid, revision 6208

If getaddrinfo supports AI_IDN we do not need libidn.