summaryrefslogtreecommitdiff
path: root/src/test/test-conf-parser.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* test: Use TEST macroJan Janssen2021-11-251-36/+19
* test: update commentYu Watanabe2021-10-271-1/+1
* shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-211-6/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-3/+7
* network,udev: use uint64_t for bit rateYu Watanabe2020-01-211-16/+16
* Merge pull request #14111 from keszybz/unknown-section-warningLennart Poettering2019-12-041-4/+16
|\
| * shared/conf-parser: allow sections to be silently ignored with new -Section s...Zbigniew Jędrzejewski-Szmek2019-11-221-4/+16
* | shared/conf-parser: remove unnecessary whitespace skippingZbigniew Jędrzejewski-Szmek2019-11-271-2/+2
|/
* test: add testcase for issue #12883Yu Watanabe2019-06-271-6/+13
* test: add testcases for the lines prefixed with whitespacesYu Watanabe2019-01-081-5/+17
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* core: remove JoinControllers= configuration settingLennart Poettering2018-11-161-40/+0
* conf-parser: ignore trailing back-slash in commentYu Watanabe2018-11-081-5/+17
* Introduce fmkostemp_safe and use it in testsZbigniew Jędrzejewski-Szmek2018-10-261-7/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* conf-parser: remove redundant utf8-validity checkYu Watanabe2018-06-041-1/+1
* conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-06-031-0/+1
* fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek2018-05-181-1/+2
* conf-parser: accept trailing backslash at the end of the file (#8941)Filipe Brandenburger2018-05-091-5/+15
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek2018-02-191-1/+3
* Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek2018-02-191-0/+38
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* test-conf-parser: add tests for the new long lines, including overflow handlingZbigniew Jędrzejewski-Szmek2017-09-231-1/+40
* test-conf-parser: use _cleanup_Zbigniew Jędrzejewski-Szmek2017-09-231-6/+2
* test-conf-parser: add some basic tests for config_parse()Zbigniew Jędrzejewski-Szmek2017-09-231-0/+89
* test-conf-parser: add valid and invalid utf8 test for config_parse_pathRonny Chevalier2017-05-141-0/+2
* conf-parser: fix wrong argument given to log_syntax_invalid_utf8Ronny Chevalier2017-05-141-0/+2
* tests: move conf-parser related tests to test-conf-parser.cRonny Chevalier2016-03-031-0/+9
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+3
* tests: add test-conf-parserRonny Chevalier2015-05-301-0/+234