index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config
Age
Commit message (
Expand
)
Author
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-20
[clang-tidy] remove needless std::move
Rosen Penev
2020-02-04
[clang-tidy] use forward instead of move
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
meson.build: move Log.cxx and LogBackend.cxx into a static library
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-17
Revert "pcm/Convert: add option to enable the integer-only dsd2pcm implementa...
Max Kellermann
2020-01-17
pcm/Convert: add option to enable the integer-only dsd2pcm implementation
Max Kellermann
2020-01-17
Merge tag 'v0.21.19'
Max Kellermann
2020-01-17
config/File: allow overriding top-level settings in includes
Max Kellermann
2019-08-12
decoder/mad: remove option "gapless", always do gapless
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
input/cache: first draft of the file cache
Max Kellermann
2019-05-30
config/Parser: work around conflicting macro MAX_INPUT
Max Kellermann
2019-05-29
config/Parser: add ParseSize()
Max Kellermann
2019-05-29
config/Parser: get_bool() throws on error
Max Kellermann
2019-05-29
config/Block: add method With()
Max Kellermann
2019-05-29
config/Block: add ThrowWithNested()
Max Kellermann
2019-05-29
config/Param: add method With()
Max Kellermann
2019-05-29
config/Param: add method ThrowWithNested()
Max Kellermann
2019-03-20
event/ServerSocket: runtime error if abstract sockets are unavailable
Max Kellermann
2019-03-20
event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"
Max Kellermann
2019-02-25
event/ServerSocket, config/Net: abstract socket support
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-09-23
player/Thread: calculate `buffered_before_play` based on a fixed duration
Max Kellermann
2018-09-23
config/File: print warning about deprecated options
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-19
config/Global: remove obsolete library
Max Kellermann
2018-08-19
config/Global: move config_global_check() to Check.cxx
Max Kellermann
2018-08-19
config/Path: add InitPathParser()
Max Kellermann
2018-08-07
Added a function for generic address parsing
1848
2018-08-02
config/Path: simplify expression
Max Kellermann
2018-08-02
config/Path: remove unnecessary IsNull() check
Max Kellermann
2018-07-18
config/File: support wildcards in "include"
Max Kellermann
2018-07-18
config/File: add directive "include_optional"
Max Kellermann
2018-07-18
config/File: support absolute paths in "include"
Max Kellermann
2018-07-18
config/File: fix typo in comment
Max Kellermann
2018-07-18
config/File: implement the "include" directive
Max Kellermann
2018-07-18
config/Data: pass new items by rvalue reference
Max Kellermann
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
2018-07-18
decoder/mad: make "gapless_mp3_playback" a block option
Max Kellermann
2018-07-18
config/Migrate: library to migrate deprecated settings
Max Kellermann
2018-07-18
config/Data: add methods AddParam(), AddBlock()
Max Kellermann
2018-07-17
config/Global: remove unused function config_get_param()
Max Kellermann
2018-07-17
config/Global: remove unused function config_get_block()
Max Kellermann
[next]