index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
conf-parser.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
conf-parser: introduce config_parse_in_addr_prefix()
Yu Watanabe
2024-10-11
1
-0
/
+1
*
conf-parser: introduce config_parse_in_addr_data()
Yu Watanabe
2024-09-18
1
-0
/
+1
*
conf-parser: introduce config_parse_uint32_invert_flag()
Yu Watanabe
2024-09-06
1
-0
/
+1
*
conf-parser: introduce config section parser wrapper
Yu Watanabe
2024-09-06
1
-0
/
+19
*
conf-parser: use log_syntax_parse_error() and friends more
Yu Watanabe
2024-09-01
1
-11
/
+11
*
conf-parser: several cleanups for DEFINE_CONFIG_PARSE_ENUMV() macro
Yu Watanabe
2024-09-01
1
-18
/
+16
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-36
/
+22
*
conf-parser: move config_parse_ip_protocol() from network/netdev/fou-tunnel.c
Yu Watanabe
2024-08-24
1
-0
/
+1
*
conf-parser: introduce config_parse_uint32_flag()
Yu Watanabe
2024-08-24
1
-0
/
+1
*
conf-parser: return 1 on success
Yu Watanabe
2024-08-24
1
-6
/
+7
*
conf-parser: introduce log_section_full_errno() and friends
Yu Watanabe
2024-08-23
1
-0
/
+37
*
logind: implement maintenance time
Ludwig Nussel
2024-06-20
1
-0
/
+1
*
conf-parser: move config_parse_timezone() to conf-parser.[ch]
Yu Watanabe
2024-04-19
1
-0
/
+1
*
various: use new config loader instead of config_parse_config_file()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-8
/
+19
*
shared/conf-parser: add function which implements the standard config file set
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-0
/
+11
*
shared/conf-parser: use chase() in config_parse_many_files()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+1
*
shared/conf-parser: collapse pkgdir and conf_file args into one
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-13
/
+2
*
Merge pull request #30867 from dtardon/udev-conf-dropins
Yu Watanabe
2024-01-11
1
-1
/
+12
|
\
|
*
conf-parser: generalize config_parse_config_file()
David Tardon
2024-01-11
1
-1
/
+12
*
|
conf-parser: expose config_section_{hash,compare}_func()
Yu Watanabe
2024-01-03
1
-0
/
+4
|
/
*
conf-parser: fix argument type of ConfigPerfItemLookup
Yu Watanabe
2023-11-12
1
-1
/
+1
*
network: use a common helper to parse bounded ranges
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-0
/
+94
*
conf-parser: introduce ordered_hashmap_by_section_find_unused_line()
Yu Watanabe
2023-09-08
1
-2
/
+14
*
conf-parser: check overflow in hashmap_find_free_section_line()
Yu Watanabe
2023-09-08
1
-1
/
+4
*
conf-parser: modernize config_section_new()
Yu Watanabe
2023-09-08
1
-1
/
+1
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
1
-0
/
+1
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-5
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
core/load-fragment: move config_parse_sec_fix_0 to src/shared
Michal Sekletar
2022-08-23
1
-0
/
+1
*
config-parser: Add list of drop-in files as return argument of config_parse_many
Richard Phibel
2022-08-12
1
-1
/
+2
*
udev: save stats of all udev rules file
Yu Watanabe
2022-07-23
1
-0
/
+1
*
conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...
Yu Watanabe
2022-07-23
1
-0
/
+1
*
udev: check stats of .link files and their drop-in files
Yu Watanabe
2022-05-03
1
-0
/
+9
*
conf-parser: introduce config_parse_dns_name() and config_parse_hostname()
Yu Watanabe
2022-03-10
1
-0
/
+2
*
conf-parser: introduce CONFIG_PARSE_STRING_ASCII flag
Yu Watanabe
2022-03-10
1
-0
/
+3
*
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
1
-1
/
+4
*
conf-parser: add specific parser for PID values
Lennart Poettering
2022-02-09
1
-0
/
+1
*
conf-parser: update config_item_*_lookup() to follow modern coding style
Lennart Poettering
2022-02-09
1
-5
/
+5
*
conf-parse: add generic config_parse_safe_string() helper
Lennart Poettering
2022-02-09
1
-0
/
+1
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-0
/
+37
*
systemd-coredump: allow setting external core size to infinity
Thomas Blume
2021-11-19
1
-0
/
+1
*
conf-parser: introduce config_parse_hw_addr() and config_parse_hw_addrs()
Yu Watanabe
2021-11-09
1
-0
/
+2
*
conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()
Yu Watanabe
2021-11-09
1
-2
/
+2
*
conf-parse: make config_parse_many() optionally save 'struct stat' for each file
Yu Watanabe
2021-10-27
1
-3
/
+5
*
conf-parser: introduce config_parse_in_addr_non_null()
Yu Watanabe
2021-05-18
1
-0
/
+1
*
core: fix mtime calculation of dropin files
Zbigniew Jędrzejewski-Szmek
2021-03-04
1
-1
/
+1
*
shared/conf-parser: allow more than one location of the main config file
Zbigniew Jędrzejewski-Szmek
2021-02-21
1
-1
/
+1
*
conf-parser: use return codes in xxx_from_string()
Yu Watanabe
2021-02-11
1
-7
/
+10
*
oom: rework *MemoryPressureLimit= properties to have 1/10000 precision
Anita Zhang
2021-02-03
1
-0
/
+1
*
Merge pull request #17478 from yuwata/split-network-internal
Yu Watanabe
2020-11-27
1
-0
/
+2
|
\
[next]