aboutsummaryrefslogtreecommitdiffstats
path: root/src/Permission.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Both callers pass non-nullptr.
* 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
| | | | As a side effect, this fixes a memory leak.
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-6/+6
| | | | Migrate the remaining callers to FatalError().
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+3
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* 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