summaryrefslogtreecommitdiff
path: root/src/test/test-strv.c
Commit message (Expand)AuthorAgeFilesLines
* strv: fix STRV_FOREACH_BACKWARDS() to be a single statement onlyLennart Poettering2016-10-071-2/+7
* basic/strv: add STRPTR_IN_SETZbigniew Jędrzejewski-Szmek2016-09-241-0/+21
* basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek2016-07-171-2/+1
* basic/strv: exhibit strv_make_nulstr missing final NUL char (systemd/systemd#...Jean-Sébastien Bour2016-07-171-0/+7
* tests: fix memory leak in test_strv_fnmatch (#3653)Evgeny Vereshchagin2016-07-041-1/+1
* basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin2016-06-271-0/+11
* test-strv: add a test that extending empty strv works as expectedZbigniew Jędrzejewski-Szmek2016-04-131-2/+8
* tests: move strv related tests to test-strv.cRonny Chevalier2016-03-031-0/+21
* basic/strv: fix strv_join for first empty argumentZbigniew Jędrzejewski-Szmek2016-02-131-1/+23
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-2/+25
* core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-061-4/+32
* systemctl: move strv_skip_first() out of systemctl.cLennart Poettering2015-09-291-0/+23
* strv: Add strv_shell_escapeRichard Maw2015-08-071-0/+13
* strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-3/+19
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-2/+2
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-3/+3
* strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering2014-12-191-0/+53
* Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek2014-12-181-0/+4
* test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek2014-12-181-13/+13
* test-strv: add test for strv_equalRonny Chevalier2014-12-111-0/+22
* strv: add calls to add two entries to an strv at onceLennart Poettering2014-12-031-0/+18
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-101-6/+6
* tests: add tests for strv.cRonny Chevalier2014-10-311-0/+39
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-5/+5
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-4/+13
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-2/+14
* test-strv: add test which shows access to random memoryZbigniew Jędrzejewski-Szmek2014-07-311-12/+16
* tests: add tests for strv_extendfRonny Chevalier2014-06-191-0/+15
* strv: multiple cleanupsSimon Peeters2014-01-051-49/+28
* scan-build: silence some warningsThomas Hindoe Paaboel Andersen2013-12-121-1/+1
* util: fix handling of trailing whitespace in split_quoted()Lennart Poettering2013-11-281-0/+27
* test-strv: add strv_split, strv_split_newline, strv_remove_prefixDaniel Buch2013-11-071-0/+49
* strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering2013-10-291-4/+4
* strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering2013-10-291-16/+37
* test-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDSDaniel Buch2013-10-271-0/+30
* tmpfiles: support simple specifier expansion for specified pathsLennart Poettering2013-09-171-5/+5
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-171-2/+14
* systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek2013-09-091-35/+79
* test-strv: do not declare table to be sorted constZbigniew Jędrzejewski-Szmek2013-04-051-1/+1
* test-strv.c: test STRV_FOREACH_PAIR macroDaniel Buch2013-03-181-0/+15
* test-strv.c: ported test_specifier_printf() to _cleanup_free_ + assert_se + c...Daniel Buch2013-02-181-3/+5
* test-strv.c: added OOM check for current testsDaniel Buch2013-02-181-0/+16
* test-strv.c: added strv_split_nulstr() testDaniel Buch2013-02-181-0/+13
* test-strv.c: Changed assert() to assert_se()Daniel Buch2013-02-131-48/+48
* test-strv.c: added strv_append testDaniel Buch2013-02-131-0/+14
* test-strv.c: added strv_merge_concat testDaniel Buch2013-02-131-0/+15
* test-strv.c: added strv_merge testDaniel Buch2013-02-131-0/+19