summaryrefslogtreecommitdiff
path: root/src/test/test-escape.c
Commit message (Expand)AuthorAgeFilesLines
* test-escape: Add tests for escaping bogus UTF-8 sequencesmsizanoen12023-03-021-0/+4
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* test: add basic tests for octescape()Yu Watanabe2022-12-061-0/+16
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-2/+2
* test: Use TEST macroJan Janssen2021-11-251-33/+13
* escape: add flags argument to quote_command_line()Lennart Poettering2021-11-111-1/+1
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-2/+2
* basic/escape: add helper for quoting command linesZbigniew Jędrzejewski-Szmek2021-07-091-0/+24
* test-escape: add usual debug headersZbigniew Jędrzejewski-Szmek2021-07-071-0/+11
* basic/escape: allow truncation mode where "…" is always appendedZbigniew Jędrzejewski-Szmek2021-05-051-2/+11
* basic/escape: flagsify xescape_full()Zbigniew Jędrzejewski-Szmek2021-05-051-1/+2
* basic/escape: escape control characters, but not utf-8, in shell quotingZbigniew Jędrzejewski-Szmek2021-05-051-6/+15
* basic/escape: always escape newlines in shell_escape()Zbigniew Jędrzejewski-Szmek2021-05-051-0/+1
* basic/escape: add mode where empty arguments are still shown as ""Zbigniew Jędrzejewski-Szmek2021-05-051-0/+4
* Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicitZbigniew Jędrzejewski-Szmek2021-04-011-37/+24
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared/escape: add new escape style with \n\t escapedZbigniew Jędrzejewski-Szmek2020-04-091-0/+11
* test: add tests for UNESCAPE_ACCEPT_NULYu Watanabe2020-01-271-0/+16
* basic/escape: add truncation to xescape tooZbigniew Jędrzejewski-Szmek2019-05-221-3/+41
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tests: add tests for environment serializationZbigniew Jędrzejewski-Szmek2017-06-231-0/+8
* Use "dollar-single-quotes" to escape shell-sensitive stringsZbigniew Jędrzejewski-Szmek2017-06-191-12/+39
* tests: move escape related tests to test-escape.cRonny Chevalier2016-03-031-0/+114