aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-8/+9
Migrate the remaining callers to FatalError().
2013-09-05PlaylistPlugin, ConfigGlobal: use nullptr instead of NULLMax Kellermann1-5/+5
2013-09-04util/Error: new error passing libraryMax Kellermann1-10/+7
Replaces GLib's GError.
2013-08-07ConfigPath: return a Path objectMax Kellermann1-5/+6
Migrate all callers to use Path directly, instead of doing the conversion in each caller.
2013-04-09utils: convert to C++Max Kellermann1-5/+1
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann1-31/+10
2013-01-30ConfigData: add constructors/destructorsMax Kellermann1-1/+1
2013-01-30ConfigData: use std::string in block_paramMax Kellermann1-1/+1
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann1-5/+3
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann1-0/+199