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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal-gatewayd: use skip_leading_chars where appropriate
Mike Yuan
2024-04-17
1
-1
/
+1
*
string-util: modernize string_contains_word_strv a bit
Mike Yuan
2024-03-28
1
-1
/
+1
*
Replace strdup_or_null() by strdup_to()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-21
/
+0
*
src/basic: add yet another strdup helper
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-0
/
+6
*
string-util: move startswith_strv to strv
Mike Yuan
2024-01-04
1
-5
/
+0
*
string-util: add strrstr() helper
Lennart Poettering
2024-01-03
1
-0
/
+2
*
string-util: add strdup_or_null() helper
Lennart Poettering
2023-11-07
1
-0
/
+21
*
bootctl: highlight SecureBoot enabled state in green
Lennart Poettering
2023-09-28
1
-0
/
+4
*
string-util: introduce strrepa
Mike Yuan
2023-09-02
1
-0
/
+11
*
string-util: add a function to determine levenshtein distance of two strings
Lennart Poettering
2023-08-21
1
-0
/
+2
*
analyze: don't warn about version spec compliant versions
Joerg Behrmann
2023-07-18
1
-0
/
+2
*
Merge pull request #28132 from rpigott/dhcp-captive-portal
Yu Watanabe
2023-07-03
1
-0
/
+3
|
\
|
*
dhcp-client: parse RFC8910 captive portal dhcp option
Ronan Pigott
2023-06-30
1
-0
/
+3
*
|
string-util: add strextendn() helper
Lennart Poettering
2023-06-27
1
-0
/
+2
|
/
*
string-util: move version_is_valid() into generic code
Lennart Poettering
2023-06-20
1
-0
/
+2
*
journalctl: add --truncate-newline option
zhmylove
2023-06-16
1
-1
/
+4
*
string-util: Add startswith_strv()
Daan De Meyer
2023-04-20
1
-0
/
+5
*
string-util: add strstrafter()
Lennart Poettering
2023-04-14
1
-0
/
+12
*
string-util: add new helper for finding line starting with specific string in...
Lennart Poettering
2023-03-24
1
-0
/
+2
*
string-util: add common implementation of function that converts sized charac...
Lennart Poettering
2023-01-21
1
-0
/
+10
*
string-util: add new strdupcspn()/strdupspn()
Lennart Poettering
2023-01-20
1
-0
/
+3
*
string-util: rework empty_to_null() to not change "const" qualifier of input
Lennart Poettering
2022-12-21
1
-3
/
+12
*
string-util: make free_and_strdup_warn() return 1 when new string is assigned
Yu Watanabe
2022-10-24
1
-2
/
+5
*
basic: Add strgrowpad0()
Daan De Meyer
2022-09-23
1
-0
/
+2
*
fundamental: Move some helpers into string-util-fundamental
Jan Janssen
2022-05-21
1
-11
/
+0
*
string-util: introduce strspn_from_end()
Yu Watanabe
2022-04-19
1
-0
/
+2
*
string-util: introduce string_replace_char()
Yu Watanabe
2022-04-19
1
-0
/
+2
*
core: shorten long unit names that are based on paths and append path hash at...
Michal Sekletar
2022-04-08
1
-11
/
+12
*
udev/net_id: add debug logging for construction of device names
Zbigniew Jędrzejewski-Szmek
2021-12-17
1
-0
/
+4
*
string-util: introduce streq_skip_trailing_chars()
Antony Deepak Thomas
2021-09-29
1
-0
/
+2
*
sd-boot: Add memmem_safe and memory_startswith
Jan Janssen
2021-08-16
1
-16
/
+0
*
string-util: introduce strextendf_with_separator()
Yu Watanabe
2021-05-20
1
-2
/
+2
*
string-util: explicitly cast character to unsigned
Yu Watanabe
2021-05-08
1
-1
/
+6
*
string-util: fix build error on aarch64
Yu Watanabe
2021-05-07
1
-1
/
+1
*
Merge pull request #18863 from keszybz/cmdline-escaping
Lennart Poettering
2021-05-07
1
-8
/
+7
|
\
|
*
basic/string-util: simplify how str_realloc() is used
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-8
/
+4
|
*
basic/string-util: split out helper function
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+3
*
|
string-util: add strextendf() helper, that allows extending some allocated st...
Lennart Poettering
2021-05-07
1
-0
/
+2
|
/
*
fundamental: move several macros and functions into src/fundamental/
Yu Watanabe
2021-02-09
1
-47
/
+1
*
Add helper for case-independent string equality checks
Matthias Klumpp
2021-01-12
1
-0
/
+4
*
string-util: imply NULL termination of strextend() argument list
Lennart Poettering
2021-01-06
1
-2
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #17324 from keszybz/resolvectl-compat-output
Lennart Poettering
2020-10-22
1
-0
/
+4
|
\
|
*
resolvectl: use compat status string instead of a field-by-field table
Zbigniew Jędrzejewski-Szmek
2020-10-20
1
-0
/
+4
*
|
tests: add helper function to autodetect CI environments
Zbigniew Jędrzejewski-Szmek
2020-10-22
1
-0
/
+6
|
/
*
Remove FOREACH_WORD and friends
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-18
/
+0
*
Add string_contains_word_strv()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-1
/
+5
*
basic: add string_contains_word()
Zbigniew Jędrzejewski-Szmek
2020-09-04
1
-0
/
+1
*
basic/string-util: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-11
/
+5
*
Introduce strcasecmp_ptr() and use it in a few places
Zbigniew Jędrzejewski-Szmek
2020-06-03
1
-0
/
+1
[next]