summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.h
AgeCommit message (Expand)Author
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-09-30log: move log_invalid_utf8() to log.hLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-08-31networkd: dhcp-server - allow configuration of the poolTom Gundersen
2015-04-21log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering
2015-01-07conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-26logind: Support logind.conf.d directories in the usual search pathsJosh Triplett
2014-09-18shared: conf-parser - don't leak memory on error in DEFINE_CONFIG_PARSE_ENUMVTom Gundersen
2014-09-17shared: conf-parserTom Gundersen
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-04-28conf-parser: Fix typo in commentJonathan Boulle
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering
2014-03-03core: move ShowStatus type into the coreLennart Poettering
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering
2014-01-27manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek
2013-11-25conf-parser: fix memory realloc errorYin Kangkai
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-10-29conf-parser: add macro for ENUMVTom Gundersen
2013-10-16macro: clean up usage of gcc attributesLennart Poettering
2013-04-25conf-parser: restrict .include usageLennart Poettering
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-02-14bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-06-01journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...Lennart Poettering
2012-05-31util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers