summaryrefslogtreecommitdiff
path: root/encoding
Commit message (Expand)AuthorAgeFilesLines
* apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.Yann Ylavic2020-11-271-18/+42
* apr_encode_base32: fix advertised output *len when called with dst == NULL.Yann Ylavic2020-11-271-1/+1
* apr_base64: avoid double NUL termination in apr_pbase64_{encode,decode}()Yann Ylavic2020-11-271-6/+3
* Address some warnings raised by MSVC-32/64.Yann Ylavic2019-04-031-2/+2
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-252-44/+1423
* Correct spelling.Graham Leggett2018-06-111-1/+1
* apr_base64_encode_len() already inclues the \0.Dirk-Willem van Gulik2017-01-241-1/+1
* * Correctly calculate the size of the returned string and set the correctRuediger Pluem2014-11-271-0/+2
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-6/+9
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+68
* replace EBCDIC-only remnants of httpd / dependency on apr_xlate that made itEric Covener2013-12-211-7/+38
* Remove non-portable escaping of the escape character in apr_escape_echo(). En...Graham Leggett2013-10-091-6/+0
* Add apr_pbase64_encode() and apr_pbase64_decode() to encode to/fromGraham Leggett2013-06-061-0/+24
* Add the apr_escape interface.Graham Leggett2013-06-041-0/+1156
* 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