Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 08:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8047 changes):

2008-09-25 20:27 botg, revision 2734

Last part of #3803

2008-09-25 13:23 botg, revision 2733

Fix #3781, need to truncate filenames if longer than MAX_PATH (MSW)

2008-09-24 22:22 botg, revision 2732

Change CEditHandler to identify remote files by path and server in addition to filename and make local filename independent of remote filename. Lays the foundation to fix #3772 and #3781.

2008-09-24 09:34 botg, revision 2731

Solaris doesn't have d_type member in struct dirent, fixes part of #3803

2008-09-24 09:01 botg, revision 2730

Fix a warning.

2008-09-24 09:01 botg, revision 2729

Fix compile errors on Solaris, part of #3803

2008-09-23 14:45 botg, revision 2728

Fix wording.

2008-09-22 14:48 botg, revision 2727

Fix compile error.

2008-09-22 12:37 botg, revision 2726

Updated tooltip for comparison button.

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