index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
strv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/strv: check printf arguments to strv_extendf()
Zbigniew Jędrzejewski-Szmek
2022-11-21
1
-1
/
+1
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-14
/
+0
*
strv: modernize strv_fnmatch() a bit
Lennart Poettering
2022-08-29
1
-1
/
+1
*
tree-wide: Introduce free_and_replace_full()
Daan De Meyer
2022-07-21
1
-8
/
+1
*
fundamental: Move some helpers into string-util-fundamental
Jan Janssen
2022-05-21
1
-6
/
+0
*
basic/strv: add optimizable version of strv_push/consume/extend
Zbigniew Jędrzejewski-Szmek
2022-05-20
1
-3
/
+21
*
basic/strv: fix splitting of strings with escape characters
Zbigniew Jędrzejewski-Szmek
2022-05-06
1
-1
/
+1
*
basic/strv: fix typos and confusion whether we are escaping or unescaping
Zbigniew Jędrzejewski-Szmek
2022-04-06
1
-1
/
+1
*
tree-wide: use PTR_SUB1() at two places where appropriate
Lennart Poettering
2022-03-23
1
-1
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+1
*
basic/strv: avoid potential UB with references to array[-1]
Zbigniew Jędrzejewski-Szmek
2022-03-21
1
-2
/
+2
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-12
/
+23
*
basic/strv: drop strv_free_free
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-3
/
+0
*
basic/strv: inline variables and modernize style a bit
Zbigniew Jędrzejewski-Szmek
2021-11-26
1
-21
/
+21
*
strv: make sure FOREACH_STRING() can be nested
Lennart Poettering
2021-11-19
1
-3
/
+6
*
basic: introduce test_strv_split_and_extend()
Frantisek Sumsal
2021-09-29
1
-0
/
+3
*
alloc-util: drop double eval from free_and_replace()
Lennart Poettering
2021-07-29
1
-3
/
+5
*
strv: introduce strv_split_newlines_full()
Yu Watanabe
2021-03-05
1
-5
/
+11
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #13589 from williamvds/systemctl-edit-copy
Lennart Poettering
2020-10-22
1
-0
/
+1
|
\
|
*
Add strv_prepend
williamvds
2020-10-21
1
-0
/
+1
*
|
macro: introduce POINTER_MAX as define for (void*) -1
Lennart Poettering
2020-10-22
1
-1
/
+1
|
/
*
basic/strv: allow escaping the separator in strv_join()
Zbigniew Jędrzejewski-Szmek
2020-09-25
1
-2
/
+2
*
Rename strv_split_extract() to strv_split_full()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-2
/
+2
*
tree-wide: replace strv_split_full() with strv_split_extract() everywhere
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-4
/
+10
*
Add string_contains_word_strv()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-4
/
+0
*
strv: add strv_split_colon_pairs function
Luca Boccassi
2020-08-05
1
-0
/
+5
*
strv: propagate location info from the call site too
Zbigniew Jędrzejewski-Szmek
2020-05-30
1
-2
/
+4
*
basic: Allow to call STRV_FOREACH_BACKWARDS() with a char * const * strv
Benjamin Robin
2020-05-10
1
-1
/
+1
*
basic: add STRCASE_IN_SET() which is to STR_IN_SET() what strcaseeq() is to s...
Lennart Poettering
2020-05-04
1
-2
/
+11
*
sd-bus: work around ubsan warning
Lennart Poettering
2020-04-23
1
-1
/
+1
*
sd-path,strv: add simple helper to wrap oom handling around strv_split_nulstr()
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-0
/
+10
*
strv: get rid of strv_clear()
Lennart Poettering
2020-01-21
1
-2
/
+0
*
Merge pull request #14562 from yuwata/table-strv
Zbigniew Jędrzejewski-Szmek
2020-01-15
1
-1
/
+4
|
\
|
*
strv: introduce strv_compare()
Yu Watanabe
2020-01-15
1
-1
/
+4
*
|
basic/strv: drop flags argument from strv_fnmatch()
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-3
/
+3
*
|
networkctl: return error or warning when interfaces are not matched
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-1
/
+4
|
/
*
util: constify arguments of strv_xxx()
Yu Watanabe
2019-12-16
1
-13
/
+13
*
shared/unit-files: only put valid unit paths and dropin dirs in the cache
Zbigniew Jędrzejewski-Szmek
2019-08-30
1
-0
/
+12
*
sysusers,strv: export the hash ops to map char* → strv
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+5
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+1
*
strv: rework FOREACH_STRING() macro
Lennart Poettering
2019-01-16
1
-11
/
+4
*
strv: add new macro STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-0
/
+12
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-1
/
+2
*
strv: introduce 'relax' mode to strv_split_full()
Yu Watanabe
2018-09-26
1
-2
/
+3
*
strv: introduce strv_split_full() which optionally handle quotes
Yu Watanabe
2018-09-26
1
-1
/
+4
*
strv: introduce strv_join_prefix()
Yu Watanabe
2018-09-13
1
-1
/
+4
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-3
/
+3
[next]