Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 1 | -2/+2 | |
The old struct config_param remains only for top-level string options. | |||||
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-02-19 | DatabasePlugin: add FLAG_REQUIRE_STORAGE | Max Kellermann | 1 | -0/+10 | |
Ignore the storage configuration if FLAG_REQUIRE_STORAGE is not set in the DatabasePlugin. | |||||
2014-02-19 | DatabasePlugin: add attribute "flags" | Max Kellermann | 1 | -0/+2 | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -114/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -4/+4 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-11 | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 1 | -1/+4 | |
Allow database plugins to announce that they have been modified. | |||||
2013-11-22 | DatabasePlugin: add method GetUpdateStamp() | Max Kellermann | 1 | -0/+9 | |
Refactor SimpleDatabase::GetLastModified() to be generic for all plugins. Remove the SimpleDatabase assumption from db_stats_print(), allowing it to be implemented by all database plugins. | |||||
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -10/+11 | |
Replaces GLib's GError. | |||||
2013-08-04 | DatabasePlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | tag: move enum tag_type to TagType.h | Max Kellermann | 1 | -4/+1 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -3/+4 | |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 1 | -1/+8 | |
Allow the plugin to allocate the GetSong() return value. | |||||
2012-08-15 | DatabasePlugin: add method GetStats() | Max Kellermann | 1 | -0/+32 | |
Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs. | |||||
2012-08-15 | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 1 | -0/+12 | |
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs. | |||||
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -4/+4 | |
2012-08-07 | Database{Plugin,Visitor}: pass references | Max Kellermann | 1 | -3/+3 | |
2012-08-02 | DatabasePlugin: add simpler Visit() wrapepr | Max Kellermann | 1 | -0/+13 | |
2012-08-02 | DatabasePlugin: make Visit() const | Max Kellermann | 1 | -2/+2 | |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -5/+2 | |
Remove GLib dependency from some headers. | |||||
2012-08-01 | db_plugin: convert to C++ | Max Kellermann | 1 | -0/+87 | |