aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* ConfigData: use strtoul() in GetUnsignedValue()Max Kellermann2013-10-191-4/+1
* ConfigData: Add support for signed integersSebastian Thorarensen2013-10-191-0/+21
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-5/+5
* ConfigData: remove unused method DupBlockString()Max Kellermann2013-10-151-8/+0
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-2/+1
* ConfigData: handle default_value==nullptrMax Kellermann2013-10-021-1/+5
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
* util/Error: new error passing libraryMax Kellermann2013-09-041-9/+8
* ConfigData: overload GetBlockPath() with default valueMax Kellermann2013-08-101-5/+18
* ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann2013-08-101-5/+6
* ConfigPath: return a Path objectMax Kellermann2013-08-071-5/+7
* ConfigData: remove obsolete functionsMax Kellermann2013-08-041-50/+0
* ConfigData: move code to block_param, config_param methodsMax Kellermann2013-08-041-42/+86
* utils: convert to C++Max Kellermann2013-04-091-4/+1
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-301-1/+2
* ConfigData: move functions into the classMax Kellermann2013-01-301-22/+19
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-28/+5
* ConfigData: use std::string in block_paramMax Kellermann2013-01-301-12/+7
* ConfigData: use std::vector for the block_param listMax Kellermann2013-01-301-23/+9
* ConfigData: use new/delete instead of GLibMax Kellermann2013-01-301-2/+2
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-0/+186