aboutsummaryrefslogtreecommitdiffstats
path: root/src/Permission.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-2/+2
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* ConfigGlobal: eliminate function config_get_next_param()Max Kellermann2014-02-201-2/+2
* Config*: move to config/Max Kellermann2014-01-241-3/+3
* copyright year 2014Max Kellermann2014-01-131-1/+1
* Permission: use std::find instead of g_strsplit()Max Kellermann2013-10-191-11/+16
* Permission: move code to ParsePermission() and a tableMax Kellermann2013-10-191-16/+22
* Permission: remove nullptr checkMax Kellermann2013-10-191-3/+3
* Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexprMax Kellermann2013-10-191-1/+1
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-4/+6
* Permission: use std::string for temporary password allocationMax Kellermann2013-10-151-4/+2
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-6/+6
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+3
* include cleanupMax Kellermann2013-07-301-1/+0
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
* Permission: use std::map instead of GHashTableMax Kellermann2013-01-031-19/+9
* permission: convert to C++Max Kellermann2013-01-031-0/+141