summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-08-19Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek1-1/+1
2019-07-18shared/conf-parser: say "key name" not "lvalue", add dotZbigniew Jędrzejewski-Szmek1-1/+2
2019-07-18shared/conf-parser: emit a nicer warning for something like "======"Zbigniew Jędrzejewski-Szmek1-0/+3
2019-07-18shared/conf-parser: be nice and ignore lines without "="Zbigniew Jędrzejewski-Szmek1-5/+3
2019-07-17shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...Zbigniew Jędrzejewski-Szmek1-1/+1
2019-06-28Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-27conf-parser: fix continuation handlingYu Watanabe1-1/+2
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-0/+1
2019-02-14time-util: Introduce parse_sec_def_infinityFilipe Brandenburger1-0/+1
2019-01-08conf-parser: accept whitespaces before commentsYu Watanabe1-1/+1
2019-01-08conf-parser: mention that unknown lvalue is ignoredYu Watanabe1-1/+1
2018-12-06util: drop missing.h from socket-util.hYu Watanabe1-1/+2
2018-11-17conf-parse: use strjoina() where appropriateLennart Poettering1-12/+5
2018-11-16core: remove JoinControllers= configuration settingLennart Poettering1-115/+0
2018-11-08conf-parser: ignore trailing back-slash in commentYu Watanabe1-1/+4
2018-10-31strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering1-1/+1
2018-07-03conf-parser,login: logs description of error in parsing sizeYu Watanabe1-4/+8
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-13tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek1-1/+1
2018-06-13conf-parser: simplify conf_parse_path()Yu Watanabe1-6/+2
2018-06-09conf-parser: add config_parse_permille()Marc Kleine-Budde1-0/+31
2018-06-07tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering1-2/+2
2018-06-04conf-parser: fix memleak (#9177)Yu Watanabe1-1/+2
2018-06-04conf-parser: remove redundant utf8-validity checkYu Watanabe1-11/+0
2018-06-04conf-parse: use free_and_replace()Yu Watanabe1-4/+1
2018-06-04conf-parser: reject utf8-invalid linesYu Watanabe1-0/+3
2018-06-03conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe1-15/+5
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-1/+1
2018-05-31conf-parser: introduce DEFINE_CONFIG_PARSE*() macrosYu Watanabe1-28/+1
2018-05-29conf-parser: add a bit more whitespaceLennart Poettering1-1/+5
2018-05-17conf-parser: shorten config_parse_string() by using free_and_strdup() and emp...Lennart Poettering1-11/+3
2018-05-17core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering1-0/+40
2018-05-09conf-parser: accept trailing backslash at the end of the file (#8941)Filipe Brandenburger1-0/+21
2018-05-03util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe1-1/+1
2018-04-26conf-parse: add a generic config_parse_mtu() conf file parser functionLennart Poettering1-0/+35
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-21conf-parse: small prettificationLennart Poettering1-3/+4
2018-03-21conf-parser: let's explicitly deprecate .include in unit filesLennart Poettering1-0/+4
2018-03-21shared/conf-parser: fix outdated commentZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-18systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev1-0/+31
2018-03-06core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek1-2/+1
2018-02-19pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek1-0/+11
2018-02-19Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek1-0/+105
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering1-3/+5
2017-11-13conf-parser: reindent some strangely indented function headersLennart Poettering1-20/+22