summaryrefslogtreecommitdiff
path: root/include/apr_escape.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-1/+1
* Do not forget to escape characters in the documentation of functions that esc...Christophe Jaillet2018-08-261-5/+5
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-251-0/+13
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-3/+22
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+25
* doxygen fixes for apr_escape APIJeff Trawick2013-11-161-13/+13
* Remove reference to the escape character.Graham Leggett2013-10-091-3/+3
* Remove non-portable escaping of the escape character in apr_escape_echo(). En...Graham Leggett2013-10-091-3/+2
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-5/+5
* Add the apr_escape interface.Graham Leggett2013-06-041-0/+375