summaryrefslogtreecommitdiff
path: root/encoding/apr_base64.c
Commit message (Expand)AuthorAgeFilesLines
* apr_base64: Don't fault with assert() when NDEBUG is defined, abort() directly.Yann Ylavic2023-04-131-9/+22
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* apr_base64: Follow up to r1902206: Cap to APR_BASE64_ENCODE_MAX in apr_pbase6...Yann Ylavic2022-10-171-2/+2
* more whitespaceEric Covener2022-06-281-28/+28
* whitespace onlyEric Covener2022-06-281-16/+16
* detabEric Covener2022-06-281-50/+50
* apr_base64: Make sure encoding/decoding lengths fit in an int >= 0.Yann Ylavic2022-06-231-18/+28
* apr_base64: avoid double NUL termination in apr_pbase64_{encode,decode}()Yann Ylavic2020-11-271-6/+3
* Correct spelling.Graham Leggett2018-06-111-1/+1
* apr_base64_encode_len() already inclues the \0.Dirk-Willem van Gulik2017-01-241-1/+1
* Add apr_pbase64_encode() and apr_pbase64_decode() to encode to/fromGraham Leggett2013-06-061-0/+24
* Correctly document the handling of trailing \0 charactersStefan Fritsch2010-09-101-2/+3
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-7/+7
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+268