Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | StateFile: configurable interval | Max Kellermann | 2014-08-24 | 1 | -2/+3 |
| | |||||
* | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 2014-08-07 | 1 | -3/+3 |
| | | | | | | | The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later. | ||||
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -3/+3 |
| | |||||
* | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 2014-07-30 | 1 | -10/+22 |
| | |||||
* | StateFile: use nullptr instead of NULL | Max Kellermann | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2014-02-07 | 1 | -2/+3 |
| | | | | Use Storage::MapUTF8() internally, don't use global variables. | ||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -2/+6 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | StateFile: pass Database to SongLoader | Max Kellermann | 2014-02-04 | 1 | -1/+2 |
| | | | | | Fixes loading database songs from state file (regression by commit 29072797c). | ||||
* | QueueSave: use class SongLoader | Max Kellermann | 2014-02-03 | 1 | -2/+5 |
| | |||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -3/+3 |
| | | | | Another big chunk of code for multi-player support. | ||||
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | 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 |