Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Partition, ...: use libfmt for logging | Max Kellermann | |
2021-01-01 | Merge branch 'v0.22.x' | Max Kellermann | |
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-12-02 | event/TimerEvent: rename IsActive() to IsPending() | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-07-05 | include cleanups (powered by iwyu) | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-04-24 | StateFile: add `noexcept` | Max Kellermann | |
2019-02-20 | Instance: use std::unique_ptr<> to manage the Database pointer | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-09 | decoder/Thread, ...: log all exceptions | Max Kellermann | |
2018-07-17 | StateFileConfig: add attribute "restore_paused" | Max Kellermann | |
2018-07-17 | StateFile: add struct StateFileConfig | Max Kellermann | |
2017-12-18 | Merge tag 'v0.20.13' | Max Kellermann | |
release v0.20.13 | |||
2017-12-18 | Save and restore mountpoints within the state file. | FlashSystems | |
Signed-off-by: FlashSystems <developer@flashsystems.de> | |||
2017-08-29 | StateFile: migrate from TimeoutMonitor to TimerEvent | Max Kellermann | |
2017-05-15 | Merge tag 'v0.20.7' | Max Kellermann | |
release v0.20.7 | |||
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann | |
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing. | |||
2017-04-28 | output/Output*: drop "Output" prefix from source file name | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-12-28 | event/Loop: use std::chrono | Max Kellermann | |
2016-12-27 | StateFile: use C++11 initializers | Max Kellermann | |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-18 | fs/io/Reader: use C++ exceptions instead of class Error | Max Kellermann | |
2015-12-16 | fs/io/OutputStream: use C++ exceptions in Write() | Max Kellermann | |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in Commit() | Max Kellermann | |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in constructor | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-24 | StateFile: configurable interval | Max Kellermann | |
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | |
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later. | |||
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | |
2014-07-30 | StateFile: use nullptr instead of NULL | Max Kellermann | |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | |
Use Storage::MapUTF8() internally, don't use global variables. | |||
2014-02-04 | Instance: add Database attribute | Max Kellermann | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||
2014-02-04 | StateFile: pass Database to SongLoader | Max Kellermann | |
Fixes loading database songs from state file (regression by commit 29072797c). | |||
2014-02-03 | QueueSave: use class SongLoader | Max Kellermann | |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | |
Another big chunk of code for multi-player support. | |||
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-08 | TextFile: move to fs subsystem | Denis Krjuchkov | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | |
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. | |||
2013-10-02 | Log: new logging library API | Max Kellermann | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. |