summaryrefslogtreecommitdiff
path: root/src/test/test-strv.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-31strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering1-27/+26
2018-09-26test: add tests for strv_split_full()Yu Watanabe1-7/+104
2018-09-13test: replace swear words by 'hoge'Yu Watanabe1-5/+5
2018-09-13test: add tests for strv_join_prefix()Yu Watanabe1-0/+33
2018-07-07strv: make strv_split() accept empty stringYu Watanabe1-3/+23
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-13test-strv: add a simple test for strv_free_free()Zbigniew Jędrzejewski-Szmek1-0/+12
2018-02-02basic/strv: add function to insert items at positionZbigniew Jędrzejewski-Szmek1-0/+31
2018-02-01strv: drop strv_join_quoted() (#8057)Yu Watanabe1-60/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-10-07strv: fix STRV_FOREACH_BACKWARDS() to be a single statement onlyLennart Poettering1-2/+7
2016-09-24basic/strv: add STRPTR_IN_SETZbigniew Jędrzejewski-Szmek1-0/+21
2016-07-17basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek1-2/+1
2016-07-17basic/strv: exhibit strv_make_nulstr missing final NUL char (systemd/systemd#...Jean-Sébastien Bour1-0/+7
2016-07-04tests: fix memory leak in test_strv_fnmatch (#3653)Evgeny Vereshchagin1-1/+1
2016-06-27basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin1-0/+11
2016-04-13test-strv: add a test that extending empty strv works as expectedZbigniew Jędrzejewski-Szmek1-2/+8
2016-03-03tests: move strv related tests to test-strv.cRonny Chevalier1-0/+21
2016-02-13basic/strv: fix strv_join for first empty argumentZbigniew Jędrzejewski-Szmek1-1/+23
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-2/+25
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-4/+32
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering1-0/+23
2015-08-07strv: Add strv_shell_escapeRichard Maw1-0/+13
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw1-3/+19
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen1-2/+2
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering1-3/+3
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering1-0/+53
2014-12-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek1-0/+4
2014-12-18test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek1-13/+13
2014-12-11test-strv: add test for strv_equalRonny Chevalier1-0/+22
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering1-0/+18
2014-11-10strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering1-6/+6
2014-10-31tests: add tests for strv.cRonny Chevalier1-0/+39
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen1-5/+5
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek1-4/+13
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-2/+14
2014-07-31test-strv: add test which shows access to random memoryZbigniew Jędrzejewski-Szmek1-12/+16
2014-06-19tests: add tests for strv_extendfRonny Chevalier1-0/+15
2014-01-05strv: multiple cleanupsSimon Peeters1-49/+28
2013-12-12scan-build: silence some warningsThomas Hindoe Paaboel Andersen1-1/+1
2013-11-28util: fix handling of trailing whitespace in split_quoted()Lennart Poettering1-0/+27
2013-11-07test-strv: add strv_split, strv_split_newline, strv_remove_prefixDaniel Buch1-0/+49