summaryrefslogtreecommitdiff
path: root/base64.c
Commit message (Expand)AuthorAgeFilesLines
* base64: fix possible null pointer dereferencePetr Štetiar2019-11-241-0/+6
* iron out all extra compiler warningsPetr Štetiar2019-11-201-2/+3
* b64_encode(): fixed input[] not initialized warn under gcc 4.4.5Bachtin, Dmitri2015-09-091-1/+1
* add a base64 implementation (based on FreeBSD code)Felix Fietkau2015-05-081-0/+327