Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8063 changes):

2008-09-22 11:57 botg, revision 2725

Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.

2008-09-22 11:54 botg, revision 2724

Call gnutls_global_deinit even if gnutls_global_init fails, else further connections will attempt to use a partially initialized gnutls with undefined behaviour.

2008-09-21 23:44 botg, revision 2723

Less code duplication.

2008-09-21 17:52 botg, revision 2722

Add configuration option for number of decimal places in filesize formatting.

2008-09-21 17:43 botg, revision 2721

Can't use precompiled headers if dependency tracking is disabled.

2008-09-21 13:50 botg, revision 2720

Version bump

2008-09-21 12:51 botg, revision 2719

Updated translations

2008-09-21 12:45 botg, revision 2718

Minor fix without real world relevance.

2008-09-19 14:59 botg, revision 2717

Speedup of CRecursiveOperation::ProcessDirectoryListing

2008-09-19 12:29 botg, revision 2716

Add another exotic directory listing format.

2008-09-19 11:51 botg, revision 2715

Remove a debug printf

2008-09-19 09:46 botg, revision 2714

Increase idle disconnect time a bit.

2008-09-18 23:00 botg, revision 2713

Merge in upstream changes.

2008-09-17 23:11 botg, revision 2712

Send connection failure event if TryConnectHost always immediately returns. Most likely cause: User has a broken firewall.

2008-09-17 22:51 botg, revision 2711

Fix small memory leak.

2008-09-17 16:57 botg, revision 2710

The req == reqq asserts can be triggered by the server, change them to gracefully fail without triggering the operating system's crash handler. Fixes #3780

2008-09-16 21:07 botg, revision 2709

Don't stay in the connected state if the very first connection attempt fails.

2008-09-16 20:50 botg, revision 2708

Fix a crash if hostname could not be converted into local charset.

2008-09-16 15:25 botg, revision 2707

Explicitly request wxBITMAP_TYPE_ICO in GetIconBundle to avoid crash on OS X if bundle path contains non-ASCII character

2008-09-15 16:49 botg, revision 2706

Updated translation

2008-09-15 15:00 botg, revision 2705

Missed -rc1 suffix

2008-09-15 13:58 botg, revision 2704

Version bump

2008-09-15 13:57 botg, revision 2703

Updated translations

2008-09-15 12:16 botg, revision 2702

Fix a segfault on shutdown

2008-09-14 19:16 botg, revision 2701

Do not retry failed cancel commands.