aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigData.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24Config*: move to config/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-23ConfigData: initialise "used" in second constructorMax Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-19ConfigData: use strtoul() in GetUnsignedValue()Max Kellermann1-4/+1
2013-10-19ConfigData: Add support for signed integersSebastian Thorarensen1-0/+21
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-5/+5
2013-10-15ConfigData: remove unused method DupBlockString()Max Kellermann1-8/+0
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-2/+1
2013-10-02ConfigData: handle default_value==nullptrMax Kellermann1-1/+5
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-1/+0
2013-09-04util/Error: new error passing libraryMax Kellermann1-9/+8
2013-08-10ConfigData: overload GetBlockPath() with default valueMax Kellermann1-5/+18
2013-08-10ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann1-5/+6
2013-08-07ConfigPath: return a Path objectMax Kellermann1-5/+7
2013-08-04ConfigData: remove obsolete functionsMax Kellermann1-50/+0
2013-08-04ConfigData: move code to block_param, config_param methodsMax Kellermann1-42/+86
2013-04-09utils: convert to C++Max Kellermann1-4/+1
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann1-1/+2
2013-01-30ConfigData: move functions into the classMax Kellermann1-22/+19
2013-01-30ConfigData: add constructors/destructorsMax Kellermann1-28/+5
2013-01-30ConfigData: use std::string in block_paramMax Kellermann1-12/+7
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann1-23/+9
2013-01-30ConfigData: use new/delete instead of GLibMax Kellermann1-2/+2
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann1-0/+186