Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 20:00:01
Changelog for FileZilla 3 (8047 changes):
2011-05-15 21:37 codesquid, revision 40282011-05-15 21:34 codesquid, revision 4027Bump
- M /FileZilla3/trunk/locales/ar.po
- M /FileZilla3/trunk/locales/bg_BG.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/pt_PT.po
- M /FileZilla3/trunk/locales/sv.po
- M /FileZilla3/trunk/locales/zh_CN.po
- M /FileZilla3/trunk/locales/zh_TW.po
2011-05-15 15:21 codesquid, revision 4026Updated translations
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- 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-05-15 10:25 codesquid, revision 4025Add option to strip VMS revisions on VMS servers.
2011-05-09 14:51 gathoye, revision 4024Fix a division by zero if benchmarking an empty coalescer.
2011-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
Check for unordered_map