index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
strv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #34511 from YHNdnzj/strv-extend-strv-consume
Yu Watanabe
2024-09-21
1
-9
/
+78
|
\
|
*
tree-wide: use strv_extend_strv_consume() where appropriate
Mike Yuan
2024-09-21
1
-2
/
+2
|
*
basic/strv: introduce strv_extend_strv_consume()
Mike Yuan
2024-09-21
1
-5
/
+61
|
*
basic/strv: make string_strv_hash_ops static, add missing assertions
Mike Yuan
2024-09-20
1
-2
/
+15
*
|
strv: introduce strv_find_closest()
Yu Watanabe
2024-09-20
1
-1
/
+36
|
/
*
firstboot: add similar input suggestion
Michael Ferrari
2024-09-20
1
-0
/
+27
*
strv: replace always-true condition with assertion
Yu Watanabe
2024-06-18
1
-14
/
+14
*
Merge pull request #33376 from yuwata/strv_sort_uniq
Luca Boccassi
2024-06-18
1
-0
/
+15
|
\
|
*
strv: introduce strv_sort_uniq()
Yu Watanabe
2024-06-17
1
-0
/
+15
*
|
strv: add new helper strv_rebreak_lines() with a simple line breaking algorithm
Lennart Poettering
2024-06-17
1
-0
/
+90
|
/
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-6
/
+4
|
\
|
*
strv: add helper to extend strv from both sides
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+2
|
*
various: use modern strv helpers
Zbigniew Jędrzejewski-Szmek
2024-02-28
1
-4
/
+2
*
|
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-1
/
+1
|
/
*
fileio: fputs_with_space → _with_separator and modernization
Mike Yuan
2024-01-25
1
-1
/
+3
*
strv: add strv_extend_many() helper
Lennart Poettering
2024-01-17
1
-0
/
+60
*
strv: remove strv_extend_front()
Lennart Poettering
2024-01-17
1
-36
/
+0
*
strv: modernize strv_insert()
Lennart Poettering
2024-01-17
1
-10
/
+12
*
strv: introduce strv_copy_unless_empty()
Ludwig Nussel
2024-01-15
1
-0
/
+16
*
strv: rename strv_endswith to endswith_strv and dedup ENDSWITH_SET
Mike Yuan
2024-01-04
1
-10
/
+10
*
string-util: move startswith_strv to strv
Mike Yuan
2024-01-04
1
-0
/
+10
*
strv: add new strv_endswith() helper
Lennart Poettering
2024-01-03
1
-0
/
+10
*
strv: add strv_free_many() to be used with CLEANUP_ARRAY()
Luca Boccassi
2023-11-03
1
-0
/
+9
*
alloc-util: add free_many() helper
Lennart Poettering
2023-08-24
1
-3
/
+1
*
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-2
/
+1
*
strv: add helper to find value in key/value pairs from list of keys
Luca Boccassi
2023-03-28
1
-0
/
+11
*
strv: introduce strv_print_full()
Yu Watanabe
2023-03-20
1
-2
/
+2
*
strv: add strv_copy_n() helper for copying part of a n strv
Lennart Poettering
2023-02-17
1
-2
/
+8
*
basic: Add strv_extend_assignment()
Daan De Meyer
2023-01-08
1
-0
/
+16
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-112
/
+0
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+0
*
strv: Make sure strv_make_nulstr() always returns a valid nulstr
Daan De Meyer
2022-11-11
1
-4
/
+2
*
strv: modernize strv_fnmatch() a bit
Lennart Poettering
2022-08-29
1
-7
/
+20
*
basic/strv: add optimizable version of strv_push/consume/extend
Zbigniew Jędrzejewski-Szmek
2022-05-20
1
-12
/
+18
*
basic/strv: fix typos and confusion whether we are escaping or unescaping
Zbigniew Jędrzejewski-Szmek
2022-04-06
1
-5
/
+5
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-29
/
+4
*
strv: use STRV_FOREACH() at two more places
Yu Watanabe
2022-03-18
1
-7
/
+4
*
strv: rewrite strv_copy() with cleanup attribute and STRV_FOREACH()
Yu Watanabe
2022-03-18
1
-12
/
+12
*
tree-wide: use strv_contains() in more places
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-1
/
+1
*
basic/strv: drop strv_free_free
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-10
/
+0
*
basic/strv: inline variables and modernize style a bit
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-47
/
+35
*
basic: introduce test_strv_split_and_extend()
Frantisek Sumsal
2021-09-29
1
-0
/
+18
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-6
/
+6
*
strv: introduce strv_split_newlines_full()
Yu Watanabe
2021-03-05
1
-12
/
+13
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #17493 from Villemoes/va-arg-simplifications
Zbigniew Jędrzejewski-Szmek
2020-11-04
1
-29
/
+13
|
\
|
*
strv.c: simplify strv_new_ap
Rasmus Villemoes
2020-11-03
1
-29
/
+13
*
|
Add strv_prepend
williamvds
2020-10-21
1
-0
/
+13
|
/
*
basic/strv: allow escaping the separator in strv_join()
Zbigniew Jędrzejewski-Szmek
2020-09-25
1
-3
/
+18
*
Rename strv_split_extract() to strv_split_full()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-1
/
+1
[next]