index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-string-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
string-util: introduce strrepa
Mike Yuan
2023-09-02
1
-0
/
+8
*
string-util: add a function to determine levenshtein distance of two strings
Lennart Poettering
2023-08-21
1
-0
/
+24
*
string-util: add strextendn() helper
Lennart Poettering
2023-06-27
1
-0
/
+18
*
string-util: move version_is_valid() into generic code
Lennart Poettering
2023-06-20
1
-0
/
+10
*
tree-wide: Fix false positives on newer gcc
Daan De Meyer
2023-05-23
1
-1
/
+1
*
string-util: add strstrafter()
Lennart Poettering
2023-04-14
1
-0
/
+17
*
string-util: add new helper for finding line starting with specific string in...
Lennart Poettering
2023-03-24
1
-0
/
+29
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-0
/
+50
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
test-string-util: remove several strdupa() calls
Luca BRUNO
2022-10-24
1
-5
/
+5
*
tree-wide: Fix format specifier warnings for %x
Jan Janssen
2022-08-30
1
-2
/
+2
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-1
/
+1
*
Merge pull request #23504 from keszybz/bls-reordering
Luca Boccassi
2022-05-27
1
-1
/
+24
|
\
|
*
basic/string-util: tweak strverscmp_improved() for some corner cases
Zbigniew Jędrzejewski-Szmek
2022-05-25
1
-1
/
+24
*
|
basic: add helper function to print </==/>
Zbigniew Jędrzejewski-Szmek
2022-05-25
1
-1
/
+1
|
/
*
version comparisons: stop using locale-dependent isdigit()
Zbigniew Jędrzejewski-Szmek
2022-05-19
1
-0
/
+9
*
test-string-util: include a copy of rpm's version comparison tests
Zbigniew Jędrzejewski-Szmek
2022-05-17
1
-29
/
+186
*
string-util: introduce strspn_from_end()
Yu Watanabe
2022-04-19
1
-0
/
+12
*
string-util: introduce string_replace_char()
Yu Watanabe
2022-04-19
1
-0
/
+8
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
fix test-string-util failed when locale is not utf8
yangmingtai
2022-01-11
1
-16
/
+16
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-146
/
+38
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-3
/
+3
*
string-util: introduce streq_skip_trailing_chars()
Antony Deepak Thomas
2021-09-29
1
-0
/
+28
*
string-util: introduce strextendf_with_separator()
Yu Watanabe
2021-05-20
1
-0
/
+14
*
string-util: add strextendf() helper, that allows extending some allocated st...
Lennart Poettering
2021-05-07
1
-0
/
+17
*
basic/group-util: optimize alloca use
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-0
/
+6
*
Fix coverity warning in test-string-util.c
Luca Boccassi
2021-02-10
1
-1
/
+1
*
string-util: introduce strverscmp_improved()
Yu Watanabe
2021-02-09
1
-0
/
+79
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-5
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
test-string-util: stop testing FOREACH_WORD
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-9
/
+17
*
Add string_contains_word_strv()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-0
/
+30
*
basic: add string_contains_word()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-0
/
+54
*
test-string-util,test-extract-word: add log headers
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-8
/
+62
*
test-string-util: add a test for strjoin()
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-0
/
+33
*
string-util: add helper for extracting n'th line of a string
Lennart Poettering
2020-01-13
1
-0
/
+77
*
string-util: let's add helper for truncating string after a specified number ...
Lennart Poettering
2020-01-13
1
-0
/
+72
*
string-util: readd string_erase()
Lennart Poettering
2019-12-04
1
-0
/
+24
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-17
/
+0
*
Remove string_erase
Zbigniew Jędrzejewski-Szmek
2019-07-10
1
-24
/
+0
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
Introduce free_and_strndup and use it in bus-message.c
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-0
/
+62
*
importd, basic/string-util: use case-insensitive comparison for HTTP headers
Dongsu Park
2018-09-03
1
-0
/
+24
*
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
*
test-ellipsize: add tests for ellipsize_mem, fix bugs
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-0
/
+1
*
string-util: tweak cellescape() a bit
Lennart Poettering
2018-06-01
1
-10
/
+68
*
basic/string-util: add a convenience function to cescape mostly-ascii fields
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+25
[next]