summaryrefslogtreecommitdiffstats
path: root/src/test/test-strv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-191-0/+4
* test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek2014-12-191-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-201-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
* tests: move strv_parse_nulstr to test-strv, and actually test itThomas Hindoe Paaboel Andersen2013-02-071-0/+18
* test: add a few tests and tidy upThomas Hindoe Paaboel Andersen2013-02-061-49/+81
* test-strv.c: test strv_join addedDaniel Buch2013-01-311-0/+45
* test-strv.c: Split tests into seperate functionsDaniel Buch2013-01-311-6/+16
* test: test tools should still be in the src/ directoryLennart Poettering2012-04-121-0/+66