aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseHelpers.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-1/+1
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-2/+3
| | | | Replaces GLib's GError.
* tag: move enum tag_type to TagType.hMax Kellermann2013-07-301-2/+2
|
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-151-0/+5
| | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-151-0/+36
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.