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
*
escape: fix operator precedence in overflow check
Luca Boccassi
2024-03-07
1
-1
/
+1
*
escape: teach octescape() to work with NUL terminated strings
Lennart Poettering
2024-03-05
1
-0
/
+6
*
escape: introduce decescape
Ronan Pigott
2024-01-16
1
-0
/
+27
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-2
/
+2
*
escape: add missing non-NULL parameter assertions
msizanoen1
2023-03-02
1
-0
/
+2
*
escape: Ensure that output is always valid UTF-8
msizanoen1
2023-03-02
1
-7
/
+18
*
escape: fix wrong octescape of bad character
Yu Watanabe
2022-12-06
1
-15
/
+14
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
escape: return unused memory in quote_command_line()
Lennart Poettering
2021-11-11
1
-1
/
+1
*
escape: add flags argument to quote_command_line()
Lennart Poettering
2021-11-11
1
-2
/
+2
*
Merge pull request #20186 from keszybz/coverity-fixes
Luca Boccassi
2021-07-09
1
-15
/
+15
|
\
|
*
core: drop unnecessary initialization
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-0
/
+1
|
*
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-1
/
+1
|
*
basic/escape: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-14
/
+13
*
|
basic/escape: add helper for quoting command lines
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-0
/
+21
|
/
*
basic/escape: allow truncation mode where "…" is always appended
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+12
*
basic/escape: flagsify xescape_full()
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-7
/
+8
*
basic/escape: escape control characters, but not utf-8, in shell quoting
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-27
/
+20
*
basic/escape: always escape newlines in shell_escape()
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-5
/
+4
*
basic/escape: add mode where empty arguments are still shown as ""
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-0
/
+3
*
Flagsify EscapeStyle and make ESCAPE_BACKSLASH_ONELINE implicit
Zbigniew Jędrzejewski-Szmek
2021-04-01
1
-20
/
+11
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-5
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/escape: use consistent location for "*" in function declarations
Zbigniew Jędrzejewski-Szmek
2020-08-31
1
-7
/
+7
*
shared/escape: add new escape style with \n\t escaped
Zbigniew Jędrzejewski-Szmek
2020-04-09
1
-6
/
+12
*
escape: introduce UNESCAPE_ACCEPT_NUL flag
Yu Watanabe
2020-01-27
1
-6
/
+6
*
escape: make cunescape() and cunescape_length() inline
Yu Watanabe
2020-01-27
1
-8
/
+0
*
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
[next]