Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2017-05-10 11:36 codesquid, revision 8391

Fix possible null-pointer dereference.

2017-05-02 21:33 codesquid, revision 8387

wxWidgets 3.0.3 finally got released. Require it.

2017-05-02 08:59 codesquid, revision 8386

Remove debug code.

2017-05-01 12:28 codesquid, revision 8385

Socket threads are now self-cleaning.

2017-05-01 10:07 codesquid, revision 8383

Code cleanup

2017-04-30 09:39 codesquid, revision 8381

Bump to 3.25.2

2017-04-30 09:24 codesquid, revision 8380

Updated translations

2017-04-30 09:08 codesquid, revision 8379

Merge upstream PuTTY changes.

2017-04-28 11:01 codesquid, revision 8378

Remove redundant qualification of fz namespace.

2017-04-28 10:54 codesquid, revision 8377

Typo.

2017-04-28 10:53 codesquid, revision 8376

Revert accidental commit of debug code.

2017-04-28 10:52 codesquid, revision 8375

Fix compile errors.

2017-04-28 09:58 codesquid, revision 8374

Even further fz::socket cleanup.

2017-04-25 12:00 codesquid, revision 8372

Further fz::socket cleanup.

2017-04-25 09:34 codesquid, revision 8371

Move CSocket into fz namespace.

2017-04-24 08:54 codesquid, revision 8369

Handle asynchronous requests for active engines without associated items, such as listing operations.

2017-04-23 11:04 codesquid, revision 8368

Bump to 3.25.2-rc1

2017-04-23 10:57 codesquid, revision 8367

Updated translations.

2017-04-23 10:30 codesquid, revision 8366

Increase default speedlimit values to be more useful.

2017-04-23 10:26 codesquid, revision 8365

Some header cleanup.

2017-04-23 10:01 codesquid, revision 8364

Do not mark a string as translatable that is not meant to be translated.

2017-04-22 12:48 codesquid, revision 8363

Fix a few insignificant coverity issues.

2017-04-22 10:35 codesquid, revision 8362

Minor cleanup.

2017-04-21 08:59 codesquid, revision 8361

Remove unused CConnectOpData

2017-04-21 08:48 codesquid, revision 8360

Add generic proxy support for HTTP.

2017-04-19 10:25 codesquid, revision 8354

Use std::deque instead of std::list for the pending notifications and a vector for the queued log messages.

2017-04-19 10:24 codesquid, revision 8353

Do not list Vista as supported in the README file.

2017-04-18 13:02 codesquid, revision 8351

Fix detection of regular paths accepting too much due to a typo. Reported by mseker.

2017-04-18 12:01 codesquid, revision 8350

Handle the hint element.

2017-04-18 11:49 codesquid, revision 8349

Fix spelling.

2017-04-18 08:42 codesquid, revision 8348

Fix an assertion triggered by an invalid filter.xml that contains no Filters element.

2017-04-18 08:16 codesquid, revision 8347

Reformatting without functional change.

2017-04-10 16:09 codesquid, revision 8344

Try harder to obtain the system image list handle. If that still fails, fail more gracefully.

2017-04-10 09:25 codesquid, revision 8341

Allow deleting unlistable directories.

2017-04-06 11:28 codesquid, revision 8333

Fix "IP address" capitalization in user-visible strings, patch by Peter Körner.

2017-04-06 09:33 codesquid, revision 8332

Fix "IP address" capitalization in user-visible strings, patch by Peter Körner.

2017-04-06 09:22 codesquid, revision 8331

End Vista support.

2017-04-06 07:21 codesquid, revision 8330

Fix sending of keep-alive commands.

2017-03-24 14:10 codesquid, revision 8312

Need to adjust dataToSend_ prior to returning FZ_REPLY_WOULDBLOCK.

2017-03-23 08:43 codesquid, revision 8310

Return FZ_REPLY_WOULDBLOCK in CHttpRequestOpData::Send() if the backend returns EAGAIN.

2017-03-23 08:20 codesquid, revision 8309

Minor cleanup.

2017-03-23 08:12 codesquid, revision 8308

Fix buffer handling sending request body

2017-03-21 11:26 codesquid, revision 8305

Fix generation of login sequence when using FTP proxies.

2017-03-20 15:11 codesquid, revision 8304

Bump to 3.25.1

2017-03-20 15:06 codesquid, revision 8303

One more null check.

2017-03-20 15:03 codesquid, revision 8302

Add a few null checks.

2017-03-20 14:55 codesquid, revision 8301

Updated translations

2017-03-20 10:11 codesquid, revision 8300

Fix timeout detection. #11206

2017-03-20 09:09 codesquid, revision 8299

If converting to wchar_t from char* as ISO8859-1, cast through unsigned char* to preserve correct values of potentially negative chars.

2017-03-18 15:32 codesquid, revision 8298

Fix a few warnings