summaryrefslogtreecommitdiffstats
path: root/src/basenc.c
AgeCommit message (Expand)AuthorLines
2021-08-29basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon-1/+3
2021-08-27basenc: prefer signed to unsigned integersPaul Eggert-101/+87
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-18/+18
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-10-27doc: make blank lines before --help consistentPádraig Brady-1/+0
2020-03-04basenc: avoid undefined behaviour in z85 processingPádraig Brady-2/+5
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-05-11basenc: port to C99Paul Eggert-96/+88
2019-01-05basenc: allocate buffers on heapAssaf Gordon-4/+13
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2019-01-01maint: mention base32 in the title line of common basenc.cBernhard Voelker-3/+1
2019-01-01base64,base32: fix 'extra operand' error messageAssaf Gordon-1/+1
2018-12-27basenc: A new program complementary to base64/base32Assaf Gordon-6/+916
2018-12-21maint: rename base64.c to basenc.cAssaf Gordon-0/+350