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-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
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
config/Global: add std::chrono::steady_clock::duration overload
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-11-07
config/Path: throw std::runtime_error on error
Max Kellermann
2016-11-02
config/Global: _get_path() throws exception on error
Max Kellermann
2016-10-28
config/Block: GetPath() throws exception on error
Max Kellermann
2016-10-28
config/Block: rename GetBlockPath() to GetPath()
Max Kellermann
2016-10-28
config/Param: overload GetPath() throwing exception
Max Kellermann
2016-10-28
config/Param: add method GetPath()
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-06-10
util/StringUtil: use CamelCase
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
fs/io/Reader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-16
util/Tokenizer: use std::runtime_error on syntax error
Max Kellermann
[next]