index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
string-util.c
Age
Commit message (
Expand
)
Author
2016-09-13
Always use unicode ellipsis when ellipsizing
Zbigniew Jędrzejewski-Szmek
2016-07-26
string-util: rework memory_erase() to not use GCC optimize attribute (#3812)
Michael Biebl
2016-07-21
bootctl: move toupper() implementation to string-util.h
Lennart Poettering
2016-02-22
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-27
utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2016-01-13
basic: add ascii_strcasecmp_nn() call
Lennart Poettering
2016-01-13
basic: add new ascii_strcasecmp_n() call
Lennart Poettering
2016-01-11
basic: introduce generic ascii_strlower_n() call and make use of it everywhere
Lennart Poettering
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-03
util-lib: move character class definitions to string-util.h
Lennart Poettering
2015-11-02
string-util: rework memory_erase() so that it cannot be optimized away
Lennart Poettering
2015-11-02
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-10-31
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util: move string_is_safe() to string-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering