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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/conf-parser: do not print "(null)" as section name
Zbigniew Jędrzejewski-Szmek
2024-05-23
1
-1
/
+5
*
conf-parser: move config_parse_timezone() to conf-parser.[ch]
Yu Watanabe
2024-04-19
1
-0
/
+34
*
shared/conf-parser: add two more annotations
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+2
*
various: use new config loader instead of config_parse_config_file()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-48
/
+0
*
shared/conf-parser: add function which implements the standard config file set
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+44
*
shared/conf-parser: use chase() in config_parse_many_files()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-20
/
+17
*
shared/conf-parser: collapse pkgdir and conf_file args into one
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-6
/
+4
*
conf-parser: fix OOM check
Antonio Alvarez Feijoo
2024-01-30
1
-1
/
+1
*
network/route-nexthop: make GatewayOnLink= support an empty string
Yu Watanabe
2024-01-12
1
-2
/
+2
*
Merge pull request #30867 from dtardon/udev-conf-dropins
Yu Watanabe
2024-01-11
1
-4
/
+6
|
\
|
*
conf-parser: generalize config_parse_config_file()
David Tardon
2024-01-11
1
-4
/
+6
*
|
Merge pull request #30717 from yuwata/network-ref-unref
Luca Boccassi
2024-01-10
1
-2
/
+2
|
\
\
|
*
|
conf-parser: expose config_section_{hash,compare}_func()
Yu Watanabe
2024-01-03
1
-2
/
+2
*
|
|
network/route-metric: invalidate [Route] section if an invalid string is spec...
Yu Watanabe
2024-01-07
1
-2
/
+7
|
|
/
|
/
|
*
|
network/route: make the route section invalid when an invalid MTUBytes= is sp...
Yu Watanabe
2024-01-04
1
-1
/
+1
|
/
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-1
/
+1
*
conf-parser: only read the first found main config file
Mike Yuan
2023-11-22
1
-1
/
+3
*
conf-parser: remove unused condition
Mike Yuan
2023-11-13
1
-9
/
+6
*
conf-parser: pin seen config files
Mike Yuan
2023-11-12
1
-21
/
+58
*
conf-parser: inline variable declaration
Yu Watanabe
2023-11-12
1
-3
/
+1
*
parse-util: add parse_tristate() and use it everywhere
Lennart Poettering
2023-11-01
1
-5
/
+4
*
network: use a common helper to parse bounded ranges
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-0
/
+38
*
conf-parser: parse main config first only if not symlinked to/as drop-in
Mike Yuan
2023-09-08
1
-0
/
+30
*
conf-parser: introduce ordered_hashmap_by_section_find_unused_line()
Yu Watanabe
2023-09-08
1
-3
/
+3
*
conf-parser: check overflow in hashmap_find_free_section_line()
Yu Watanabe
2023-09-08
1
-5
/
+16
*
conf-parser: modernize config_section_new()
Yu Watanabe
2023-09-08
1
-3
/
+6
*
various: use id128_from_string_not_null()
Zbigniew Jędrzejewski-Szmek
2023-09-02
1
-11
/
+6
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-2
/
+2
*
conf-parser: move config_get_dropin_files to conf-files
Mike Yuan
2023-05-21
1
-24
/
+2
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
1
-3
/
+5
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-10
/
+35
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+0
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-37
/
+19
*
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
-2
/
+10
*
udev: save stats of all udev rules file
Yu Watanabe
2022-07-23
1
-1
/
+1
*
conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...
Yu Watanabe
2022-07-23
1
-21
/
+27
*
tree-wide: drop de-constifying casts for strv iteration
Zbigniew Jędrzejewski-Szmek
2022-05-08
1
-1
/
+1
*
udev: check stats of .link files and their drop-in files
Yu Watanabe
2022-05-03
1
-6
/
+133
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-0
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
conf-parser: introduce config_parse_dns_name() and config_parse_hostname()
Yu Watanabe
2022-03-10
1
-0
/
+74
*
conf-parser: introduce CONFIG_PARSE_STRING_ASCII flag
Yu Watanabe
2022-03-10
1
-0
/
+9
*
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
1
-24
/
+11
*
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
-23
/
+30
*
conf-parser: refuse section headers with control characters early, just in case
Lennart Poettering
2022-02-09
1
-0
/
+3
*
conf-parser: minor refactorings/modernizations
Lennart Poettering
2022-02-09
1
-6
/
+6
[next]