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
*
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
*
tree-wide: replace strv_split_full() with strv_split_extract() everywhere
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-38
/
+0
*
strv: add strv_split_colon_pairs function
Luca Boccassi
2020-08-05
1
-0
/
+52
*
strv: propagate location info from the call site too
Zbigniew Jędrzejewski-Szmek
2020-05-30
1
-4
/
+4
*
basic: add STRCASE_IN_SET() which is to STR_IN_SET() what strcaseeq() is to s...
Lennart Poettering
2020-05-04
1
-0
/
+12
*
strv: get rid of strv_clear()
Lennart Poettering
2020-01-21
1
-7
/
+2
*
Merge pull request #14562 from yuwata/table-strv
Zbigniew Jędrzejewski-Szmek
2020-01-15
1
-8
/
+15
|
\
|
*
strv: introduce strv_compare()
Yu Watanabe
2020-01-15
1
-8
/
+15
*
|
networkctl: return error or warning when interfaces are not matched
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-5
/
+6
|
/
*
util: constify arguments of strv_xxx()
Yu Watanabe
2019-12-16
1
-27
/
+27
*
strv: when growing strv arrays piecemeal actually allocate memory in exponent...
Lennart Poettering
2019-12-09
1
-12
/
+16
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
sysusers,strv: export the hash ops to map char* → strv
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+60
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
Remove string_erase
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-2
/
+3
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-2
/
+2
*
strv: introduce 'relax' mode to strv_split_full()
Yu Watanabe
2018-09-26
1
-3
/
+3
*
strv: allow to set separator NULL in strv_split() or strv_split_full()
Yu Watanabe
2018-09-26
1
-0
/
+3
*
strv: introduce strv_split_full() which optionally handle quotes
Yu Watanabe
2018-09-26
1
-3
/
+3
*
Merge pull request #10059 from yuwata/env-exec-directory
Lennart Poettering
2018-09-25
1
-3
/
+7
|
\
|
*
strv: introduce strv_join_prefix()
Yu Watanabe
2018-09-13
1
-3
/
+7
*
|
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-4
/
+2
|
/
*
strv: make strv_split() accept empty string
Yu Watanabe
2018-07-06
1
-0
/
+4
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic: use automatic cleanup more
David Tardon
2018-05-10
1
-8
/
+4
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-11
/
+11
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-2
/
+2
*
tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-3
/
+3
*
basic/strv: add function to insert items at position
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-3
/
+6
*
strv: drop strv_join_quoted() (#8057)
Yu Watanabe
2018-02-01
1
-36
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
basic/strv: use existing qsort_safe() helper
Zbigniew Jędrzejewski-Szmek
2017-07-10
1
-5
/
+1
*
Revert "basic/strv: allow NULLs to be inserted into strv"
Lennart Poettering
2017-02-21
1
-6
/
+6
*
basic/strv: allow NULLs to be inserted into strv
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-6
/
+6
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-6
/
+3
*
Merge pull request #3745 from keszybz/fix-make-nulstr-confusion
Lennart Poettering
2016-07-18
1
-4
/
+25
|
\
|
*
basic/strv: add an extra NUL after strings in strv_make_nulstr
Zbigniew Jędrzejewski-Szmek
2016-07-17
1
-4
/
+25
*
|
Drop parentheses in two places
Zbigniew Jędrzejewski-Szmek
2016-07-18
1
-2
/
+1
|
/
[next]