Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TextFile: move to fs subsystem | Denis Krjuchkov | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -7/+7 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -13/+14 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Listen, ...: add missing includes | Max Kellermann | 2013-10-02 | 1 | -1/+2 |
| | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -3/+4 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2013-04-08 | 1 | -2/+1 |
| | | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout(). | ||||
* | StateFile: schedule timer only after a change | Max Kellermann | 2013-04-08 | 1 | -15/+6 |
| | | | | | | Save the state file 2 minutes after the last change. This reduces the disruptions by an idle MPD, and MPD can be paged out permanently until it is used. | ||||
* | StateFile: move code to RememberVersions(), IsModified() | Max Kellermann | 2013-04-08 | 1 | -12/+21 |
| | |||||
* | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 1 | -7/+9 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -3/+3 |
| | |||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -13/+5 |
| | |||||
* | StateFile: convert to a class | Max Kellermann | 2013-01-14 | 1 | -64/+34 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -3/+5 |
| | |||||
* | volume: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -4/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -15/+19 |
| | | | | | 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 | -1/+1 |
| | |||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -12/+4 |
| | |||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+165 |