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
*
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
*
conf-parser: accept trailing backslash at the end of the file (#8941)
Filipe Brandenburger
2018-05-10
1
-0
/
+21
*
util: rename signal_from_string_try_harder() to signal_from_string()
Yu Watanabe
2018-05-03
1
-1
/
+1
*
conf-parse: add a generic config_parse_mtu() conf file parser function
Lennart Poettering
2018-04-26
1
-0
/
+35
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
conf-parse: small prettification
Lennart Poettering
2018-03-21
1
-3
/
+4
*
conf-parser: let's explicitly deprecate .include in unit files
Lennart Poettering
2018-03-21
1
-0
/
+4
*
shared/conf-parser: fix outdated comment
Zbigniew Jędrzejewski-Szmek
2018-03-21
1
-1
/
+1
*
systemd-link: Remove UDP Fragmentation Offload support. (#8183)
Rosen Penev
2018-03-18
1
-0
/
+31
*
core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__
Zbigniew Jędrzejewski-Szmek
2018-03-06
1
-2
/
+1
*
pid1: do not initialize join_controllers by default
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-0
/
+11
*
Move config_parse_join_controllers to shared, add test
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-0
/
+105
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-3
/
+5
*
conf-parser: reindent some strangely indented function headers
Lennart Poettering
2017-11-13
1
-20
/
+22
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-54
/
+50
*
conf-parser: simplify things a bit by using strextend()
Lennart Poettering
2017-11-13
1
-11
/
+7
*
conf-parse: remove 4K line length limit
Lennart Poettering
2017-09-23
1
-11
/
+32
*
conf-parser: when the empty string assigned to Personality= reset it
Lennart Poettering
2017-09-14
1
-4
/
+8
*
core: don't synthesize empty list when empty string is read in config_parse_s...
Lennart Poettering
2017-09-14
1
-23
/
+13
*
Merge pull request #6746 from yuwata/parse-empty-string
Lennart Poettering
2017-09-14
1
-0
/
+6
|
\
|
*
shared: allow to input empty string to config_parse_path()
Yu Watanabe
2017-09-05
1
-0
/
+6
*
|
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-2
/
+2
|
/
*
core/load-fragment: refuse units with errors in RootDirectory/RootImage/Dynam...
Zbigniew Jędrzejewski-Szmek
2017-07-11
1
-5
/
+11
[next]