aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseHelpers.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-30tag: convert to C++Max Kellermann1-4/+4
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann1-0/+56
Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+78
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.