index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-hexdecoct.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-25
/
+25
*
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-6
/
+6
*
test: add test for the combined base64/base64url decoder
Lennart Poettering
2023-11-03
1
-0
/
+29
*
memory-util: add CLEANUP_ERASE_PTR() macro and use it
Lennart Poettering
2023-01-16
1
-0
/
+17
*
hexdecoct: fix NULL pointer dereferences in hexmem()
Yu Watanabe
2022-12-08
1
-0
/
+19
*
test: add tests for base64_append()
Yu Watanabe
2022-12-08
1
-0
/
+114
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-38
/
+19
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-2
/
+2
*
hexdecoct: optionally, line break base64 encoded data
Lennart Poettering
2021-07-08
1
-0
/
+33
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-7
/
+7
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
1
-1
/
+1
*
tree-wide: various ubsan zero size memory fixes
Lennart Poettering
2018-10-10
1
-1
/
+1
*
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
*
tree-wide: do not wrap assert_se in extra parentheses
Zbigniew Jędrzejewski-Szmek
2018-05-14
1
-2
/
+2
*
test: do not call alloca() inside the list of arguments
Yu Watanabe
2018-05-11
1
-86
/
+57
*
hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()
Yu Watanabe
2018-05-11
1
-10
/
+30
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+2
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-63
/
+63
*
util-lib,tests: rework unbase64 so that we skip over whitespace automatically...
Lennart Poettering
2017-12-03
1
-32
/
+33
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
util-lib: be stricter when decoding hex strings
Lennart Poettering
2016-12-21
1
-13
/
+5
*
tests: move hexdecoct tests to test-hexdecoct.c
Ronny Chevalier
2016-03-03
1
-0
/
+387