index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-conf-parser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/conf-parser: allow more than one location of the main config file
Zbigniew Jędrzejewski-Szmek
2021-02-21
1
-6
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-3
/
+7
*
network,udev: use uint64_t for bit rate
Yu Watanabe
2020-01-21
1
-16
/
+16
*
Merge pull request #14111 from keszybz/unknown-section-warning
Lennart Poettering
2019-12-04
1
-4
/
+16
|
\
|
*
shared/conf-parser: allow sections to be silently ignored with new -Section s...
Zbigniew Jędrzejewski-Szmek
2019-11-22
1
-4
/
+16
*
|
shared/conf-parser: remove unnecessary whitespace skipping
Zbigniew Jędrzejewski-Szmek
2019-11-27
1
-2
/
+2
|
/
*
test: add testcase for issue #12883
Yu Watanabe
2019-06-26
1
-6
/
+13
*
test: add testcases for the lines prefixed with whitespaces
Yu Watanabe
2019-01-08
1
-5
/
+17
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
core: remove JoinControllers= configuration setting
Lennart Poettering
2018-11-16
1
-40
/
+0
*
conf-parser: ignore trailing back-slash in comment
Yu Watanabe
2018-11-08
1
-5
/
+17
*
Introduce fmkostemp_safe and use it in tests
Zbigniew Jędrzejewski-Szmek
2018-10-26
1
-7
/
+4
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
conf-parser: remove redundant utf8-validity check
Yu Watanabe
2018-06-03
1
-1
/
+1
*
conf-parse: use path_simplify_and_warn() in config_parse_path()
Yu Watanabe
2018-06-03
1
-0
/
+1
*
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
1
-1
/
+2
*
conf-parser: accept trailing backslash at the end of the file (#8941)
Filipe Brandenburger
2018-05-10
1
-5
/
+15
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
pid1: do not initialize join_controllers by default
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-1
/
+3
*
Move config_parse_join_controllers to shared, add test
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-0
/
+38
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
test-conf-parser: add tests for the new long lines, including overflow handling
Zbigniew Jędrzejewski-Szmek
2017-09-23
1
-1
/
+40
*
test-conf-parser: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2017-09-23
1
-6
/
+2
*
test-conf-parser: add some basic tests for config_parse()
Zbigniew Jędrzejewski-Szmek
2017-09-23
1
-0
/
+89
*
test-conf-parser: add valid and invalid utf8 test for config_parse_path
Ronny Chevalier
2017-05-14
1
-0
/
+2
*
conf-parser: fix wrong argument given to log_syntax_invalid_utf8
Ronny Chevalier
2017-05-14
1
-0
/
+2
*
tests: move conf-parser related tests to test-conf-parser.c
Ronny Chevalier
2016-03-03
1
-0
/
+9
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+3
*
tests: add test-conf-parser
Ronny Chevalier
2015-05-30
1
-0
/
+234