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
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
2018-07-17
config/Global: remove unused function config_get_path()
Max Kellermann
2018-07-17
config/Global: remove unused function config_get_unsigned()
Max Kellermann
2018-07-17
config/Data: move std::chrono parsers from Global.hxx
Max Kellermann
2018-07-17
config/Global: move value parser code to struct ConfigData
Max Kellermann
2018-07-17
config/{Global,Block}: throw exception on parser error
Max Kellermann
2018-07-17
config/Global: remove unused function config_find_block()
Max Kellermann
2018-07-17
config/Global: add GetGlobalConfig()
Max Kellermann
2018-07-17
config/Data: automatic initialization
Max Kellermann
2018-07-17
config/Data: FindBlock() throws on error
Max Kellermann
2018-07-17
config/Data: add method FindBlock()
Max Kellermann
2018-07-17
config/Data: make getters const
Max Kellermann
2018-07-17
config/Data: add getter methods
Max Kellermann
2018-07-17
config/Global: remove ConfigBlock::SetUsed() call, let caller do that
Max Kellermann
2018-07-17
config/Block: add method SetUsed()
Max Kellermann
2018-07-17
config/Block: make "used" mutable
Max Kellermann
2018-07-17
config/Param: remove unused "used" flag
Max Kellermann
2018-07-17
config/File: move duplicate code to ExpectValueAndEnd()
Max Kellermann
2018-07-17
config/Param: allow moving the value
Max Kellermann
2018-07-17
config/Param: inline the constructor
Max Kellermann
2018-07-17
config/Param: use C++11 initializers
Max Kellermann
2018-07-17
config/Block: allow moving name and value
Max Kellermann
2018-07-17
config/Block: use C++11 initializers
Max Kellermann
2018-07-17
fs/Path: add operator/(Path,Path)
Max Kellermann
2018-07-16
config/File: use nested exception to annotate file name and line number
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2018-07-15
Permission: add special permissions for local sockets
Max Kellermann
2018-01-17
fs/AllocatedPath: make the nullptr_t constructor public
Max Kellermann
2018-01-02
config/Block: add method GetPositiveValue()
Max Kellermann
2018-01-02
config/{Block,Global}: add missing strtoul() check
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
Max Kellermann
[next]