summaryrefslogtreecommitdiff
path: root/src/test/test-hexdecoct.c
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* tree-wide: some automatic coccinelle fixes (#10463)Lennart Poettering2018-10-201-1/+1
* tree-wide: various ubsan zero size memory fixesLennart Poettering2018-10-101-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-141-2/+2
* test: do not call alloca() inside the list of argumentsYu Watanabe2018-05-111-86/+57
* hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-111-10/+30
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-63/+63
* util-lib,tests: rework unbase64 so that we skip over whitespace automatically...Lennart Poettering2017-12-041-32/+33
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: be stricter when decoding hex stringsLennart Poettering2016-12-211-13/+5
* tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-031-0/+387