Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2025-04-08 08:40:01
Changelog for FileZilla 3 (8068 changes):
2011-05-09 14:51 gathoye, revision 40242011-05-08 17:45 codesquid, revision 4023French translation update for FileZilla 3.5.0.
2011-05-08 13:29 codesquid, revision 4022Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/es.po
- M /FileZilla3/trunk/locales/et_EE.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ko_KR.po
- M /FileZilla3/trunk/locales/nb_NO.po
- M /FileZilla3/trunk/locales/pl_PL.po
- M /FileZilla3/trunk/locales/pt_BR.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_CN.po
2011-05-08 13:09 codesquid, revision 4019Updated translations.
2011-05-07 20:45 codesquid, revision 4018Basic error reporting
2011-05-07 12:23 codesquid, revision 4017Remove dead code
2011-05-07 12:07 codesquid, revision 4016Need to load existing queues from queue.xml still, cannot just throw away users' queues.
2011-05-01 20:50 codesquid, revision 4015Set initial focus to user input box if there is no user.
2011-05-01 19:30 codesquid, revision 4014Preliminary changelog
2011-05-01 14:47 codesquid, revision 4013Restore saving/loading of entries for empty directories.
2011-05-01 12:18 codesquid, revision 4012Fix crash reported in Ubuntu Bug #764360
2011-05-01 10:22 codesquid, revision 4011Get rid of a deprecated function call. Debian bug #624057
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
2011-05-01 07:44 codesquid, revision 4010Also use unordered_map in the queue storage for the path to id maps. Vacuum the database after loading.
2011-04-30 20:03 codesquid, revision 4009Compile fix
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/include/local_path.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2011-04-30 19:46 codesquid, revision 4008Squeeze out some cycles populating the queue.
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.h
2011-04-27 17:16 codesquid, revision 4007Slowest 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 16:34 codesquid, revision 4006Compile fix
2011-04-27 15:07 codesquid, revision 4005Fix
2011-04-27 15:01 codesquid, revision 4004Actually do look in the tr1/ subdir...
2011-04-27 14:57 codesquid, revision 4003Typo
2011-04-27 14:46 codesquid, revision 4002Small fix
- M /FileZilla3/trunk/configure.in
- A /FileZilla3/trunk/m4/check_cxx0x.m4
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
2011-04-26 15:40 codesquid, revision 3998Check for unordered_map
2011-04-26 14:01 codesquid, revision 3997Compile fix
2011-04-26 12:25 codesquid, revision 3996Hopefully last round of optimizations
2011-04-26 12:25 codesquid, revision 3995Enable C++0x support
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
2011-04-26 09:15 codesquid, revision 3994Additional small(ish) improvement
- M /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
2011-04-26 09:14 codesquid, revision 3993Compile fixes.
2011-04-26 08:03 codesquid, revision 3992Reject wxUniversal
2011-04-26 07:46 codesquid, revision 3991Possible fix for wxUniversal detected as acceptable
2011-04-25 19:05 codesquid, revision 3990Fix calculation.
- M /FileZilla3/trunk/src/engine/engine.vcproj
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/Makefile.am
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- A /FileZilla3/trunk/src/engine/string_coalescer.cpp
- M /FileZilla3/trunk/src/include/Makefile.am
- M /FileZilla3/trunk/src/include/serverpath.h
- A /FileZilla3/trunk/src/include/string_coalescer.h
- M /FileZilla3/trunk/src/interface/Mainfrm.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/resources/menus.xrc
2011-04-24 20:45 codesquid, revision 3989First version of string coalescer using a hashmap.
- M /FileZilla3/trunk/src/interface/edithandler.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/manual_transfer.cpp
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queue.h
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/recursive_operation.cpp
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/state.cpp
2011-04-24 19:15 codesquid, revision 3988Don'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:00 codesquid, revision 3987Fix ifdefery
2011-04-24 16:41 codesquid, revision 3986Further 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.
- M /FileZilla3/trunk/src/engine/local_path.cpp
- M /FileZilla3/trunk/src/engine/serverpath.cpp
- M /FileZilla3/trunk/src/include/refcount.h
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
2011-04-24 12:19 codesquid, revision 3985Noticable performance improvements.
- M /FileZilla3/trunk/configure.in
- M /FileZilla3/trunk/INSTALL
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/queue_storage.cpp
2011-04-24 09:55 codesquid, revision 3984Update build system
- M /FileZilla3/trunk/src/include/libfilezilla.h
- M /FileZilla3/trunk/src/include/server.h
- M /FileZilla3/trunk/src/interface/filezillaapp.h
- M /FileZilla3/trunk/src/interface/interface.vcproj
- M /FileZilla3/trunk/src/interface/Makefile.am
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/QueueView.h
- M /FileZilla3/trunk/src/interface/queue.h
- A /FileZilla3/trunk/src/interface/queue_storage.cpp
- A /FileZilla3/trunk/src/interface/queue_storage.h
2011-04-16 12:51 codesquid, revision 3983Load and save queue to sqlite database.
2011-04-16 12:22 codesquid, revision 3982Missing commit
2011-04-16 11:08 codesquid, revision 3981Fix
2011-04-05 18:36 codesquid, revision 3980Make CServerPath::GetSafePath a lot faster
- M /FileZilla3/trunk/src/interface/QueueView.cpp
- M /FileZilla3/trunk/src/interface/queue.cpp
- M /FileZilla3/trunk/src/interface/queueview_failed.cpp
2011-04-05 18:36 codesquid, revision 3979Slightly reduced memory consumption
2011-04-05 18:11 codesquid, revision 3978Fix indentation
2011-03-28 17:54 codesquid, revision 3977Fix a crash on destruction.
2011-03-27 19:49 codesquid, revision 3976Fix fix
2011-03-27 19:49 codesquid, revision 3975Version bump
2011-03-27 19:48 codesquid, revision 3974Version bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/cs_CZ.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/ro_RO.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_TW.po
2011-03-21 18:30 gathoye, revision 3972Updated translations
2011-03-20 22:00 codesquid, revision 3971Latest changes for FileZilla RC french translation
- M /FileZilla3/trunk/locales/bg_BG.po
- M /FileZilla3/trunk/locales/da_DK.po
- M /FileZilla3/trunk/locales/fi_FI.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/is.po
- M /FileZilla3/trunk/locales/sk_SK.po
- M /FileZilla3/trunk/locales/sl_SI.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2011-03-20 17:44 codesquid, revision 3970Updated translations
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/nn_NO.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
2011-03-20 17:36 codesquid, revision 3969First batch of translation updates.
Some things just don't belong where they don't belong.