summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.h
Commit message (Expand)AuthorAgeFilesLines
* conf-parser: introduce config_parse_hw_addr() and config_parse_hw_addrs()Yu Watanabe2021-11-091-0/+2
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-2/+2
* conf-parse: make config_parse_many() optionally save 'struct stat' for each fileYu Watanabe2021-10-271-3/+5
* conf-parser: introduce config_parse_in_addr_non_null()Yu Watanabe2021-05-181-0/+1
* core: fix mtime calculation of dropin filesZbigniew Jędrzejewski-Szmek2021-03-041-1/+1
* shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-211-1/+1
* conf-parser: use return codes in xxx_from_string()Yu Watanabe2021-02-121-7/+10
* oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-021-0/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-0/+2
|\
| * libsystemd-network: move config_parse_hwaddr() and config_parse_hwaddrs()Yu Watanabe2020-10-291-0/+2
* | tree-wide: fix "a the" or "the a"Yu Watanabe2020-11-131-1/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* conf-parser: add a flavour of DEFINE_CONFIG_PARSE_ENUM() that allows specifiy...Lennart Poettering2020-10-271-2/+5
* systemd-oomd: manager/daemonAnita Zhang2020-10-071-0/+1
* Use extract_first_word() in generated conf parsersZbigniew Jędrzejewski-Szmek2020-09-091-16/+18
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-7/+7
* core: remove support for ".include" stanzaLennart Poettering2020-06-031-2/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-4/+7
* network: also read mtime of drop-in configsYu Watanabe2020-06-011-1/+2
* repart: Add UUID option to config filesTobias Hunger2020-05-251-0/+1
* network: allow setting VLAN protocol on bridgesRubens Figueiredo2020-05-141-0/+1
* Merge pull request #14368 from poettering/repartZbigniew Jędrzejewski-Szmek2020-01-231-0/+1
|\
| * conf-parser: add parser for 32bit signed integersLennart Poettering2020-01-201-0/+1
* | network,udev: use uint64_t for bit rateYu Watanabe2020-01-211-1/+1
|/
* udev: support AlternativeName= setting in .link fileYu Watanabe2019-12-161-0/+1
* shared/conf-parser: document what the flags doZbigniew Jędrzejewski-Szmek2019-11-221-3/+3
* shared/conf-parser: turn CONFIG_PARSE_REFUSE_BOM flag into a local variableZbigniew Jędrzejewski-Szmek2019-11-221-1/+0
* 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