| Commit message (Expand) | Author | Files | Lines |
2014-10-24 | test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabled | Max Kellermann | 1 | -0/+4 |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -0/+1 |
2014-02-04 | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 1 | -0/+4 |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -6/+6 |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -2/+2 |
2014-01-22 | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 1 | -5/+6 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -4/+4 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-11 | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 1 | -1/+14 |
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+9 |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -1/+4 |
2014-01-09 | test/DumpDatabase: fix nullptr dereference | Max Kellermann | 1 | -1/+1 |
2013-12-24 | test/*: remove GLib logging setup | Max Kellermann | 1 | -12/+0 |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -1/+1 |
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | 1 | -0/+2 |
2013-09-05 | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 1 | -2/+0 |
2013-09-05 | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 1 | -0/+2 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -17/+13 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-08-04 | DatabasePlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-17 | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 1 | -0/+3 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -2/+1 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -5/+4 |
2013-01-29 | ConfigFile, CommandLine: use the Path class | Max Kellermann | 1 | -2/+3 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+0 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -2/+2 |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | 1 | -2/+2 |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -1/+1 |
2012-08-08 | tag_pool: use GStaticMutex | Max Kellermann | 1 | -3/+1 |
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -3/+2 |
2012-08-07 | Database{Plugin,Visitor}: pass references | Max Kellermann | 1 | -8/+8 |
2012-08-07 | test/DumpDatabase: new debug program | Max Kellermann | 1 | -0/+154 |