Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2008-10-08 21:22 botg, revision 2789

Typo

2008-10-08 16:10 botg, revision 2788

Version bump

2008-10-08 16:09 botg, revision 2787

Updated translations.

2008-10-08 15:16 botg, revision 2786

Fix #3783

2008-10-08 14:58 botg, revision 2785

Fully working manual transfer dialog.

2008-10-08 14:24 botg, revision 2784

Last bits of UI magic.

2008-10-07 21:34 botg, revision 2783

Make sure all servers have a name.

2008-10-06 17:08 botg, revision 2782

Add some helper routines to CServer, further implement manual transfer dialog.

2008-10-06 16:58 botg, revision 2781

The order in which libs are requested from wx-config matters. Looks like that script is flawed, it should resolve the dependencies on its own.

2008-10-06 16:24 botg, revision 2780

Missed yet another wx lib.

2008-10-06 15:50 botg, revision 2779

Need to link against wx core library as well. Bump minimum required wxWidgets version.

2008-10-06 15:49 botg, revision 2778

Fix warning

2008-10-05 19:04 botg, revision 2777

Move auto ascii handling into new class. Bring parts of the manual transfer dialog to life.

2008-10-05 10:22 botg, revision 2776

Prototype manual transfer dialog.

2008-10-04 11:56 botg, revision 2775

Fix race condition, need to set state to CSocket::connecting after getting the final socket thread.

2008-10-02 14:37 botg, revision 2774

Don't link to unneeded wx components.

2008-10-02 13:18 botg, revision 2773

Ability to show/hide quickconnect bar.

2008-10-02 09:13 botg, revision 2772

Get rid of unneeded include.

2008-10-02 08:59 botg, revision 2771

Faster queue saving, makes about 16% difference. Don't save priority if priority is normal (default).

2008-10-01 23:15 botg, revision 2770

Resolve ambiguous implicit cast.

2008-10-01 21:45 botg, revision 2769

Get rid of unused variable.

2008-10-01 21:02 botg, revision 2768

Update displayed files if changing format.

2008-09-30 18:09 botg, revision 2767

Be a bit more verbose if fzsftp could not be started.

2008-09-30 08:25 botg, revision 2766

Fix ! operator

2008-09-29 21:12 botg, revision 2765

Copy changes from 3.1.3.1 tag

2008-09-29 21:09 botg, revision 2764

Clean up CDirectoryListing

2008-09-29 19:57 botg, revision 2763

Fix memory leak, thank you valgrind.

2008-09-29 15:37 botg, revision 2762

Reference counted CServerPath

2008-09-29 12:07 botg, revision 2745

Fix potential problem if OnClose gets called with pending data and OnReceive causes a redirect.

2008-09-29 12:00 botg, revision 2744

Download speed limits weren't working.

2008-09-27 22:51 botg, revision 2743

Remove some trailing whitespace.

2008-09-27 21:52 botg, revision 2742

Timing issue, need to retrigger close event if received prior to SetActive.

2008-09-27 18:09 botg, revision 2741

If validation fails, switch to the problem page.

2008-09-27 16:50 botg, revision 2740

Display more information on file changed notification.

2008-09-27 13:49 botg, revision 2739

Keep drive letter for removable media drives, e.g. CD-ROM drives.

2008-09-27 13:23 botg, revision 2738

React to added or removed drive letters.

2008-09-26 18:00 botg, revision 2737

Show server details on edit status dialog.

2008-09-26 09:48 botg, revision 2735

Fix #3772, allow editing of files with same name but in different remote paths.

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

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.