index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
hexdecoct.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
hexdecoct: drop an unnecessary check
Yu Watanabe
2018-05-11
1
-3
/
+1
*
basic: fix comment style
Yu Watanabe
2018-05-11
1
-4
/
+4
*
hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()
Yu Watanabe
2018-05-11
1
-15
/
+51
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-6
/
+3
*
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
2018-03-20
1
-1
/
+1
*
hexdecoct: fix comment typo (#7548)
Lennart Poettering
2017-12-05
1
-1
/
+1
*
util-lib,tests: rework unbase64 so that we skip over whitespace automatically...
Lennart Poettering
2017-12-03
1
-73
/
+96
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-13
/
+37
|
\
|
*
hexdcoct: dump to stdout if FILE* is specified as NULL
Lennart Poettering
2017-11-17
1
-1
/
+4
|
*
hexdecoct: slightly extend the unbase64mem() API and related
Lennart Poettering
2017-11-17
1
-12
/
+33
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
string-util: add strlen_ptr() helper
Lennart Poettering
2017-07-31
1
-1
/
+2
*
hexdecoct: use typesafe new() instead of malloc()
Lennart Poettering
2017-02-02
1
-2
/
+2
*
util-lib: be stricter when decoding hex strings
Lennart Poettering
2016-12-21
1
-6
/
+7
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-5
/
+5
*
Merge pull request #2589 from keszybz/resolve-tool-2
Lennart Poettering
2016-02-13
1
-1
/
+2
|
\
|
*
Add memcpy_safe
Zbigniew Jędrzejewski-Szmek
2016-02-11
1
-1
/
+2
*
|
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
|
/
*
resolved: add alignment to base64
Zbigniew Jędrzejewski-Szmek
2016-01-29
1
-3
/
+58
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-2
/
+4
*
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
-0
/
+697