Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-16 13:30:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

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.