summaryrefslogtreecommitdiffstats
path: root/src/shared/conf-parser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf-parser: introduce config_parse_in_addr_prefix()Yu Watanabe2024-10-111-0/+1
* conf-parser: introduce config_parse_in_addr_data()Yu Watanabe2024-09-181-0/+1
* conf-parser: introduce config_parse_uint32_invert_flag()Yu Watanabe2024-09-061-0/+1
* conf-parser: introduce config section parser wrapperYu Watanabe2024-09-061-0/+19
* conf-parser: use log_syntax_parse_error() and friends moreYu Watanabe2024-09-011-11/+11
* conf-parser: several cleanups for DEFINE_CONFIG_PARSE_ENUMV() macroYu Watanabe2024-09-011-18/+16
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-36/+22
* conf-parser: move config_parse_ip_protocol() from network/netdev/fou-tunnel.cYu Watanabe2024-08-241-0/+1
* conf-parser: introduce config_parse_uint32_flag()Yu Watanabe2024-08-241-0/+1
* conf-parser: return 1 on successYu Watanabe2024-08-241-6/+7
* conf-parser: introduce log_section_full_errno() and friendsYu Watanabe2024-08-231-0/+37
* logind: implement maintenance timeLudwig Nussel2024-06-201-0/+1
* conf-parser: move config_parse_timezone() to conf-parser.[ch]Yu Watanabe2024-04-191-0/+1
* various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-8/+19
* shared/conf-parser: add function which implements the standard config file setZbigniew Jędrzejewski-Szmek2024-03-071-0/+11
* shared/conf-parser: use chase() in config_parse_many_files()Zbigniew Jędrzejewski-Szmek2024-03-071-1/+1
* shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-13/+2
* Merge pull request #30867 from dtardon/udev-conf-dropinsYu Watanabe2024-01-111-1/+12
|\
| * conf-parser: generalize config_parse_config_file()David Tardon2024-01-111-1/+12
* | conf-parser: expose config_section_{hash,compare}_func()Yu Watanabe2024-01-031-0/+4
|/
* conf-parser: fix argument type of ConfigPerfItemLookupYu Watanabe2023-11-121-1/+1
* network: use a common helper to parse bounded rangesZbigniew Jędrzejewski-Szmek2023-09-221-0/+94
* conf-parser: introduce ordered_hashmap_by_section_find_unused_line()Yu Watanabe2023-09-081-2/+14
* conf-parser: check overflow in hashmap_find_free_section_line()Yu Watanabe2023-09-081-1/+4
* conf-parser: modernize config_section_new()Yu Watanabe2023-09-081-1/+1
* conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-121-0/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-131-5/+3
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* 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-1/+2
* udev: save stats of all udev rules fileYu Watanabe2022-07-231-0/+1
* conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...Yu Watanabe2022-07-231-0/+1
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-031-0/+9
* conf-parser: introduce config_parse_dns_name() and config_parse_hostname()Yu Watanabe2022-03-101-0/+2
* conf-parser: introduce CONFIG_PARSE_STRING_ASCII flagYu Watanabe2022-03-101-0/+3
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-1/+4
* 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-5/+5
* conf-parse: add generic config_parse_safe_string() helperLennart Poettering2022-02-091-0/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-0/+37
* systemd-coredump: allow setting external core size to infinityThomas Blume2021-11-191-0/+1
* 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-111-7/+10
* oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-031-0/+1
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-0/+2
|\