summaryrefslogtreecommitdiff
path: root/src/Main.cxx
AgeCommit message (Expand)Author
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
2018-01-29Listen: move ClientListener pointer to struct PartitionMax Kellermann
2018-01-29Main: move part of the shutdown code to Instance methodsMax Kellermann
2018-01-29Main: cancel the update on shutdown even if inotify is unavailableMax Kellermann
2018-01-29Instance: rename Shutdown() to Break()Max Kellermann
2018-01-17CommandLine: convert pointer to referenceMax Kellermann
2018-01-02storage/Composite: use std::unique_ptr<Storage>Max Kellermann
2018-01-02storage/Plugin: return std::unique_ptr<Storage>Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-08-24db/DatabasePlugin: pass EventThread's EventLoop to create()Max Kellermann
2017-05-16Merge branch 'v0.20.x'Max Kellermann
2017-05-16Main: omit "constexpr" on MIN_BUFFER_SIZE with GCC 4.xMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-15Main: cap buffer_before_play at 80% to prevent deadlockMax Kellermann
2017-05-15Main: enforce a reasonable minimum audio_buffer_size settingMax Kellermann
2017-05-15Main: refactor DEFAULT_BUFFER_SIZE to represent bytesMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-02-17Instance: make "partition" a std::listMax Kellermann