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
...
*
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
*
conf-parser: fix wrong argument given to log_syntax_invalid_utf8
Ronny Chevalier
2017-05-14
1
-1
/
+1
*
config parser: Introduce config_parse_ip_port
Susant Sahani
2017-04-29
1
-0
/
+37
*
config parser: Introduce config_parse_uint8
Susant Sahani
2017-04-25
1
-0
/
+1
*
tree-wide: drop unneded WHITESPACE param to extract_first_word
Zbigniew Jędrzejewski-Szmek
2016-11-05
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
shared/conf-parser: add config_parse_many which takes strv with dirs
Zbigniew Jędrzejewski-Szmek
2016-09-16
1
-8
/
+52
*
tree-wide: rename config_parse_many to …_nulstr
Zbigniew Jędrzejewski-Szmek
2016-09-16
1
-7
/
+9
*
networkd: add options to bridge (#4051)
Tobias Jungel
2016-08-31
1
-0
/
+1
*
Use "return log_error_errno" in more places"
Zbigniew Jędrzejewski-Szmek
2016-07-23
1
-2
/
+1
*
conf-parser: minor coding style improvements
Lennart Poettering
2016-07-20
1
-2
/
+4
[prev]
[next]