summaryrefslogtreecommitdiff
path: root/encoding/apr_base64.c
Commit message (Expand)AuthorAgeFilesLines
* On 'thread-name' branch: Merge changes from trunk.thread-nameivan2022-06-291-50/+50
* apr_base64: Make sure encoding/decoding lengths fit in an int >= 0.ylavic2022-06-231-18/+28
* apr_base64: avoid double NUL termination in apr_pbase64_{encode,decode}()ylavic2020-11-271-6/+3
* Correct spelling.minfrin2018-06-111-1/+1
* apr_base64_encode_len() already inclues the \0.dirkx2017-01-241-1/+1
* Add apr_pbase64_encode() and apr_pbase64_decode() to encode to/fromminfrin2013-06-061-0/+24
* Correctly document the handling of trailing \0 characterssf2010-09-101-2/+3
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-7/+7
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+268