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
*
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/ellipsize: do not assume the string is NUL-terminated when length is given
Zbigniew Jędrzejewski-Szmek
2018-06-11
1
-1
/
+1
*
string-util: put together strstrip() from skip_leading_chars() and delete_tra...
Lennart Poettering
2018-06-06
1
-13
/
+2
*
test-ellipsize: add tests for ellipsize_mem, fix bugs
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-23
/
+38
*
basic/string-util: make ellipsize() inline
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-7
/
+0
*
string-util: tweak cellescape() a bit
Lennart Poettering
2018-06-01
1
-12
/
+45
*
basic/string-util: add a convenience function to cescape mostly-ascii fields
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-16
/
+54
*
string-util: use fflush_and_check() where appropriate
Lennart Poettering
2018-04-24
1
-1
/
+2
*
string-util: teach strip_tab_ansi() to deal with CSO sequences
Lennart Poettering
2018-04-24
1
-7
/
+36
*
string-util: tweak ellipsation a bit
Lennart Poettering
2018-04-18
1
-25
/
+68
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
journalctl: add highlighting for matched substring
Zbigniew Jędrzejewski-Szmek
2018-01-28
1
-4
/
+25
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-11
/
+12
*
string-util: rework strextend() to optionally inset separators between each a...
Lennart Poettering
2017-12-05
1
-5
/
+23
*
string-util: update strreplace() a bit, use GREEDY_REALLOC()
Lennart Poettering
2017-11-29
1
-17
/
+13
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
string-util: add delete_trailing_chars() and skip_leading_chars() helpers
Lennart Poettering
2017-11-13
1
-1
/
+30
*
string-util: when ellipsizing to a length if (size_t) -1, become a NOP
Lennart Poettering
2017-11-10
1
-0
/
+8
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-1
/
+1
|
\
|
*
build-sys: change all HAVE_DECL_ macros to HAVE_
Zbigniew Jędrzejewski-Szmek
2017-10-03
1
-1
/
+1
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
|
/
*
string-util: optimize strshorten() a bit
Lennart Poettering
2017-07-31
1
-1
/
+1
*
string-util: add strlen_ptr() helper
Lennart Poettering
2017-07-31
1
-2
/
+2
*
basic: cosmetic changes (#6440)
Yu Watanabe
2017-07-25
1
-1
/
+1
*
basic: use _unlocked() stdio in strip_tab_ansi() (#6385)
Vito Caputo
2017-07-18
1
-7
/
+12
*
treewide: replace homegrown memory_erase with explicit_bzero
Zbigniew Jędrzejewski-Szmek
2017-02-06
1
-5
/
+6
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-4
/
+2
*
Always use unicode ellipsis when ellipsizing
Zbigniew Jędrzejewski-Szmek
2016-09-14
1
-6
/
+6
*
string-util: rework memory_erase() to not use GCC optimize attribute (#3812)
Michael Biebl
2016-07-27
1
-15
/
+11
*
bootctl: move toupper() implementation to string-util.h
Lennart Poettering
2016-07-21
1
-0
/
+19
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2016-01-27
1
-6
/
+7
*
basic: add ascii_strcasecmp_nn() call
Lennart Poettering
2016-01-13
1
-0
/
+15
*
basic: add new ascii_strcasecmp_n() call
Lennart Poettering
2016-01-13
1
-0
/
+15
*
basic: introduce generic ascii_strlower_n() call and make use of it everywhere
Lennart Poettering
2016-01-11
1
-2
/
+21
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+7
*
util-lib: move character class definitions to string-util.h
Lennart Poettering
2015-11-03
1
-1
/
+1
*
string-util: rework memory_erase() so that it cannot be optimized away
Lennart Poettering
2015-11-02
1
-8
/
+23
*
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-11-02
1
-2
/
+2
*
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-11-01
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util: move string_is_safe() to string-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+17
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+767