aboutsummaryrefslogtreecommitdiff
path: root/src/db
Commit message (Expand)AuthorAge
* SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov2013-02-02
* db/Proxy: explicitly request first element of arrayMax Kellermann2013-01-28
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-28
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-22
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-18
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
* TextFile: convert to a classMax Kellermann2013-01-03
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-03
* Directory: turn functions to methodsMax Kellermann2013-01-02
* Directory: make the header C++ onlyMax Kellermann2013-01-02
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-02
* db_lock: convert to C++Max Kellermann2013-01-02
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-02
* playlist_vector: convert to C++Max Kellermann2013-01-02
* db_save, state_file: convert to C++Max Kellermann2013-01-02
* db/SimpleDatabasePlugin: fix memory leak in Visit()Max Kellermann2012-09-05
* db_lock: add C++ helper class ScopeDatabaseLockMax Kellermann2012-09-05
* SongFilter: convert to a C++ classMax Kellermann2012-08-29
* DatabaseSelection: add method Match()Max Kellermann2012-08-29
* locate: rename to SongFilter.cxxMax Kellermann2012-08-29
* ProxyDatabase: implement GetSong()Max Kellermann2012-08-16
* ProxyDatabase: clear libmpdclient errors in CheckError()Max Kellermann2012-08-16
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-16
* ProxyDatabase: pass "detached" objects to visitorsMax Kellermann2012-08-15
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-15
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-15
* ProxyDatabase: obey visitor return valuesMax Kellermann2012-08-15
* ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann2012-08-15
* ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann2012-08-15
* db_visitor: delete obsolete headerMax Kellermann2012-08-15
* ProxyDatabasePlugin: obey the "recursive" flagMax Kellermann2012-08-08
* ProxyDatabasePlugin: use an artificial "root" directoryMax Kellermann2012-08-08
* ProxyDatabasePlugin: new database plugin using libmpdclientMax Kellermann2012-08-08
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-07
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-07
* DatabasePlugin: make Visit() constMax Kellermann2012-08-02
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-02
* db_plugin: convert to C++Max Kellermann2012-08-01
* require GLib 2.16Max Kellermann2012-07-10
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-02
* directory: replace dirvec with doubly linked listMax Kellermann2012-01-24
* directory: simplify constructors and clarify API documentationMax Kellermann2012-01-24
* db/simple: pass the correct GError pointerMax Kellermann2012-01-12
* db_plugin: add method visit()Max Kellermann2011-09-13
* db_plugin: add method get_song()Max Kellermann2011-09-13
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-10