summaryrefslogtreecommitdiff
path: root/encoding/apr_encode.c
Commit message (Expand)AuthorAgeFilesLines
* encoding: Better check inputs of apr_{encode,decode}_* functions.ylavic2022-06-271-632/+766
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.ylavic2020-11-271-18/+42
* apr_encode_base32: fix estimated output *len (when called with src == NULL).ylavic2020-11-271-1/+1
* Address some warnings raised by MSVC-32/64.ylavic2019-04-031-2/+2
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-251-0/+1419