index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
escape.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 8bit-version of get_process_cmdline() and use in cgroup-show.c
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-0
/
+7
*
basic/escape: add truncation to xescape too
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-13
/
+51
*
basic: remove an assertion from cunescape_one
Evgeny Vereshchagin
2018-11-16
1
-1
/
+0
*
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
*
escape: add an explanatory comment about buffer sizes
Lennart Poettering
2018-06-01
1
-0
/
+2
*
basic/journal-importer: do not write non-unicode char to log
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+2
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-2
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
string-util: add strlen_ptr() helper
Lennart Poettering
2017-07-31
1
-1
/
+1
*
Use "dollar-single-quotes" to escape shell-sensitive strings
Zbigniew Jędrzejewski-Szmek
2017-06-20
1
-9
/
+29
*
tree-wide: remove consecutive duplicate words in comments
Stefan Schweter
2016-10-04
1
-1
/
+1
*
Merge pull request #2589 from keszybz/resolve-tool-2
Lennart Poettering
2016-02-13
1
-0
/
+28
|
\
|
*
resolve: parse CAA records
Zbigniew Jędrzejewski-Szmek
2016-02-13
1
-0
/
+28
*
|
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
-4
/
+4
*
basic/escape: merge utf8 and non-utf8 paths in cunescape_one
Zbigniew Jędrzejewski-Szmek
2016-01-18
1
-33
/
+18
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-2
/
+5
*
escape: add cescape_length() call as generalization of cescape()
Lennart Poettering
2015-11-23
1
-5
/
+11
*
util-lib: move character class definitions to string-util.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-11-02
1
-6
/
+6
*
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-11-01
1
-6
/
+6
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-2
/
+2
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+480