Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabasePlugin: add method GetUpdateStamp() | Max Kellermann | 2013-11-22 | 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. | ||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -10/+11 |
| | | | | Replaces GLib's GError. | ||||
* | DatabasePlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | tag: move enum tag_type to TagType.h | Max Kellermann | 2013-07-30 | 1 | -4/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+4 |
| | |||||
* | DatabasePlugin: add method ReturnSong() | Max Kellermann | 2012-08-16 | 1 | -1/+8 |
| | | | | Allow the plugin to allocate the GetSong() return value. | ||||
* | DatabasePlugin: add method GetStats() | Max Kellermann | 2012-08-15 | 1 | -0/+32 |
| | | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs. | ||||
* | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 2012-08-15 | 1 | -0/+12 |
| | | | | | Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -4/+4 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | DatabasePlugin: add simpler Visit() wrapepr | Max Kellermann | 2012-08-02 | 1 | -0/+13 |
| | |||||
* | DatabasePlugin: make Visit() const | Max Kellermann | 2012-08-02 | 1 | -2/+2 |
| | |||||
* | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 2012-08-02 | 1 | -5/+2 |
| | | | | Remove GLib dependency from some headers. | ||||
* | db_plugin: convert to C++ | Max Kellermann | 2012-08-01 | 1 | -0/+87 |