| Commit message (Expand) | Author | Files | Lines |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -2/+2 |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 1 | -1/+1 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-02-20 | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | 1 | -2/+2 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -3/+3 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-19 | Permission: use std::find instead of g_strsplit() | Max Kellermann | 1 | -11/+16 |
2013-10-19 | Permission: move code to ParsePermission() and a table | Max Kellermann | 1 | -16/+22 |
2013-10-19 | Permission: remove nullptr check | Max Kellermann | 1 | -3/+3 |
2013-10-19 | Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr | Max Kellermann | 1 | -1/+1 |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -4/+6 |
2013-10-15 | Permission: use std::string for temporary password allocation | Max Kellermann | 1 | -4/+2 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -6/+6 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+3 |
2013-07-30 | include cleanup | Max Kellermann | 1 | -1/+0 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+0 |
2013-01-03 | Permission: use std::map instead of GHashTable | Max Kellermann | 1 | -19/+9 |
2013-01-03 | permission: convert to C++ | Max Kellermann | 1 | -3/+6 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -2/+3 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-22 | permission: improve const-correctness | SF Markus Elfring | 1 | -1/+1 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -6/+5 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -4/+4 |
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -1/+0 |
2009-01-03 | permission: use g_strsplit() instead of strtok_r() | Max Kellermann | 1 | -8/+9 |
2009-01-03 | permission: parse password without strtok_r() | Max Kellermann | 1 | -16/+10 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -2/+2 |
2008-11-01 | permission: store passwords in GHashTable | Max Kellermann | 1 | -17/+20 |
2008-10-17 | client: converted permissions to unsigned | Max Kellermann | 1 | -8/+8 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -2/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -7/+3 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -46/+51 |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 1 | -8/+8 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -3/+3 |
2006-07-14 | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 1 | -25/+25 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-16 | Hopefully the last of the spelling fixes :> | Eric Wong | 1 | -2/+2 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+0 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -30/+27 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -3/+3 |
2004-03-03 | fix gcc-2.95 compilation errors | Warren Dukes | 1 | -1/+2 |