summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-10-08config/Data: cast to std::chrono::steady_clock::duration properlyMax Kellermann
2020-10-08config/Parser: use std::size_tMax Kellermann
2020-10-08config/{Data,Block}: use With() in GetUnsigned(), GetPositive()Max Kellermann
2020-05-30use std chr functionsRosen Penev
2020-04-22[clang-tidy] use raw stringRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-20[clang-tidy] remove needless std::moveRosen Penev
2020-02-04[clang-tidy] use forward instead of moveRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-17Revert "pcm/Convert: add option to enable the integer-only dsd2pcm implementa...Max Kellermann
2020-01-17pcm/Convert: add option to enable the integer-only dsd2pcm implementationMax Kellermann
2020-01-17Merge tag 'v0.21.19'Max Kellermann
2020-01-17config/File: allow overriding top-level settings in includesMax Kellermann
2019-08-12decoder/mad: remove option "gapless", always do gaplessMax Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-31input/cache: first draft of the file cacheMax Kellermann
2019-05-30config/Parser: work around conflicting macro MAX_INPUTMax Kellermann
2019-05-29config/Parser: add ParseSize()Max Kellermann
2019-05-29config/Parser: get_bool() throws on errorMax Kellermann
2019-05-29config/Block: add method With()Max Kellermann
2019-05-29config/Block: add ThrowWithNested()Max Kellermann
2019-05-29config/Param: add method With()Max Kellermann
2019-05-29config/Param: add method ThrowWithNested()Max Kellermann
2019-03-20event/ServerSocket: runtime error if abstract sockets are unavailableMax Kellermann
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-23player/Thread: calculate `buffered_before_play` based on a fixed durationMax Kellermann
2018-09-23config/File: print warning about deprecated optionsMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-19config/Global: remove obsolete libraryMax Kellermann
2018-08-19config/Global: move config_global_check() to Check.cxxMax Kellermann
2018-08-19config/Path: add InitPathParser()Max Kellermann
2018-08-07Added a function for generic address parsing1848
2018-08-02config/Path: simplify expressionMax Kellermann
2018-08-02config/Path: remove unnecessary IsNull() checkMax Kellermann
2018-07-18config/File: support wildcards in "include"Max Kellermann
2018-07-18config/File: add directive "include_optional"Max Kellermann
2018-07-18config/File: support absolute paths in "include"Max Kellermann
2018-07-18config/File: fix typo in commentMax Kellermann
2018-07-18config/File: implement the "include" directiveMax Kellermann
2018-07-18config/Data: pass new items by rvalue referenceMax Kellermann