summaryrefslogtreecommitdiff
path: root/src/basic/hexdecoct.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* hexdecoct: drop an unnecessary checkYu Watanabe2018-05-111-3/+1
* basic: fix comment styleYu Watanabe2018-05-111-4/+4
* hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-111-15/+51
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-6/+3
* coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* hexdecoct: fix comment typo (#7548)Lennart Poettering2017-12-061-1/+1
* util-lib,tests: rework unbase64 so that we skip over whitespace automatically...Lennart Poettering2017-12-041-73/+96
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-13/+37
|\
| * hexdcoct: dump to stdout if FILE* is specified as NULLLennart Poettering2017-11-171-1/+4
| * hexdecoct: slightly extend the unbase64mem() API and relatedLennart Poettering2017-11-171-12/+33
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* string-util: add strlen_ptr() helperLennart Poettering2017-07-311-1/+2
* hexdecoct: use typesafe new() instead of malloc()Lennart Poettering2017-02-021-2/+2
* util-lib: be stricter when decoding hex stringsLennart Poettering2016-12-211-6/+7
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-5/+5
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-1/+2
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-1/+2
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* resolved: add alignment to base64Zbigniew Jędrzejewski-Szmek2016-01-281-3/+58
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-2/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+697