aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
| | | | | | | 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.
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+2
| | | | Replaces GLib's GError.
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-0/+31