| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-23 | ConfigData: initialise "used" in second constructor | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-10-19 | ConfigData: use strtoul() in GetUnsignedValue() | Max Kellermann | 1 | -4/+1 |
2013-10-19 | ConfigData: Add support for signed integers | Sebastian Thorarensen | 1 | -0/+21 |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -5/+5 |
2013-10-15 | ConfigData: remove unused method DupBlockString() | Max Kellermann | 1 | -8/+0 |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -2/+1 |
2013-10-02 | ConfigData: handle default_value==nullptr | Max Kellermann | 1 | -1/+5 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -1/+0 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -9/+8 |
2013-08-10 | ConfigData: overload GetBlockPath() with default value | Max Kellermann | 1 | -5/+18 |
2013-08-10 | ConfigData: use FatalError() instead of MPD_ERROR() | Max Kellermann | 1 | -5/+6 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -5/+7 |
2013-08-04 | ConfigData: remove obsolete functions | Max Kellermann | 1 | -50/+0 |
2013-08-04 | ConfigData: move code to block_param, config_param methods | Max Kellermann | 1 | -42/+86 |
2013-04-09 | utils: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 1 | -1/+2 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -22/+19 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -28/+5 |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 1 | -12/+7 |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 1 | -23/+9 |
2013-01-30 | ConfigData: use new/delete instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 1 | -0/+186 |