summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAgeFilesLines
* conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-121-3/+5
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-10/+35
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-37/+19
* core/load-fragment: move config_parse_sec_fix_0 to src/sharedMichal Sekletar2022-08-231-0/+1
* config-parser: Add list of drop-in files as return argument of config_parse_manyRichard Phibel2022-08-121-2/+10
* udev: save stats of all udev rules fileYu Watanabe2022-07-231-1/+1
* conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...Yu Watanabe2022-07-231-21/+27
* tree-wide: drop de-constifying casts for strv iterationZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-031-6/+133
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-0/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* conf-parser: introduce config_parse_dns_name() and config_parse_hostname()Yu Watanabe2022-03-101-0/+74
* conf-parser: introduce CONFIG_PARSE_STRING_ASCII flagYu Watanabe2022-03-101-0/+9
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-24/+11
* conf-parser: add specific parser for PID valuesLennart Poettering2022-02-091-0/+1
* conf-parser: update config_item_*_lookup() to follow modern coding styleLennart Poettering2022-02-091-23/+30
* conf-parser: refuse section headers with control characters early, just in caseLennart Poettering2022-02-091-0/+3
* conf-parser: minor refactorings/modernizationsLennart Poettering2022-02-091-6/+6
* conf-parser: use _cleanup_free_ where appropriateLennart Poettering2022-02-091-3/+2
* conf-parse: add generic config_parse_safe_string() helperLennart Poettering2022-02-091-0/+27
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-0/+44
* systemd-coredump: allow setting external core size to infinityThomas Blume2021-11-191-0/+25
* conf-parser: introduce config_parse_hw_addr() and config_parse_hw_addrs()Yu Watanabe2021-11-091-0/+94
* ether-addr-util: introduce {hw,ether}_addr_hash_ops_freeYu Watanabe2021-11-091-4/+2
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-2/+2
* ether-addr-util: replace ether_addr_from_string() with 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-23/+80
* conf-parser: make config_parse_tristate() accept an empty stringYu Watanabe2021-06-041-4/+9
* conf-parser: introduce config_parse_in_addr_non_null()Yu Watanabe2021-05-181-0/+53
* shared/conf-parser: fix unitialized variableZbigniew Jędrzejewski-Szmek2021-03-311-1/+2
* core: fix mtime calculation of dropin filesZbigniew Jędrzejewski-Szmek2021-03-041-7/+7
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-231-9/+14
|\
| * shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-211-9/+14
* | util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-0/+1
|/
* tree-wide: use free_and_strdup_warn()Yu Watanabe2021-02-121-4/+1
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-3/+3
* oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-021-0/+1
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-49/+160
|\
| * conf-parser: fix indentationYu Watanabe2020-10-291-49/+56
| * libsystemd-network: move config_parse_hwaddr() and config_parse_hwaddrs()Yu Watanabe2020-10-291-0/+104
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* systemd-oomd: manager/daemonAnita Zhang2020-10-071-0/+2
* shared/conf-parser: drop redundant cast to booleanZbigniew Jędrzejewski-Szmek2020-09-221-1/+1
* conf-parser: logs about OOM errorYu Watanabe2020-09-101-1/+1
* conf-parser: use SYNTHETIC_ERRNO() at one more placeYu Watanabe2020-09-101-4/+2
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-35/+36