summaryrefslogtreecommitdiffstats
path: root/src/shared/conf-parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf-parser: introduce config_parse_in_addr_prefix()Yu Watanabe2024-10-111-1/+38
* tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-211-1/+1
* conf-parser: drop unnecessary temporary variableYu Watanabe2024-09-181-3/+2
* conf-parser: introduce config_parse_in_addr_data()Yu Watanabe2024-09-181-0/+30
* conf-parser: use hashmap_ensure_put() at one more placeYu Watanabe2024-09-171-5/+1
* conf-parser: log errors in config_parse_many_files() and friendsYu Watanabe2024-09-171-27/+22
* missing_network: drop unnecessary definitionYu Watanabe2024-09-091-0/+1
* conf-parser: introduce config_parse_uint32_invert_flag()Yu Watanabe2024-09-061-0/+25
* conf-parser: introduce config section parser wrapperYu Watanabe2024-09-061-0/+31
* conf-parser: use log_syntax_parse_error() and friends moreYu Watanabe2024-09-011-191/+126
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-4/+4
* conf-parser: make config_parse_strv() stricter and optionally drop duplicated...Yu Watanabe2024-09-011-4/+11
* conf-parser: fix memleak in config_parse_calendar()Yu Watanabe2024-09-011-3/+4
* conf-parser: move config_parse_ip_protocol() from network/netdev/fou-tunnel.cYu Watanabe2024-08-241-0/+37
* conf-parser: introduce config_parse_uint32_flag()Yu Watanabe2024-08-241-0/+29
* conf-parser: return 1 on successYu Watanabe2024-08-241-3/+3
* Merge pull request #33426 from aafeijoo-suse/conf-parser-parse-size-logYu Watanabe2024-06-201-10/+10
|\
| * conf-parser: print why config_parse_iec_uint64() failsAntonio Alvarez Feijoo2024-06-201-1/+1
| * conf-parser: set standard pointer alignmentAntonio Alvarez Feijoo2024-06-201-9/+9
* | logind: implement maintenance timeLudwig Nussel2024-06-201-0/+36
|/
* 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