summaryrefslogtreecommitdiffstats
path: root/src/core/base16.c
Commit message (Expand)AuthorAgeFilesLines
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-57/+24Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Rewrite strtoul()Michael Brown2015-02-191-4/+5
* [base16] Fix comparison of signed and unsigned integersMichael Brown2013-11-141-1/+1
* [base16] Ensure base16_encode() always terminates its result stringMichael Brown2013-07-151-0/+4
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-121-24/+48
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [base16] Add generic base16 encoding and decoding routinesMichael Brown2010-05-281-0/+106