summaryrefslogtreecommitdiff
path: root/src/lib/hexdump.c
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2019-12-26src: Remove unused include <string.h>Elyes HAOUAS
2019-07-23src/lib/hexdump: Use size_t for indicesElyes HAOUAS
2019-06-24add ctype.h headerJoel Kitching
2019-05-13lib/hexdump: Drop redundant isprint() implementationNico Huber
2016-01-22lib/hexdump: Refactor to skip lines with all ones as wellAlexandru Gagniuc
2015-11-21hexdump: Fix output if length is not a multiple of 16Ben Gardner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2014-05-05lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel
2014-05-05lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-01-14lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc
2013-12-21Add simple hexdump functionStefan Reinauer