aboutsummaryrefslogtreecommitdiffstats
path: root/src/Permission.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-2/+2
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann1-2/+2
2014-01-24Config*: move to config/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-19Permission: use std::find instead of g_strsplit()Max Kellermann1-11/+16
2013-10-19Permission: move code to ParsePermission() and a tableMax Kellermann1-16/+22
2013-10-19Permission: remove nullptr checkMax Kellermann1-3/+3
2013-10-19Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexprMax Kellermann1-1/+1
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-4/+6
2013-10-15Permission: use std::string for temporary password allocationMax Kellermann1-4/+2
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-6/+6
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+3
2013-07-30include cleanupMax Kellermann1-1/+0
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-3/+0
2013-01-03Permission: use std::map instead of GHashTableMax Kellermann1-19/+9
2013-01-03permission: convert to C++Max Kellermann1-3/+6
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-22permission: improve const-correctnessSF Markus Elfring1-1/+1
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-6/+5
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-4/+4
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+0
2009-01-03permission: use g_strsplit() instead of strtok_r()Max Kellermann1-8/+9
2009-01-03permission: parse password without strtok_r()Max Kellermann1-16/+10
2008-12-29removed os_compat.hMax Kellermann1-2/+2
2008-11-01permission: store passwords in GHashTableMax Kellermann1-17/+20
2008-10-17client: converted permissions to unsignedMax Kellermann1-8/+8
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-7/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-46/+51
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-8/+8
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-3/+3
2006-07-14[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-25/+25
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong1-2/+2
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-1/+1
2004-11-03todo updateWarren Dukes1-1/+0
2004-10-28merge shank-rewrite-config changesWarren Dukes1-30/+27
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-3/+3
2004-03-03fix gcc-2.95 compilation errorsWarren Dukes1-1/+2