summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-10-02filesystem/Path: use std::stringMax Kellermann
2013-10-02Listen, ...: add missing includesMax Kellermann
2013-09-05db/proxy: use class TagBuilderMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-10db_error: convert to C++Max Kellermann
2013-08-07ConfigPath: return a Path objectMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-30tag: move enum tag_type to TagType.hMax Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-02-02SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov
2013-01-28db/Proxy: explicitly request first element of arrayMax Kellermann
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-03TextFile: convert to a classMax Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-02Directory: turn functions to methodsMax Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann
2013-01-02db_lock: convert to C++Max Kellermann
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann
2013-01-02playlist_vector: convert to C++Max Kellermann
2013-01-02db_save, state_file: convert to C++Max Kellermann
2012-09-05db/SimpleDatabasePlugin: fix memory leak in Visit()Max Kellermann
2012-09-05db_lock: add C++ helper class ScopeDatabaseLockMax Kellermann
2012-08-29SongFilter: convert to a C++ classMax Kellermann
2012-08-29DatabaseSelection: add method Match()Max Kellermann
2012-08-29locate: rename to SongFilter.cxxMax Kellermann
2012-08-16ProxyDatabase: implement GetSong()Max Kellermann
2012-08-16ProxyDatabase: clear libmpdclient errors in CheckError()Max Kellermann
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann
2012-08-15ProxyDatabase: pass "detached" objects to visitorsMax Kellermann
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann
2012-08-15ProxyDatabase: obey visitor return valuesMax Kellermann
2012-08-15ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann
2012-08-15ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann
2012-08-15db_visitor: delete obsolete headerMax Kellermann