Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2009-04-02 15:33 botg, revision 3105

Allow editing/opening multiple files at the same time, #4388

2009-04-02 09:44 botg, revision 3104

Print wx and gnutls version numbers in about dialog.

2009-04-01 17:40 botg, revision 3103

Also handle leading whitespace and add a testcase.

2009-04-01 16:09 botg, revision 3102

MLSD doesn't have padding issues so filenames with trailing whitespace are allowed.

2009-03-29 16:55 botg, revision 3101

Eliminate some O(n) calls, replaced with O(1) alternatives

2009-03-29 15:45 botg, revision 3100

Small performance improvements

2009-03-28 18:59 botg, revision 3099

Fix compile error

2009-03-28 18:45 botg, revision 3098

Fix compile error

2009-03-27 22:51 botg, revision 3097

Let ConvertPermissions handle numeric mode.

2009-03-27 22:31 botg, revision 3096

Fix chmod dialog on listings without permissions.

2009-03-27 14:39 botg, revision 3095

Enable MLSD support. Parse MLST feature line and send OPTS MLST if needed.

2009-03-27 14:03 botg, revision 3094

Fixes for MLSD parser.

2009-03-27 13:32 botg, revision 3093

Add flags indicating presence of perms and user/group in listing

2009-03-26 19:10 botg, revision 3092

Improve performance of adding local files to queue.

2009-03-25 22:44 botg, revision 3091

Typo

2009-03-25 22:00 botg, revision 3090

Add directory comparison to list of features.

2009-03-25 14:39 botg, revision 3089

Version bump

2009-03-25 14:08 botg, revision 3088

Add context menu to data type indicator in status bar.

2009-03-25 13:12 botg, revision 3087

Fix "remove all" not working under non-MSW systems if nothing selected

2009-03-25 12:45 botg, revision 3086

Autoclear menu item cannot be toggled on OS X, #4367

2009-03-24 16:41 botg, revision 3085

Get rid of file exists prompt after already confirming upload of edited and changed file.

2009-03-24 14:59 botg, revision 3084

Handle single quotes inside double quotes, fix #4258

2009-03-22 21:34 botg, revision 3083

Empty options are valid.

2009-03-22 21:04 botg, revision 3082

Expand path on MSW as well.

2009-03-21 19:29 botg, revision 3081

Version bump

2009-03-21 19:29 botg, revision 3080

Updated translations

2009-03-21 10:37 botg, revision 3079

Make opencrystal the default theme

2009-03-18 16:09 botg, revision 3078

Typo, fixes #4339

2009-03-17 23:25 botg, revision 3077

Fix memory corruption if resizing columns in queue if log position is set as tab next in queue pane. Fixes #4341.

2009-03-17 16:21 botg, revision 3076

Set Kiosk mode to 2 to prevent FileZilla from writing to its settings files.

2009-03-16 19:41 botg, revision 3075

m_pMainFrame->GetComparisonManager() can return NULL. Fixes #4338

2009-03-15 14:25 botg, revision 3074

Version bump

2009-03-15 14:22 botg, revision 3073

Updated translations

2009-03-14 19:18 botg, revision 3072

Add some hotkeys

2009-03-13 23:31 botg, revision 3071

Added --version

2009-03-13 16:23 botg, revision 3070

Small logic error

2009-03-13 16:11 botg, revision 3069

On listings without seconds resolution, timezone offset needs to be rounded to minutes

2009-03-12 19:15 botg, revision 3068

Fix compile error in debug mode

2009-03-12 16:11 botg, revision 3067

Add information about seconds resolution for timestamp

2009-03-10 22:27 botg, revision 3066

Sometimes standard C++ is a tad limited. Cannot use local types as template arguments.

2009-03-09 22:17 botg, revision 3065

Need to set containing sizer, else a double-free will be the result.

2009-03-09 22:04 botg, revision 3064

Apply filter changes.

2009-03-08 23:38 botg, revision 3063

Follow the specs, GenericName should not be part of Name

2009-03-08 17:00 botg, revision 3062

Stupid MSDN library keeps using uppercase W

2009-03-08 16:29 botg, revision 3061

Compilo

2009-03-08 15:55 botg, revision 3060

Greatly decrease CPU usage during SFTP transfers

2009-03-07 22:26 botg, revision 3059

Add GenericName and German translations.

2009-03-06 16:50 botg, revision 3058

Typo

2009-03-06 15:27 botg, revision 3057

Make directory comparison and synchronized browsing play together.

2009-03-06 10:49 botg, revision 3056

Don't fallback to current path if current path cannot be obtained.