aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-11-05add various missing headersNatanael Copa1-0/+1
Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-5/+6
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-5/+5
2013-10-02Log: new logging library APIMax Kellermann1-7/+5
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-12Listen: Allow tilde paths for socket.Maarten de Vries1-0/+6
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