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 | -1/+6 |
| | |||||
* | StateFile: make "path" const | Max Kellermann | 2014-08-24 | 1 | -2/+2 |
| | |||||
* | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 2014-07-30 | 1 | -0/+5 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -2/+1 |
| | | | | | 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 | -1/+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 | -2/+5 |
| | | | | | | 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 | -0/+12 |
| | |||||
* | StateFile: make AutoWrite() private | Max Kellermann | 2013-04-08 | 1 | -1/+3 |
| | |||||
* | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 2013-02-02 | 1 | -1/+3 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -2/+3 |
| | |||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -9/+4 |
| | |||||
* | StateFile: convert to a class | Max Kellermann | 2013-01-14 | 1 | -5/+30 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -3/+3 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | db_save, state_file: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+33 |