summaryrefslogtreecommitdiffstats
path: root/src/test/test-strv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* specifiers: introduce common macros for generating specifier tablesLennart Poettering2020-11-251-9/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/strv: allow escaping the separator in strv_join()Zbigniew Jędrzejewski-Szmek2020-09-251-27/+40
* Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-20/+20
* tree-wide: replace strv_split_full() with strv_split_extract() everywhereZbigniew Jędrzejewski-Szmek2020-09-091-47/+44
* strv: add strv_split_colon_pairs functionLuca Boccassi2020-08-051-0/+30
* tree-wide: support a bunch of additional specifiersLennart Poettering2020-04-281-7/+17
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* string-util: make sure we eat even half complete words in split()Lennart Poettering2020-04-021-0/+6
* test-strv: add missing oom checkZbigniew Jędrzejewski-Szmek2020-03-281-1/+1
* Merge pull request #14562 from yuwata/table-strvZbigniew Jędrzejewski-Szmek2020-01-151-10/+16
|\
| * strv: introduce strv_compare()Yu Watanabe2020-01-151-10/+16
* | basic/strv: drop flags argument from strv_fnmatch()Zbigniew Jędrzejewski-Szmek2020-01-141-1/+1
* | networkctl: return error or warning when interfaces are not matchedZbigniew Jędrzejewski-Szmek2020-01-141-3/+5
|/
* tree-wide: drop double newlineYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* test-strv: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-7/+86
* test-strv: test strv_free_erase() a little bitZbigniew Jędrzejewski-Szmek2019-07-101-9/+9
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-2/+2
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* strv: add new macro STARTSWITH_SET()Lennart Poettering2018-11-261-0/+15
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-27/+26
* test: add tests for strv_split_full()Yu Watanabe2018-09-261-7/+104
* test: replace swear words by 'hoge'Yu Watanabe2018-09-131-5/+5
* test: add tests for strv_join_prefix()Yu Watanabe2018-09-131-0/+33
* strv: make strv_split() accept empty stringYu Watanabe2018-07-061-3/+23
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-strv: add a simple test for strv_free_free()Zbigniew Jędrzejewski-Szmek2018-02-131-0/+12
* basic/strv: add function to insert items at positionZbigniew Jędrzejewski-Szmek2018-02-021-0/+31
* strv: drop strv_join_quoted() (#8057)Yu Watanabe2018-02-011-60/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* 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-251-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-141-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