aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
* *: use nullptr instead of NULLMax Kellermann2013-10-191-9/+9
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-0/+1
* Log: new logging library APIMax Kellermann2013-10-021-6/+2
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
* util/Error: new error passing libraryMax Kellermann2013-09-041-59/+50
* string_util: convert to C++Max Kellermann2013-04-091-5/+1
* tokenizer: convert to C++Max Kellermann2013-04-081-13/+17
* ConfigFile.cxx: use FOpenModeDenis Krjuchkov2013-02-021-1/+1
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-301-5/+18
* ConfigData: move functions into the classMax Kellermann2013-01-301-2/+2
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-5/+5
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-301-0/+1
* ConfigFile: simplify error cleanupMax Kellermann2013-01-301-23/+24
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-161/+4
* ConfigFile: add struct ConfigDataMax Kellermann2013-01-301-9/+8
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-166/+1
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-26/+22
* ConfigOption: rename to ConfigTemplateMax Kellermann2013-01-301-3/+3
* ConfigFile: move code to ConfigOptions.cxxMax Kellermann2013-01-301-73/+1
* ConfigFile: split config_entryMax Kellermann2013-01-301-39/+27
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-4/+8
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
* path: convert to C++Max Kellermann2013-01-171-1/+1
* conf: convert to C++Max Kellermann2013-01-101-0/+677