aboutsummaryrefslogtreecommitdiffstats
path: root/src/db (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-172-4/+4
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-152-2/+2
* Log: new logging library APIMax Kellermann2013-10-021-4/+5
* filesystem/Path: use std::stringMax Kellermann2013-10-021-2/+1
* Listen, ...: add missing includesMax Kellermann2013-10-021-0/+2
* db/proxy: use class TagBuilderMax Kellermann2013-09-051-8/+6
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* conf.h: remove obsolete headerMax Kellermann2013-09-052-2/+2
* util/Error: new error passing libraryMax Kellermann2013-09-043-136/+113
* db_error: convert to C++Max Kellermann2013-08-102-5/+2
* ConfigPath: return a Path objectMax Kellermann2013-08-071-12/+3
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-042-4/+4
* DatabasePlugin: pass config_param referenceMax Kellermann2013-08-043-11/+11
* tag: convert to C++Max Kellermann2013-07-301-7/+7
* tag: move enum tag_type to TagType.hMax Kellermann2013-07-301-0/+1
* song: convert header to C++Max Kellermann2013-07-283-21/+21
* SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov2013-02-022-25/+24
* db/Proxy: explicitly request first element of arrayMax Kellermann2013-01-281-2/+2
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-281-0/+6
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-182-4/+8
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-072-5/+1
* TextFile: convert to a classMax Kellermann2013-01-031-7/+4
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-033-12/+11
* Directory: turn functions to methodsMax Kellermann2013-01-022-16/+14
* Directory: make the header C++ onlyMax Kellermann2013-01-022-4/+2
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-021-7/+3
* db_lock: convert to C++Max Kellermann2013-01-021-2/+2
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
* playlist_vector: convert to C++Max Kellermann2013-01-021-1/+1
* db_save, state_file: convert to C++Max Kellermann2013-01-021-1/+1
* 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