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
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-16
1
-35
/
+36
*
core: remove support for ".include" stanza
Lennart Poettering
2020-06-03
1
-30
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-18
/
+34
*
conf-parse: fix pretty bad typo
Lennart Poettering
2020-06-02
1
-1
/
+1
*
network: also read mtime of drop-in configs
Yu Watanabe
2020-06-01
1
-2
/
+10
*
repart: Add UUID option to config files
Tobias Hunger
2020-05-25
1
-0
/
+30
*
network: allow setting VLAN protocol on bridges
Rubens Figueiredo
2020-05-14
1
-0
/
+32
*
fileio: fileno() can realistically return -1
Lennart Poettering
2020-04-13
1
-2
/
+4
*
conf-parser: fix line number in error message
Yu Watanabe
2020-02-27
1
-1
/
+3
*
Merge pull request #14368 from poettering/repart
Zbigniew Jędrzejewski-Szmek
2020-01-23
1
-0
/
+1
|
\
|
*
conf-parser: add parser for 32bit signed integers
Lennart Poettering
2020-01-20
1
-0
/
+1
*
|
network,udev: use uint64_t for bit rate
Yu Watanabe
2020-01-21
1
-7
/
+3
|
/
*
udev: support AlternativeName= setting in .link file
Yu Watanabe
2019-12-16
1
-0
/
+60
*
shared/conf-parser: allow sections to be silently ignored with new -Section s...
Zbigniew Jędrzejewski-Szmek
2019-11-22
1
-1
/
+12
*
shared/conf-parser: turn CONFIG_PARSE_REFUSE_BOM flag into a local variable
Zbigniew Jędrzejewski-Szmek
2019-11-22
1
-3
/
+3
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...
Zbigniew Jędrzejewski-Szmek
2019-08-19
1
-1
/
+1
*
shared/conf-parser: say "key name" not "lvalue", add dot
Zbigniew Jędrzejewski-Szmek
2019-07-18
1
-1
/
+2
*
shared/conf-parser: emit a nicer warning for something like "======"
Zbigniew Jędrzejewski-Szmek
2019-07-18
1
-0
/
+3
*
shared/conf-parser: be nice and ignore lines without "="
Zbigniew Jędrzejewski-Szmek
2019-07-18
1
-5
/
+3
*
shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-1
/
+1
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
*
conf-parser: fix continuation handling
Yu Watanabe
2019-06-26
1
-1
/
+2
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-0
/
+1
*
time-util: Introduce parse_sec_def_infinity
Filipe Brandenburger
2019-02-14
1
-0
/
+1
*
conf-parser: accept whitespaces before comments
Yu Watanabe
2019-01-08
1
-1
/
+1
*
conf-parser: mention that unknown lvalue is ignored
Yu Watanabe
2019-01-08
1
-1
/
+1
*
util: drop missing.h from socket-util.h
Yu Watanabe
2018-12-06
1
-1
/
+2
*
conf-parse: use strjoina() where appropriate
Lennart Poettering
2018-11-17
1
-12
/
+5
*
core: remove JoinControllers= configuration setting
Lennart Poettering
2018-11-16
1
-115
/
+0
*
conf-parser: ignore trailing back-slash in comment
Yu Watanabe
2018-11-08
1
-1
/
+4
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-1
/
+1
*
conf-parser,login: logs description of error in parsing size
Yu Watanabe
2018-07-03
1
-4
/
+8
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-1
/
+1
*
conf-parser: simplify conf_parse_path()
Yu Watanabe
2018-06-13
1
-6
/
+2
*
conf-parser: add config_parse_permille()
Marc Kleine-Budde
2018-06-09
1
-0
/
+31
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-2
/
+2
*
conf-parser: fix memleak (#9177)
Yu Watanabe
2018-06-04
1
-1
/
+2
*
conf-parser: remove redundant utf8-validity check
Yu Watanabe
2018-06-03
1
-11
/
+0
*
conf-parse: use free_and_replace()
Yu Watanabe
2018-06-03
1
-4
/
+1
*
conf-parser: reject utf8-invalid lines
Yu Watanabe
2018-06-03
1
-0
/
+3
*
conf-parse: use path_simplify_and_warn() in config_parse_path()
Yu Watanabe
2018-06-03
1
-15
/
+5
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
*
conf-parser: introduce DEFINE_CONFIG_PARSE*() macros
Yu Watanabe
2018-05-31
1
-28
/
+1
*
conf-parser: add a bit more whitespace
Lennart Poettering
2018-05-29
1
-1
/
+5
*
conf-parser: shorten config_parse_string() by using free_and_strdup() and emp...
Lennart Poettering
2018-05-17
1
-11
/
+3
*
core: move config_parse_limit() to the generic conf-parser.[ch]
Lennart Poettering
2018-05-17
1
-0
/
+40
[next]