summaryrefslogtreecommitdiff
path: root/src/test/test-conf-parser.c
AgeCommit message (Expand)Author
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering
2018-06-04conf-parser: remove redundant utf8-validity checkYu Watanabe
2018-06-03conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe
2018-05-18fs-util,test: add helper to remove tempfilesZbigniew Jędrzejewski-Szmek
2018-05-09conf-parser: accept trailing backslash at the end of the file (#8941)Filipe Brandenburger
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek
2018-02-19pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek
2018-02-19Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering
2017-09-23test-conf-parser: add tests for the new long lines, including overflow handlingZbigniew Jędrzejewski-Szmek
2017-09-23test-conf-parser: use _cleanup_Zbigniew Jędrzejewski-Szmek
2017-09-23test-conf-parser: add some basic tests for config_parse()Zbigniew Jędrzejewski-Szmek
2017-05-14test-conf-parser: add valid and invalid utf8 test for config_parse_pathRonny Chevalier
2017-05-14conf-parser: fix wrong argument given to log_syntax_invalid_utf8Ronny Chevalier
2016-03-03tests: move conf-parser related tests to test-conf-parser.cRonny Chevalier
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-05-30tests: add test-conf-parserRonny Chevalier