summaryrefslogtreecommitdiffstats
path: root/src/test/test-strv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34511 from YHNdnzj/strv-extend-strv-consumeYu Watanabe2024-09-211-0/+40
|\
| * basic/strv: introduce strv_extend_strv_consume()Mike Yuan2024-09-211-0/+40
* | strv: introduce strv_find_closest()Yu Watanabe2024-09-201-0/+27
|/
* Merge pull request #33376 from yuwata/strv_sort_uniqLuca Boccassi2024-06-181-0/+75
|\
| * strv: introduce strv_sort_uniq()Yu Watanabe2024-06-171-0/+75
* | strv: add new helper strv_rebreak_lines() with a simple line breaking algorithmLennart Poettering2024-06-171-0/+58
|/
* ASSERT_STREQ for simple casesIvan Kruglov2024-04-151-148/+148
* ASSERT_NULL/ASSERT_NOT_NULLIvan Kruglov2024-04-101-9/+9
* strv: add helper to extend strv from both sidesZbigniew Jędrzejewski-Szmek2024-03-071-1/+17
* strv: add strv_extend_many() helperLennart Poettering2024-01-171-0/+25
* strv: rename strv_endswith to endswith_strv and dedup ENDSWITH_SETMike Yuan2024-01-041-6/+6
* strv: add new strv_endswith() helperLennart Poettering2024-01-031-0/+8
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* tree-wide: Fix false positives on newer gccDaan De Meyer2023-05-231-2/+2
* strv: add helper to find value in key/value pairs from list of keysLuca Boccassi2023-03-281-0/+12
* strv: add strv_copy_n() helper for copying part of a n strvLennart Poettering2023-02-171-0/+40
* basic: Add strv_extend_assignment()Daan De Meyer2023-01-081-0/+12
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-61/+0
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* basic/strv: add optimizable version of strv_push/consume/extendZbigniew Jędrzejewski-Szmek2022-05-201-0/+43
* basic/strv: fix splitting of strings with escape charactersZbigniew Jędrzejewski-Szmek2022-05-061-0/+15
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-3/+1
* basic/strv: avoid potential UB with references to array[-1]Zbigniew Jędrzejewski-Szmek2022-03-211-1/+6
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-5/+0
* basic/strv: drop strv_free_freeZbigniew Jędrzejewski-Szmek2021-11-261-11/+0
* test: Use TEST macroJan Janssen2021-11-251-192/+72
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* basic: introduce test_strv_split_and_extend()Frantisek Sumsal2021-09-291-0/+23
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* test: move test_specifier_printf() to test-specifier.cYu Watanabe2021-05-121-34/+0
* basic/extract-word: rename flagZbigniew Jędrzejewski-Szmek2021-03-111-2/+2
* strv: introduce strv_split_newlines_full()Yu Watanabe2021-03-051-0/+34
* 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