summaryrefslogtreecommitdiffstats
path: root/src/lib/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* lib/hexdump: remove hexdump32 and use hexdump insteadFelix Held2021-05-271-18/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-2/+0
* src: Remove unused include <string.h>Elyes HAOUAS2019-12-261-1/+0
* src/lib/hexdump: Use size_t for indicesElyes HAOUAS2019-07-231-3/+2
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* lib/hexdump: Drop redundant isprint() implementationNico Huber2019-05-131-5/+1
* lib/hexdump: Refactor to skip lines with all ones as wellAlexandru Gagniuc2016-01-221-20/+25
* hexdump: Fix output if length is not a multiple of 16Ben Gardner2015-11-211-7/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel2014-05-051-1/+1
* lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel2014-05-051-31/+31
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-0/+16
* lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc2014-01-141-2/+2
* Add simple hexdump functionStefan Reinauer2013-12-211-0/+65