Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |