aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateRemove.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* Log: add level "DEFAULT"Max Kellermann2013-11-041-1/+1
| | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* UpdateRemove: include cleanupMax Kellermann2013-10-221-2/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-5/+4
|
* Log: new logging library APIMax Kellermann2013-10-021-2/+3
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* song: convert header to C++Max Kellermann2013-07-281-4/+4
|
* Main: move global variables to struct InstanceMax Kellermann2013-04-171-2/+2
| | | | More preparations for multi-player support.
* UpdateRemove: Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-211-18/+10
|
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-3/+3
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-4/+1
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-3/+1
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-1/+4
| | | | | 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 Kellermann2013-01-041-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-4/+2
|
* update: convert to C++Max Kellermann2013-01-021-0/+108