aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/ProxyDatabasePlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann1-6/+6
2013-07-30tag: convert to C++Max Kellermann1-7/+7
2013-07-30tag: move enum tag_type to TagType.hMax Kellermann1-0/+1
2013-07-28song: convert header to C++Max Kellermann1-15/+15
2013-01-28db/Proxy: explicitly request first element of arrayMax Kellermann1-2/+2
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-2/+1
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-4/+3
2013-01-02Directory: turn functions to methodsMax Kellermann1-4/+4
2013-01-02Directory: make the header C++ onlyMax Kellermann1-2/+1
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-7/+3
2013-01-02playlist_vector: convert to C++Max Kellermann1-1/+1
2012-08-16ProxyDatabase: implement GetSong()Max Kellermann1-3/+26
2012-08-16ProxyDatabase: clear libmpdclient errors in CheckError()Max Kellermann1-1/+2
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-0/+12
2012-08-15ProxyDatabase: pass "detached" objects to visitorsMax Kellermann1-39/+34
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann1-0/+25
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+52
2012-08-15ProxyDatabase: obey visitor return valuesMax Kellermann1-8/+11
2012-08-15ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann1-11/+32
2012-08-15ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann1-25/+25
2012-08-15db_visitor: delete obsolete headerMax Kellermann1-3/+0
2012-08-08ProxyDatabasePlugin: obey the "recursive" flagMax Kellermann1-2/+3
2012-08-08ProxyDatabasePlugin: use an artificial "root" directoryMax Kellermann1-2/+9
2012-08-08ProxyDatabasePlugin: new database plugin using libmpdclientMax Kellermann1-0/+345