index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
string-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-21
/
+21
*
string-util: modernize first_word a bit
Mike Yuan
2024-06-15
1
-20
/
+9
*
string-util: use mempcpy where appropriate
Mike Yuan
2024-04-17
1
-2
/
+1
*
string-util: use special_glyph() at one more place
Yu Watanabe
2024-04-17
1
-18
/
+7
*
string-util: correct comment in strextendf_with_separator
Mike Yuan
2024-04-12
1
-1
/
+1
*
string-util: add missing assertion in cellescape
Mike Yuan
2024-04-03
1
-1
/
+3
*
string-util: modernize string_contains_word_strv a bit
Mike Yuan
2024-03-28
1
-7
/
+5
*
basic/string-util: use strdup_to() in string_extract_line()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-27
/
+6
*
src/basic: add yet another strdup helper
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-0
/
+18
*
string-util: allow taking SIZE_MAX as size to shorten to
Lennart Poettering
2024-03-06
1
-0
/
+3
*
tree-wide: replace string functions with fundamental functions
Rose
2024-01-11
1
-11
/
+7
*
string-util: fix typo
Yu Watanabe
2024-01-05
1
-2
/
+2
*
string-util: move startswith_strv to strv
Mike Yuan
2024-01-04
1
-12
/
+0
*
string-util: use strneq
Mike Yuan
2024-01-04
1
-1
/
+1
*
string-util: add strrstr() helper
Lennart Poettering
2024-01-03
1
-0
/
+23
*
string-util: make strgrowpad0() a bit safer
Lennart Poettering
2023-09-25
1
-1
/
+10
*
string-util: add a function to determine levenshtein distance of two strings
Lennart Poettering
2023-08-21
1
-0
/
+64
*
analyze: don't warn about version spec compliant versions
Joerg Behrmann
2023-07-18
1
-0
/
+10
*
tree-wide: a bunch of Coccinelle-suggested tweaks
Frantisek Sumsal
2023-07-14
1
-2
/
+1
*
Merge pull request #28164 from poettering/replace-env-var-fixes
Luca Boccassi
2023-06-28
1
-0
/
+27
|
\
|
*
string-util: add strextendn() helper
Lennart Poettering
2023-06-27
1
-0
/
+27
*
|
string-util: pass ANSI sequences through unchanged
Zbigniew Jędrzejewski-Szmek
2023-06-28
1
-32
/
+131
|
/
*
string-util: move version_is_valid() into generic code
Lennart Poettering
2023-06-20
1
-0
/
+15
*
journalctl: add --truncate-newline option
zhmylove
2023-06-16
1
-2
/
+7
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-13
/
+7
*
Merge pull request #27770 from mrc0mmand/more-nallocfuzz-shenanigans
Yu Watanabe
2023-05-25
1
-7
/
+10
|
\
|
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-7
/
+10
*
|
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-2
/
+1
|
/
*
string-util: Add startswith_strv()
Daan De Meyer
2023-04-20
1
-0
/
+12
*
string-util: add new helper for finding line starting with specific string in...
Lennart Poettering
2023-03-24
1
-0
/
+23
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-0
/
+43
*
string-util: add new strdupcspn()/strdupspn()
Lennart Poettering
2023-01-20
1
-0
/
+16
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
basic: Add strgrowpad0()
Daan De Meyer
2022-09-23
1
-0
/
+13
*
string-util: introduce strspn_from_end()
Yu Watanabe
2022-04-19
1
-0
/
+15
*
string-util: introduce string_replace_char()
Yu Watanabe
2022-04-19
1
-0
/
+12
*
string-util: introduce streq_skip_trailing_chars()
Antony Deepak Thomas
2021-09-29
1
-0
/
+16
*
string-util: introduce strextendf_with_separator()
Yu Watanabe
2021-05-20
1
-13
/
+18
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
*
alloc-util: introduce MALLOC_SIZEOF_SAFE() helper
Lennart Poettering
2021-05-19
1
-2
/
+2
*
Merge pull request #18863 from keszybz/cmdline-escaping
Lennart Poettering
2021-05-07
1
-26
/
+11
|
\
|
*
basic/string-util: inline iterator variable declarations
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-22
/
+10
|
*
basic/string-util: split out helper function
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+1
*
|
string-util: add strextendf() helper, that allows extending some allocated st...
Lennart Poettering
2021-05-07
1
-0
/
+81
|
/
*
Drop parens from around already-parenthesized defines
Zbigniew Jędrzejewski-Szmek
2021-03-05
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-3
/
+3
*
fundamental: move several macros and functions into src/fundamental/
Yu Watanabe
2021-02-09
1
-58
/
+0
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-3
/
+2
*
string-util: use GREEDY_ALLOC_ROUND_UP() in strextend()
Lennart Poettering
2021-01-06
1
-1
/
+1
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-10
/
+10
[next]