Changelogs
Overview
These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-11-22 14:40:01
Changelog for FileZilla 3 (8047 changes):
2014-06-05 06:53 codesquid, revision 55912014-06-05 06:49 codesquid, revision 5590Fix more errors.
2014-06-04 19:50 codesquid, revision 5589Hopefully fix compile errors.
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
2014-06-04 19:45 codesquid, revision 5588Some more cleanup.
- M /FileZilla3/trunk/src/include/directorylisting.h
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalListView.h
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteListView.h
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/search.cpp
2014-06-04 17:47 codesquid, revision 5587Unify sorting code.
- M /FileZilla3/trunk/src/interface/filelistctrl.cpp
- M /FileZilla3/trunk/src/interface/filelistctrl.h
- M /FileZilla3/trunk/src/interface/LocalListView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.cpp
- M /FileZilla3/trunk/src/interface/LocalTreeView.h
- M /FileZilla3/trunk/src/interface/Options.cpp
- M /FileZilla3/trunk/src/interface/Options.h
- M /FileZilla3/trunk/src/interface/RemoteListView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.cpp
- M /FileZilla3/trunk/src/interface/RemoteTreeView.h
- M /FileZilla3/trunk/src/interface/resources/xrc/settings.xrc
- M /FileZilla3/trunk/src/interface/search.cpp
- M /FileZilla3/trunk/src/interface/settings/optionspage_filelists.cpp
- A /FileZilla3/trunk/tests/cmpnatural.cpp
- M /FileZilla3/trunk/tests/Makefile.am
2014-06-01 09:06 codesquid, revision 5586Path by typz to make sort mode configurable, including an option to select natural sort. #9402
2014-06-01 09:00 codesquid, revision 5585Last-minute update.
2014-05-31 22:11 codesquid, revision 5584Prepare 3.8.1 release.
- M /FileZilla3/trunk/locales/de.po
- M /FileZilla3/trunk/locales/hy.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
2014-05-31 21:45 codesquid, revision 5583Updated translations
2014-05-31 20:23 codesquid, revision 5582Add missing include to fix compile error on OS X.
2014-05-31 20:10 codesquid, revision 5581Handle a potential signed/unsigned mismatch. Also, log some more.
2014-05-31 20:06 codesquid, revision 5580Fix typo
2014-05-31 19:53 codesquid, revision 5579More logging.
2014-05-31 19:33 codesquid, revision 5578There's some problem with the update system in the official builds, finding it seems difficult.
2014-05-31 19:16 codesquid, revision 5577Even more logging.
2014-05-31 19:09 codesquid, revision 5576Add additional log messages to make debugging the updater easier.
- M /FileZilla3/trunk/src/interface/resources/xrc/update.xrc
- M /FileZilla3/trunk/src/interface/update_dialog.cpp
- M /FileZilla3/trunk/src/interface/update_dialog.h
2014-05-30 10:12 codesquid, revision 5575Add debug function to always get updater log.
- M /FileZilla3/trunk/locales/el.po
- M /FileZilla3/trunk/locales/fr.po
- M /FileZilla3/trunk/locales/id_ID.po
- M /FileZilla3/trunk/locales/it.po
- M /FileZilla3/trunk/locales/kab.po
- M /FileZilla3/trunk/locales/tr.po
- M /FileZilla3/trunk/locales/vi_VN.po
2014-05-30 09:01 codesquid, revision 5574Updated translations.
2014-05-29 14:03 codesquid, revision 5573Use normal path syntax of Windows. Patch by XhmikosR.
2014-05-29 08:45 codesquid, revision 5572Make code a bit easier to understand.
2014-05-29 08:34 codesquid, revision 5571Fix cov1109939 and cov1109958, the latter being a null pointer dereference.
2014-05-29 08:31 codesquid, revision 5570Fix descriptor leak (cov1110000).
2014-05-29 08:25 codesquid, revision 5569Add missing break (cov1109962).
2014-05-29 08:22 codesquid, revision 5568Fix resource leak (cov1109984)
2014-05-29 08:18 codesquid, revision 5567Fix memory leak (cov1216481).
Fix potential use-after-free (cov1216490)