Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UpdateGlue: handle update id management | Max Kellermann | 2013-10-17 | 1 | -10/+20 |
| | | | | | Add UpdateQueueItem::id to keep track of the id in every item. Replaces thhe hack in update_queue_push(). | ||||
* | UpdateGlue: pass UpdateQueueItem around | Max Kellermann | 2013-10-17 | 1 | -20/+16 |
| | | | | Fixes a few kludges and avoids GLib allocation. | ||||
* | UpdateQueue: use std::string and std::queue | Max Kellermann | 2013-10-17 | 1 | -6/+4 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -12/+8 |
| | |||||
* | Main: use ThreadId instead of GThread* | Max Kellermann | 2013-10-17 | 1 | -2/+3 |
| | |||||
* | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 1 | -5/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -11/+10 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -5/+4 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -5/+3 |
| | | | | More preparations for multi-player support. | ||||
* | use g_thread_new() if GLib is recent enough | Max Kellermann | 2013-04-17 | 1 | -2/+5 |
| | | | | Fixes deprecation warnings. | ||||
* | UpdateRemove: Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-21 | 1 | -1/+0 |
| | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -3/+3 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Playlist: move playlist_increment_version_all() into the class | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -2/+2 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+186 |