Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-26 21:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-07-16 13:36 codesquid, revision 5872

Fix buffer size.

2014-07-16 12:28 codesquid, revision 5871

Fix testcase.

2014-07-16 12:03 codesquid, revision 5870

Initialize a few more variables.

2014-07-16 11:45 codesquid, revision 5869

Since 2.9.2, wx has wxTHREAD_WAIT_BLOCK. As such, our own wxThreadEx is no longer needed and can be removed.

2014-07-16 11:40 codesquid, revision 5868

Fix two more Coverity errors.

2014-07-16 11:34 codesquid, revision 5867

Fix some more Coverity findings.

2014-07-16 09:38 codesquid, revision 5866

Initialize members of CProxySocket.

2014-07-16 09:35 codesquid, revision 5865

More members to initialize, this time in DBusThread.

2014-07-16 09:32 codesquid, revision 5864

Initialize members.

2014-07-16 09:29 codesquid, revision 5863

Mark CSocket as non-copyable.

2014-07-16 09:25 codesquid, revision 5862

Initialize CSocketEventDispatcher::m_insideLoop and refactor class to be a little bit more efficient when removing pending events.

2014-07-16 09:08 codesquid, revision 5861

Remove unused variable.

2014-07-16 09:02 codesquid, revision 5860

Handle EINTR when calling fcntl.

2014-07-16 07:31 codesquid, revision 5859

Fix setting raw data as used by drag&drop.

2014-07-16 07:15 codesquid, revision 5858

Verify date/time format. TODO: Do we need to set crt assertion handlers on MinGW?

2014-07-15 22:27 codesquid, revision 5857

Fix initial focus on wxGTK.

2014-07-15 20:56 codesquid, revision 5856

Use range-based for.

2014-07-15 20:50 codesquid, revision 5855

Fix a warning.

2014-07-15 16:14 codesquid, revision 5854

Addendum to previous commit, forgot this file.

2014-07-15 14:42 codesquid, revision 5853

Missed a warning.

2014-07-15 14:24 codesquid, revision 5852

Filter entries from changelog newer than available version.

2014-07-15 11:47 codesquid, revision 5851

Get rid of redundant assignment.

2014-07-15 11:46 codesquid, revision 5850

Initialize members.

2014-07-15 11:23 codesquid, revision 5849

Fix compile error with some compilers.

2014-07-15 11:05 codesquid, revision 5848

Fix another set of warnings.