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
*
conf-parser: introduce config_parse_in_addr_prefix()
Yu Watanabe
2024-10-11
1
-1
/
+38
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-1
/
+1
*
conf-parser: drop unnecessary temporary variable
Yu Watanabe
2024-09-18
1
-3
/
+2
*
conf-parser: introduce config_parse_in_addr_data()
Yu Watanabe
2024-09-18
1
-0
/
+30
*
conf-parser: use hashmap_ensure_put() at one more place
Yu Watanabe
2024-09-17
1
-5
/
+1
*
conf-parser: log errors in config_parse_many_files() and friends
Yu Watanabe
2024-09-17
1
-27
/
+22
*
missing_network: drop unnecessary definition
Yu Watanabe
2024-09-09
1
-0
/
+1
*
conf-parser: introduce config_parse_uint32_invert_flag()
Yu Watanabe
2024-09-06
1
-0
/
+25
*
conf-parser: introduce config section parser wrapper
Yu Watanabe
2024-09-06
1
-0
/
+31
*
conf-parser: use log_syntax_parse_error() and friends more
Yu Watanabe
2024-09-01
1
-191
/
+126
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-4
/
+4
*
conf-parser: make config_parse_strv() stricter and optionally drop duplicated...
Yu Watanabe
2024-09-01
1
-4
/
+11
*
conf-parser: fix memleak in config_parse_calendar()
Yu Watanabe
2024-09-01
1
-3
/
+4
*
conf-parser: move config_parse_ip_protocol() from network/netdev/fou-tunnel.c
Yu Watanabe
2024-08-24
1
-0
/
+37
*
conf-parser: introduce config_parse_uint32_flag()
Yu Watanabe
2024-08-24
1
-0
/
+29
*
conf-parser: return 1 on success
Yu Watanabe
2024-08-24
1
-3
/
+3
*
Merge pull request #33426 from aafeijoo-suse/conf-parser-parse-size-log
Yu Watanabe
2024-06-20
1
-10
/
+10
|
\
|
*
conf-parser: print why config_parse_iec_uint64() fails
Antonio Alvarez Feijoo
2024-06-20
1
-1
/
+1
|
*
conf-parser: set standard pointer alignment
Antonio Alvarez Feijoo
2024-06-20
1
-9
/
+9
*
|
logind: implement maintenance time
Ludwig Nussel
2024-06-20
1
-0
/
+36
|
/
*
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
[next]