Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.

2008-09-14 19:05 botg, revision 2700

Do not blank remote file list if getting disconnected by server and transparently reconnect if issuing the next command.

2008-09-14 19:00 botg, revision 2699

Add IsValid

2008-09-14 12:21 botg, revision 2698

Only save options once every 15 seconds. Especially useful if settings are stored on network resources or removable media mounted with the sync option.

2008-09-14 12:01 botg, revision 2697

Remove debug code that got accidentally committed.

2008-09-12 13:31 botg, revision 2696

Massive performance imrovement on OS X

2008-09-11 15:00 botg, revision 2695

Avoid some long computations inside wxTreeCtrl

2008-09-11 14:41 botg, revision 2694

Do not refresh header control if not needed

2008-09-11 14:38 botg, revision 2693

Do not refresh header control if not needed

2008-09-10 13:19 botg, revision 2692

Version bump

2008-09-10 13:09 botg, revision 2691

Added putty licence.

2008-09-10 12:56 botg, revision 2690

Updated OpenCrystal theme.

2008-09-10 12:12 botg, revision 2689

Updated translations

2008-09-10 09:26 botg, revision 2688

Fix #3754: On MSW, need to set selection mark on prefix search.

2008-09-10 07:33 botg, revision 2687

Compile error.

2008-09-09 23:28 botg, revision 2686

Further performance improvements

2008-09-09 15:42 botg, revision 2685

Don't needlessly copy filters all the time.

2008-09-09 15:32 botg, revision 2684

Vast performance improvements on non-Windows systems

2008-09-08 08:12 botg, revision 2683

Don't send event if there's no event handler set

2008-09-06 21:53 botg, revision 2682

Get rid of the awful id system. Both handler and source can now remove pending socket events.

2008-09-06 18:59 botg, revision 2681

It is not necessary to retrigger close event due to the while loop.

2008-09-05 20:00 botg, revision 2680

Don't try to MKD a parentless path by first going to its parent, fix a small memory leak.

2008-09-05 14:57 botg, revision 2679

With the new event system, the id checks have become unnecessary, transform them into asserts.

2008-09-05 13:49 botg, revision 2678

Fix compile error

2008-09-04 15:25 botg, revision 2677

Make the backends' Read and Write method declaration identical to the CSocket ones.

2008-09-04 13:32 botg, revision 2676

Get rid of no longer needed event type.

2008-09-04 13:18 botg, revision 2675

New socket event handling.

2008-09-03 22:06 botg, revision 2674

Use BUFFERCOUNT define instead of literal number.

2008-09-03 08:56 botg, revision 2673

Add helpful trace for resumetest failures.