summaryrefslogtreecommitdiff
path: root/src/Permission.cxx
AgeCommit message (Expand)Author
2018-10-31*: copyright year 2018Max Kellermann
2018-07-18config/Data: use std::forward_list to manage params and blocksMax Kellermann
2018-07-17Permission: use struct ConfigDataMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-15Permission: add special permissions for local socketsMax Kellermann
2017-08-11Permission: throw exception instead of raising fatal errorMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-19Permission: use std::find instead of g_strsplit()Max Kellermann
2013-10-19Permission: move code to ParsePermission() and a tableMax Kellermann
2013-10-19Permission: remove nullptr checkMax Kellermann
2013-10-19Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexprMax Kellermann
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann
2013-10-15Permission: use std::string for temporary password allocationMax Kellermann
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-07-30include cleanupMax Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-03Permission: use std::map instead of GHashTableMax Kellermann
2013-01-03permission: convert to C++Max Kellermann