Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-06 03:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8068 changes):

2016-10-20 13:08 codesquid, revision 7887

Explicitly check for wxUSE_GUI during configure, wx-config unfortunately doesn't do the right thing.

2016-10-20 09:10 codesquid, revision 7886

Remove wxString from one function.

2016-10-19 13:32 codesquid, revision 7885

Small formatting changes.

2016-10-19 13:32 codesquid, revision 7884

Fix assertion due to new items being unexpectedly selected by default.

2016-10-19 11:35 codesquid, revision 7883

Fix assertion if Ctrl+A is pressed in an empty file list.

2016-10-18 12:42 codesquid, revision 7882

Allow subclassing wxCustomHeightListCtrl

2016-10-18 12:11 codesquid, revision 7881

Make new filters apply to both files and directories by default.

2016-10-18 07:48 codesquid, revision 7880

Wait for wx to finish processing the rename before refreshing local file list. Fixes an assertion in wx.

2016-10-15 11:07 codesquid, revision 7879

sqlite3_column_bytes16 returns bytes, not characters, so divide by two.

2016-10-15 10:46 codesquid, revision 7878

Remove last remaining wxString usage from queue storage.

2016-10-15 10:03 codesquid, revision 7877

Add small debug feature to reinitialize the updater on-demand.

2016-10-14 20:35 codesquid, revision 7876

Fix compile error

2016-10-14 14:43 codesquid, revision 7875

Small bits of wxString removal.

2016-10-14 08:02 codesquid, revision 7874

Further wxString removal.

2016-10-13 15:48 codesquid, revision 7872

Fixed compile error.

2016-10-13 15:31 codesquid, revision 7871

Cleanup C(S)FtpControlSocket

2016-10-13 08:45 codesquid, revision 7870

Further removal of wxString.

2016-10-12 13:19 codesquid, revision 7868

Cleaned up CServer.

2016-10-12 12:35 codesquid, revision 7866

Cleanup CBuildInfo

2016-10-12 09:46 codesquid, revision 7865

Avoid a string copy.

2016-10-12 08:19 codesquid, revision 7864

Minor performance improvement

2016-10-12 07:50 codesquid, revision 7863

SFTP: Reduce log output if not detailed.

2016-10-11 20:33 codesquid, revision 7862

Change a few XML function to use std::wstring instead of wxString.

2016-10-11 20:22 codesquid, revision 7861

Somewhat dewx CQueueStorage.

2016-10-11 19:42 codesquid, revision 7860

Additional cleanup of CServer