summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.h
Commit message (Expand)AuthorAgeFilesLines
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+1
* time-util: Introduce parse_sec_def_infinityFilipe Brandenburger2019-02-141-0/+1
* core: remove JoinControllers= configuration settingLennart Poettering2018-11-161-1/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-4/+4
* conf-parser: add config_parse_permille()Marc Kleine-Budde2018-06-091-0/+1
* conf-parser: introduce DEFINE_CONFIG_PARSE*() macrosYu Watanabe2018-05-311-10/+74
* conf-parser: make use of free_and_replace() at one more placeLennart Poettering2018-05-221-4/+1
* config-parser: introduce new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-53/+50
* core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering2018-05-171-0/+1
* conf-parse: add a generic config_parse_mtu() conf file parser functionLennart Poettering2018-04-261-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-181-0/+7
* Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek2018-02-191-0/+1
* shared/conf-parser: define a macro for the repeating argument setZbigniew Jędrzejewski-Szmek2018-02-191-47/+38
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-7/+11
* config parser: Introduce config_parse_ip_portSusant Sahani2017-04-291-0/+1
* config parser: Introduce config_parse_uint8Susant Sahani2017-04-251-0/+1
* shared/conf-parser: add config_parse_many which takes strv with dirsZbigniew Jędrzejewski-Szmek2016-09-161-0/+10
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-18/+20
* networkd: add options to bridge (#4051)Tobias Jungel2016-08-311-0/+1
* tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-091-0/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+5
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-1/+1
* log: move log_invalid_utf8() to log.hLennart Poettering2015-09-301-7/+0
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-061-0/+3
* networkd: dhcp-server - allow configuration of the poolTom Gundersen2015-08-311-0/+1
* log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering2015-04-211-17/+0
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-071-5/+6
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-4/+10
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-261-0/+8
* shared: conf-parser - don't leak memory on error in DEFINE_CONFIG_PARSE_ENUMVTom Gundersen2014-09-181-3/+9
* shared: conf-parserTom Gundersen2014-09-171-0/+4
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-0/+1
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-4/+4
* conf-parser: Fix typo in commentJonathan Boulle2014-04-281-1/+1
* Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek2014-03-041-0/+6
* conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2014-03-031-1/+0
* core: move config_parse_set_status() into load-fragment.cLennart Poettering2014-03-031-1/+0
* core: move ShowStatus type into the coreLennart Poettering2014-03-031-1/+0
* conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2014-03-031-2/+2
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-2/+3
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-271-0/+1
* conf-parser: fix memory realloc errorYin Kangkai2013-11-251-1/+1