summaryrefslogtreecommitdiff
path: root/src/ConfigData.cxx
AgeCommit message (Expand)Author
2013-10-19ConfigData: use strtoul() in GetUnsignedValue()Max Kellermann
2013-10-19ConfigData: Add support for signed integersSebastian Thorarensen
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-15ConfigData: remove unused method DupBlockString()Max Kellermann
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann
2013-10-02ConfigData: handle default_value==nullptrMax Kellermann
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-10ConfigData: overload GetBlockPath() with default valueMax Kellermann
2013-08-10ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann
2013-08-07ConfigPath: return a Path objectMax Kellermann
2013-08-04ConfigData: remove obsolete functionsMax Kellermann
2013-08-04ConfigData: move code to block_param, config_param methodsMax Kellermann
2013-04-09utils: convert to C++Max Kellermann
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann
2013-01-30ConfigData: move functions into the classMax Kellermann
2013-01-30ConfigData: add constructors/destructorsMax Kellermann
2013-01-30ConfigData: use std::string in block_paramMax Kellermann
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann
2013-01-30ConfigData: use new/delete instead of GLibMax Kellermann
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann