summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
2017-01-03Main: invoke UpdateEffectiveReplayGainMode() after output initMax Kellermann
2016-12-28Stats: initialize start_time automaticallyMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-12-10ReplayGainGlobal: move replay_gain_config into struct ConfigMax Kellermann
2016-12-10Main: add struct Config, empty currentlyMax Kellermann
2016-12-04LogInit: convert use_stdout flag to out_fd=STDOUT_FILENOMax Kellermann
2016-12-03decoder/Control: add attribute configured_audio_formatMax Kellermann
2016-12-03ReplayGainGlobal: move replay_gain_mode to struct PartitionMax Kellermann
2016-12-03Partition: pass ReplayGainConfig to constructorMax Kellermann
2016-12-03Main: call replay_gain_global_init() before forkingMax Kellermann
2016-12-03filter/ReplayGain: add ReplayGainConfig copyMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24Partition: add UpdateEffectiveReplayGainMode()Max Kellermann
2016-11-02CommandLine: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02LogInit: migrate from class Error to C++ exceptionsMax Kellermann
2016-11-02config/Global: _get_path() throws exception on errorMax Kellermann
2016-11-02lib/icu: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Configured: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28event/ServerSocket: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28Main: catch exceptions in all of main()Max Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27lib/sqlite, sticker: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-05neighbor/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-04-13lib/icu/Converter: Create() throws exception on errorMax Kellermann
2016-03-19db/Interface: Open() throws exception on errorMax Kellermann
2016-03-10Partition: use CallbackMaskMonitor, replacing class GlobalEvents::MonitorMax Kellermann
2016-03-10IdleMonitor: new class to replace GlobalEvents::IDLEMax Kellermann
2016-03-05Instance: add StateFile* attributeMax Kellermann
2016-03-05GlobalEvents: expose the internal classMax Kellermann
2016-03-05Instance: embed EventLoop, no pointerMax Kellermann
2016-03-05Main: use Instance::Shutdown()Max Kellermann
2016-03-05GlobalEvents: eliminate SHUTDOWN, use Instance::Shutdown() insteadMax Kellermann
2016-03-05Instance: add method Shutdown()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-07Main: catch and log C++ exceptionsMax Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-16config/ConfigFile: use std::exception on syntax errorMax Kellermann
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17Main: use config_domain for inotify errorMax Kellermann
2015-08-15PlayerThread, ...: move to src/player/Max Kellermann
2015-06-26Main: remove g_set_application_name() callMax Kellermann
2015-06-23lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann
2015-03-21Main: notify systemd when MPD is readyMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann