Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-25 11:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2014-07-10 10:29 codesquid, revision 5822

Further refactoring to directory listing code to save even more memory.

2014-07-09 19:21 codesquid, revision 5821

Fix compile error

2014-07-09 18:10 codesquid, revision 5819

Bump to 3.9.0-rc2

2014-07-09 18:09 codesquid, revision 5818

Update translations

2014-07-09 17:54 codesquid, revision 5817

Update svn:ignore.

2014-07-09 15:43 codesquid, revision 5816

Small savings with CServerPath: In most use cases there is no prefix.

2014-07-09 15:30 codesquid, revision 5815

Fix compile error.

2014-07-09 14:43 codesquid, revision 5814

Fix compile error.

2014-07-09 14:28 codesquid, revision 5813

Use manual freeze/thaw to avoid heap allocation.

2014-07-09 14:27 codesquid, revision 5812

Save some memory: In most cases listing items have no target.

2014-07-09 14:11 codesquid, revision 5811

Mark CRefcount* as final.

2014-07-09 12:58 codesquid, revision 5810

Halve the number of allocations by using only use a single pointer paired with placement new/delete.

2014-07-09 09:24 codesquid, revision 5809

Do some more splicing to avoid additional allocations.

2014-07-09 09:13 codesquid, revision 5808

Re-use existing list entries.

2014-07-09 08:13 codesquid, revision 5807

Fix uninitialized variable.

2014-07-08 15:02 codesquid, revision 5806

Fix coverity errors.

2014-07-08 14:39 codesquid, revision 5805

Fix Coverity warning about possible nullpointer dereference.

2014-07-08 14:29 codesquid, revision 5804

Fix enum for column flags.

2014-07-08 13:01 codesquid, revision 5803

Fix nullpointer dereference.

2014-07-08 12:59 codesquid, revision 5802

Need to check for EINTR when calling fcntl.

2014-07-08 12:55 codesquid, revision 5801

Fix nullpointer dereference.

2014-07-08 12:01 codesquid, revision 5800

Make use of C++11's random.

2014-07-08 12:01 codesquid, revision 5799

Define NOMINMAX so that there are no min and max macros declared by the windows headers.

2014-07-07 09:43 codesquid, revision 5798

Make CState non-copyable.

2014-07-07 09:40 codesquid, revision 5797

Make non-copyable.