Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigData: use strtoul() in GetUnsignedValue() | Max Kellermann | 2013-10-19 | 1 | -4/+1 |
| | | | | | Lifts the artificial 31 bit limit in i386 where sizeof(long)==sizeof(int). | ||||
* | ConfigData: Add support for signed integers | Sebastian Thorarensen | 2013-10-19 | 1 | -0/+21 |
| | | | | | Now config_param::GetBlockValue() can be used to get signed integers from the configuration. | ||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -5/+5 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | ConfigData: remove unused method DupBlockString() | Max Kellermann | 2013-10-15 | 1 | -8/+0 |
| | |||||
* | ConfigData: use std::string for config_param::value | Max Kellermann | 2013-10-15 | 1 | -2/+1 |
| | |||||
* | ConfigData: handle default_value==nullptr | Max Kellermann | 2013-10-02 | 1 | -1/+5 |
| | | | | Return Path::Null() instead of dying from assertion failure. | ||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+0 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -9/+8 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigData: overload GetBlockPath() with default value | Max Kellermann | 2013-08-10 | 1 | -5/+18 |
| | |||||
* | ConfigData: use FatalError() instead of MPD_ERROR() | Max Kellermann | 2013-08-10 | 1 | -5/+6 |
| | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -5/+7 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | ConfigData: remove obsolete functions | Max Kellermann | 2013-08-04 | 1 | -50/+0 |
| | |||||
* | ConfigData: move code to block_param, config_param methods | Max Kellermann | 2013-08-04 | 1 | -42/+86 |
| | |||||
* | utils: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -4/+1 |
| | |||||
* | ConfigData: use simple linked list instead of GSList | Max Kellermann | 2013-01-30 | 1 | -1/+2 |
| | |||||
* | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 1 | -22/+19 |
| | |||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -28/+5 |
| | |||||
* | ConfigData: use std::string in block_param | Max Kellermann | 2013-01-30 | 1 | -12/+7 |
| | |||||
* | ConfigData: use std::vector for the block_param list | Max Kellermann | 2013-01-30 | 1 | -23/+9 |
| | |||||
* | ConfigData: use new/delete instead of GLib | Max Kellermann | 2013-01-30 | 1 | -2/+2 |
| | |||||
* | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 2013-01-30 | 1 | -0/+186 |