| Commit message (Expand) | Author | Files | Lines |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 2 | -4/+4 |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 1 | -2/+0 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 2 | -2/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -4/+5 |
2013-10-02 | filesystem/Path: use std::string | Max Kellermann | 1 | -2/+1 |
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | 1 | -0/+2 |
2013-09-05 | db/proxy: use class TagBuilder | Max Kellermann | 1 | -8/+6 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 2 | -2/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 3 | -136/+113 |
2013-08-10 | db_error: convert to C++ | Max Kellermann | 2 | -5/+2 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -12/+3 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 2 | -4/+4 |
2013-08-04 | DatabasePlugin: pass config_param reference | Max Kellermann | 3 | -11/+11 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -7/+7 |
2013-07-30 | tag: move enum tag_type to TagType.h | Max Kellermann | 1 | -0/+1 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 3 | -21/+21 |
2013-02-02 | SimpleDatabasePlugin: use file system API, log in UTF-8 | Denis Krjuchkov | 2 | -25/+24 |
2013-01-28 | db/Proxy: explicitly request first element of array | Max Kellermann | 1 | -2/+2 |
2013-01-28 | Path::FromUTF8() returns nulled instance on error, add error handling where r... | Denis Krjuchkov | 1 | -0/+6 |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -1/+1 |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2 | -4/+8 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 2 | -5/+1 |
2013-01-03 | TextFile: convert to a class | Max Kellermann | 1 | -7/+4 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 3 | -12/+11 |
2013-01-02 | Directory: turn functions to methods | Max Kellermann | 2 | -16/+14 |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 2 | -4/+2 |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | 1 | -7/+3 |
2013-01-02 | db_lock: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-02 | don't include stdbool.h in C++ sources | Max Kellermann | 1 | -1/+0 |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-09-05 | db/SimpleDatabasePlugin: fix memory leak in Visit() | Max Kellermann | 1 | -7/+11 |
2012-09-05 | db_lock: add C++ helper class ScopeDatabaseLock | Max Kellermann | 1 | -11/+6 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -1/+1 |
2012-08-29 | DatabaseSelection: add method Match() | Max Kellermann | 1 | -2/+1 |
2012-08-29 | locate: rename to SongFilter.cxx | Max Kellermann | 1 | -1/+1 |
2012-08-16 | ProxyDatabase: implement GetSong() | Max Kellermann | 1 | -3/+26 |
2012-08-16 | ProxyDatabase: clear libmpdclient errors in CheckError() | Max Kellermann | 1 | -1/+2 |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 3 | -0/+38 |
2012-08-15 | ProxyDatabase: pass "detached" objects to visitors | Max Kellermann | 1 | -39/+34 |
2012-08-15 | DatabasePlugin: add method GetStats() | Max Kellermann | 3 | -0/+37 |
2012-08-15 | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 3 | -0/+68 |
2012-08-15 | ProxyDatabase: obey visitor return values | Max Kellermann | 1 | -8/+11 |
2012-08-15 | ProxyDatabasePlugin: add OO wrapper for mpd_entity | Max Kellermann | 1 | -11/+32 |
2012-08-15 | ProxyDatabasePlugin: move tag table to the global name space | Max Kellermann | 1 | -25/+25 |
2012-08-15 | db_visitor: delete obsolete header | Max Kellermann | 2 | -4/+0 |
2012-08-08 | ProxyDatabasePlugin: obey the "recursive" flag | Max Kellermann | 1 | -2/+3 |
2012-08-08 | ProxyDatabasePlugin: use an artificial "root" directory | Max Kellermann | 1 | -2/+9 |
2012-08-08 | ProxyDatabasePlugin: new database plugin using libmpdclient | Max Kellermann | 2 | -0/+372 |