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
/
Permission.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: use nullptr instead of NULL
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
config/Param: add method With()
Max Kellermann
2019-04-03
Permission: use IterableSplitString
Max Kellermann
2019-04-03
Permission: pass StringView to ParsePermission()
Max Kellermann
2019-04-03
Permission: add `noexcept`
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
2018-07-17
Permission: use struct ConfigData
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
2017-08-11
Permission: throw exception instead of raising fatal error
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-20
ConfigGlobal: eliminate function config_get_next_param()
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-19
Permission: use std::find instead of g_strsplit()
Max Kellermann
2013-10-19
Permission: move code to ParsePermission() and a table
Max Kellermann
2013-10-19
Permission: remove nullptr check
Max Kellermann
2013-10-19
Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr
Max Kellermann
2013-10-15
ConfigData: use std::string for config_param::value
Max Kellermann
2013-10-15
Permission: use std::string for temporary password allocation
Max Kellermann
2013-09-05
mpd_error.h: remove obsolete header
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-07-30
include cleanup
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-03
Permission: use std::map instead of GHashTable
Max Kellermann
2013-01-03
permission: convert to C++
Max Kellermann