Age | Commit message (Expand) | Author |
2017-01-23 | Main, db/Glue: improve error messages | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2017-01-03 | Main: invoke UpdateEffectiveReplayGainMode() after output init | Max Kellermann |
2016-12-28 | Stats: initialize start_time automatically | Max Kellermann |
2016-12-28 | event/Loop: use std::chrono | Max Kellermann |
2016-12-10 | ReplayGainGlobal: move replay_gain_config into struct Config | Max Kellermann |
2016-12-10 | Main: add struct Config, empty currently | Max Kellermann |
2016-12-04 | LogInit: convert use_stdout flag to out_fd=STDOUT_FILENO | Max Kellermann |
2016-12-03 | decoder/Control: add attribute configured_audio_format | Max Kellermann |
2016-12-03 | ReplayGainGlobal: move replay_gain_mode to struct Partition | Max Kellermann |
2016-12-03 | Partition: pass ReplayGainConfig to constructor | Max Kellermann |
2016-12-03 | Main: call replay_gain_global_init() before forking | Max Kellermann |
2016-12-03 | filter/ReplayGain: add ReplayGainConfig copy | Max Kellermann |
2016-11-25 | ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob... | Max Kellermann |
2016-11-24 | Partition: add UpdateEffectiveReplayGainMode() | Max Kellermann |
2016-11-02 | CommandLine: migrate from class Error to C++ exceptions | Max Kellermann |
2016-11-02 | LogInit: migrate from class Error to C++ exceptions | Max Kellermann |
2016-11-02 | config/Global: _get_path() throws exception on error | Max Kellermann |
2016-11-02 | lib/icu: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-29 | db/Configured: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-28 | event/ServerSocket: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-28 | Main: catch exceptions in all of main() | Max Kellermann |
2016-10-28 | config/Param: use CamelCase | Max Kellermann |
2016-10-27 | storage: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-27 | lib/sqlite, sticker: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-09 | input/Plugin: migrate init() from class Error to C++ exceptions | Max Kellermann |
2016-09-09 | pcm/Convert: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-05 | neighbor/Plugin: migrate from class Error to C++ exceptions | Max Kellermann |
2016-04-13 | lib/icu/Converter: Create() throws exception on error | Max Kellermann |
2016-03-19 | db/Interface: Open() throws exception on error | Max Kellermann |
2016-03-10 | Partition: use CallbackMaskMonitor, replacing class GlobalEvents::Monitor | Max Kellermann |
2016-03-10 | IdleMonitor: new class to replace GlobalEvents::IDLE | Max Kellermann |
2016-03-05 | Instance: add StateFile* attribute | Max Kellermann |
2016-03-05 | GlobalEvents: expose the internal class | Max Kellermann |
2016-03-05 | Instance: embed EventLoop, no pointer | Max Kellermann |
2016-03-05 | Main: use Instance::Shutdown() | Max Kellermann |
2016-03-05 | GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() instead | Max Kellermann |
2016-03-05 | Instance: add method Shutdown() | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-07 | Main: catch and log C++ exceptions | Max Kellermann |
2015-12-18 | fs/io/Reader: use C++ exceptions instead of class Error | Max Kellermann |
2015-12-16 | config/ConfigFile: use std::exception on syntax error | Max Kellermann |
2015-11-11 | player/Control: add Lock prefix to locking method names | Max Kellermann |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann |
2015-09-17 | Main: use config_domain for inotify error | Max Kellermann |
2015-08-15 | PlayerThread, ...: move to src/player/ | Max Kellermann |
2015-06-26 | Main: remove g_set_application_name() call | Max Kellermann |
2015-06-23 | lib/icu/Collate: fall back to strcoll() instead of strcasecmp() | Max Kellermann |
2015-03-21 | Main: notify systemd when MPD is ready | Max Kellermann |