aboutsummaryrefslogtreecommitdiffstats
path: root/src/db (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* db/SimpleDatabasePlugin: fix memory leak in Visit()Max Kellermann2012-09-051-7/+11
* db_lock: add C++ helper class ScopeDatabaseLockMax Kellermann2012-09-051-11/+6
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-1/+1
* DatabaseSelection: add method Match()Max Kellermann2012-08-291-2/+1
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* ProxyDatabase: implement GetSong()Max Kellermann2012-08-161-3/+26
* ProxyDatabase: clear libmpdclient errors in CheckError()Max Kellermann2012-08-161-1/+2
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-163-0/+38
* ProxyDatabase: pass "detached" objects to visitorsMax Kellermann2012-08-151-39/+34
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-153-0/+37
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-153-0/+68
* ProxyDatabase: obey visitor return valuesMax Kellermann2012-08-151-8/+11
* ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann2012-08-151-11/+32
* ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann2012-08-151-25/+25
* db_visitor: delete obsolete headerMax Kellermann2012-08-152-4/+0
* ProxyDatabasePlugin: obey the "recursive" flagMax Kellermann2012-08-081-2/+3
* ProxyDatabasePlugin: use an artificial "root" directoryMax Kellermann2012-08-081-2/+9
* ProxyDatabasePlugin: new database plugin using libmpdclientMax Kellermann2012-08-082-0/+372
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-2/+5
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-072-3/+3
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-072-8/+8
* DatabasePlugin: make Visit() constMax Kellermann2012-08-022-4/+4
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-5/+4
* db_plugin: convert to C++Max Kellermann2012-08-013-184/+184
* require GLib 2.16Max Kellermann2012-07-101-1/+0
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-2/+11
* directory: replace dirvec with doubly linked listMax Kellermann2012-01-241-2/+6
* directory: simplify constructors and clarify API documentationMax Kellermann2012-01-241-2/+2
* db/simple: pass the correct GError pointerMax Kellermann2012-01-121-1/+1
* db_plugin: add method visit()Max Kellermann2011-09-131-0/+41
* db_plugin: add method get_song()Max Kellermann2011-09-131-0/+17
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-102-0/+329