Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-03-29 05:00:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8007 changes):

2011-05-01 10:22 codesquid, revision 4011

Also use unordered_map in the queue storage for the path to id maps. Vacuum the database after loading.

2011-05-01 07:44 codesquid, revision 4010

Compile fix

2011-04-30 20:03 codesquid, revision 4009

Squeeze out some cycles populating the queue.

2011-04-30 19:46 codesquid, revision 4008

Slowest aspect of saving/loading very large queues was actually waiting on disk I/O. Instead of always saving the full paths, keep an index.

2011-04-27 17:16 codesquid, revision 4007

Compile fix

2011-04-27 16:34 codesquid, revision 4006

Fix

2011-04-27 15:07 codesquid, revision 4005

Actually do look in the tr1/ subdir...

2011-04-27 15:01 codesquid, revision 4004

Typo

2011-04-27 14:57 codesquid, revision 4003

Small fix

2011-04-27 14:46 codesquid, revision 4002

Check for unordered_map

2011-04-26 15:40 codesquid, revision 3998

Compile fix

2011-04-26 14:01 codesquid, revision 3997

Hopefully last round of optimizations

2011-04-26 12:25 codesquid, revision 3996

Enable C++0x support

2011-04-26 12:25 codesquid, revision 3995

Additional small(ish) improvement

2011-04-26 09:15 codesquid, revision 3994

Compile fixes.

2011-04-26 09:14 codesquid, revision 3993

Reject wxUniversal

2011-04-26 08:03 codesquid, revision 3992

Possible fix for wxUniversal detected as acceptable

2011-04-26 07:46 codesquid, revision 3991

Fix calculation.

2011-04-25 19:05 codesquid, revision 3990

First version of string coalescer using a hashmap.

2011-04-24 20:45 codesquid, revision 3989

Don't store target name if it's equal to source name. Reduces queue size by roughly 10-15%. Obviously makes loading/saving a bit faster as well.

2011-04-24 19:15 codesquid, revision 3988

Fix ifdefery

2011-04-24 19:00 codesquid, revision 3987

Further performance optimizations. Avoid slow conversion from/to UTF-8. On *nix, converting between Unicode codepoints and UTF-16 is faster. On Windows, no conversion is needed at all.

2011-04-24 16:41 codesquid, revision 3986

Noticable performance improvements.

2011-04-24 12:19 codesquid, revision 3985

Update build system

2011-04-24 09:55 codesquid, revision 3984

Load and save queue to sqlite database.