aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
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