Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-23 07:00: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.