summaryrefslogtreecommitdiff
path: root/include/apr_escape.h
Commit message (Expand)AuthorAgeFilesLines
* Do not forget to escape characters in the documentation of functions that esc...jailletc362018-08-261-5/+5
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-251-0/+13
* Split the ability to filter LDAP escape sequences into DN escaping or filterminfrin2014-04-211-3/+22
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersminfrin2014-04-211-0/+25
* doxygen fixes for apr_escape APItrawick2013-11-161-13/+13
* Remove reference to the escape character.minfrin2013-10-091-3/+3
* Remove non-portable escaping of the escape character in apr_escape_echo(). En...minfrin2013-10-091-3/+2
* Fix doc errors in APR header files.trawick2013-06-251-5/+5
* Add the apr_escape interface.minfrin2013-06-041-0/+375