summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-17Listen: use struct ConfigDataMax Kellermann
2018-07-17LogInit: use struct ConfigDataMax Kellermann
2018-07-17Permission: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove unused function config_get_path()Max Kellermann
2018-07-17storage/Configured: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove unused function config_get_unsigned()Max 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-17db/update/Walk: move UpdateConfig initialization to class UpdateServiceMax Kellermann
2018-07-17db/update/Walk: move configuration to struct UpdateConfigMax 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-17config/Global: move value parser code to struct ConfigDataMax Kellermann
2018-07-17config/{Global,Block}: throw exception on parser errorMax Kellermann
2018-07-17config/Global: remove unused function config_find_block()Max Kellermann
2018-07-17playlist/Registry: use struct ConfigDataMax Kellermann
2018-07-17input/Init: use struct ConfigDataMax Kellermann
2018-07-17filter/LoadChain: use struct ConfigDataMax Kellermann
2018-07-17decoder/List: use struct ConfigDataMax Kellermann
2018-07-17config/Global: add GetGlobalConfig()Max Kellermann
2018-07-17config/Data: automatic initializationMax Kellermann
2018-07-17util/PrintException: new utility classMax Kellermann
2018-07-17config/Data: FindBlock() throws on errorMax Kellermann
2018-07-17config/Data: add method FindBlock()Max Kellermann
2018-07-17config/Data: make getters constMax Kellermann
2018-07-17config/Data: add getter methodsMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-17config/Block: add method SetUsed()Max Kellermann
2018-07-17config/Block: make "used" mutableMax Kellermann
2018-07-17config/Param: remove unused "used" flagMax Kellermann
2018-07-17config/File: move duplicate code to ExpectValueAndEnd()Max Kellermann
2018-07-17config/Param: allow moving the valueMax Kellermann
2018-07-17config/Param: inline the constructorMax Kellermann
2018-07-17config/Param: use C++11 initializersMax Kellermann
2018-07-17config/Block: allow moving name and valueMax Kellermann
2018-07-17config/Block: use C++11 initializersMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-17CommandLine: use constexpr Path instead of macrosMax Kellermann
2018-07-16config/File: use nested exception to annotate file name and line numberMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-16Merge branch 'patch-4' of git://github.com/Wang-Yue/MPDMax Kellermann
2018-07-16use uint_least32_t instead of long for timeoutYue Wang
2018-07-16Merge branch 'can' of git://github.com/Wang-Yue/MPDMax Kellermann
2018-07-16Implement Cancel() for OSXOutputPluginYue Wang
2018-07-16output/Interface: add method ChangeAudioFormat()Max Kellermann
2018-07-16Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checksMax Kellermann