summaryrefslogtreecommitdiffstats
path: root/src/shared/conf-parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/conf-parser: do not print "(null)" as section nameZbigniew Jędrzejewski-Szmek2024-05-231-1/+5
* conf-parser: move config_parse_timezone() to conf-parser.[ch]Yu Watanabe2024-04-191-0/+34
* shared/conf-parser: add two more annotationsZbigniew Jędrzejewski-Szmek2024-03-071-2/+2
* various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-48/+0
* shared/conf-parser: add function which implements the standard config file setZbigniew Jędrzejewski-Szmek2024-03-071-1/+44
* shared/conf-parser: use chase() in config_parse_many_files()Zbigniew Jędrzejewski-Szmek2024-03-071-20/+17
* shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-6/+4
* conf-parser: fix OOM checkAntonio Alvarez Feijoo2024-01-301-1/+1
* network/route-nexthop: make GatewayOnLink= support an empty stringYu Watanabe2024-01-121-2/+2
* Merge pull request #30867 from dtardon/udev-conf-dropinsYu Watanabe2024-01-111-4/+6
|\
| * conf-parser: generalize config_parse_config_file()David Tardon2024-01-111-4/+6
* | Merge pull request #30717 from yuwata/network-ref-unrefLuca Boccassi2024-01-101-2/+2
|\ \
| * | conf-parser: expose config_section_{hash,compare}_func()Yu Watanabe2024-01-031-2/+2
* | | network/route-metric: invalidate [Route] section if an invalid string is spec...Yu Watanabe2024-01-071-2/+7
| |/ |/|
* | network/route: make the route section invalid when an invalid MTUBytes= is sp...Yu Watanabe2024-01-041-1/+1
|/
* siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-251-1/+1
* conf-parser: only read the first found main config fileMike Yuan2023-11-221-1/+3
* conf-parser: remove unused conditionMike Yuan2023-11-131-9/+6
* conf-parser: pin seen config filesMike Yuan2023-11-121-21/+58
* conf-parser: inline variable declarationYu Watanabe2023-11-121-3/+1
* parse-util: add parse_tristate() and use it everywhereLennart Poettering2023-11-011-5/+4
* network: use a common helper to parse bounded rangesZbigniew Jędrzejewski-Szmek2023-09-221-0/+38
* conf-parser: parse main config first only if not symlinked to/as drop-inMike Yuan2023-09-081-0/+30
* conf-parser: introduce ordered_hashmap_by_section_find_unused_line()Yu Watanabe2023-09-081-3/+3
* conf-parser: check overflow in hashmap_find_free_section_line()Yu Watanabe2023-09-081-5/+16
* conf-parser: modernize config_section_new()Yu Watanabe2023-09-081-3/+6
* various: use id128_from_string_not_null()Zbigniew Jędrzejewski-Szmek2023-09-021-11/+6
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-2/+2
* conf-parser: move config_get_dropin_files to conf-filesMike Yuan2023-05-211-24/+2
* 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-131-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