summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
2018-09-23player/Control: start thread on demandMax Kellermann
2018-09-23player/Thread: remove obsolete `buffered_before_play` attributeMax Kellermann
2018-09-21player/Thread: move StartPlayerThread() into PlayerControlMax Kellermann
2018-08-20Merge branch 'v0.20.x'Max Kellermann
2018-08-19android: add LogListenerThomas Guillem
2018-08-19db/update/Service: Enqueue() throws on errorMax Kellermann
2018-08-19Main: throw exception instead of calling FatalError()Max Kellermann
2018-08-19Main: allocate ConfigData on the stackMax Kellermann
2018-08-19config/Global: move config_global_check() to Check.cxxMax Kellermann
2018-08-19config/Path: add InitPathParser()Max Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-06Main: use AtScopeExit() to delete the InstanceMax Kellermann
2018-08-06Main: call daemonize_finish() with AtScopeExit()Max Kellermann
2018-08-02lib/icu/Init: add class ScopeIcuInitMax Kellermann
2018-08-01Main: add "noexcept"Max Kellermann
2018-08-01Main: remove exception handler from mpd_main_after_fork()Max Kellermann
2018-08-01Main: move log_deinit() call to mpd_main()Max Kellermann
2018-08-01Main: move code to MainOrThrow(), leaving exception handler in mpd_main()Max Kellermann
2018-08-01Main: move libdbus cleanup to class ODBus::ScopeInitMax Kellermann
2018-07-17StateFile: add struct StateFileConfigMax Kellermann
2018-07-17output/MultipleOutputs: use struct ConfigDataMax Kellermann
2018-07-17neighbor/Glue: use struct ConfigDataMax Kellermann
2018-07-17fs/Config: use struct ConfigDataMax Kellermann
2018-07-17client/Global: use struct ConfigDataMax Kellermann
2018-07-17db/Configured: use struct ConfigDataMax Kellermann
2018-07-17pcm/ConfiguredResampler: use struct ConfigDataMax Kellermann
2018-07-17Listen: use struct ConfigDataMax Kellermann
2018-07-17LogInit: use struct ConfigDataMax Kellermann
2018-07-17Permission: use struct ConfigDataMax Kellermann
2018-07-17storage/Configured: use struct ConfigDataMax Kellermann
2018-07-17Main: use struct ConfigDataMax Kellermann
2018-07-17config/Data: move std::chrono parsers from Global.hxxMax Kellermann
2018-07-17Main: add local ConfigData referenceMax Kellermann
2018-07-17ZeroconfGlue: use struct ConfigDataMax Kellermann
2018-07-17db/update/Config: use struct ConfigDataMax Kellermann
2018-07-17tag/Config: use struct ConfigDataMax Kellermann
2018-07-17ReplayGainGlobal: use struct ConfigDataMax Kellermann
2018-07-17PlaylistFile: use struct ConfigDataMax Kellermann
2018-07-17playlist/Registry: use struct ConfigDataMax Kellermann
2018-07-17input/Init: use struct ConfigDataMax Kellermann
2018-07-17decoder/List: use struct ConfigDataMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-16Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checksMax Kellermann
2018-06-03zeroconf/Avahi: move dbus_shutdown() call to the end of Main()Max Kellermann
2018-03-05Merge branch 'v0.20.x'Max Kellermann
2018-03-04Get rid of GCD on macOS which breaks debug buildsChristian Kröner
2018-02-24Merge tag 'v0.20.18'Max Kellermann
2018-02-24Main: move WinSock initialization to class ScopeNetInitMax Kellermann
2018-02-16output/alsa: use a new I/O thread with real-time schedulingMax Kellermann