summaryrefslogtreecommitdiff
path: root/include/apr_escape.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905407 13f79535-47bb-0310-9956-ffa450edef68
* Do not forget to escape characters in the documentation of functions that ↵Christophe Jaillet2018-08-261-5/+5
| | | | | | escape characters, otherwise they look as no-op :) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839186 13f79535-47bb-0310-9956-ffa450edef68
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-251-0/+13
| | | | | | | | compliant BASE64, BASE64URL, BASE32, BASE32HEX and BASE16 encode/decode functions. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1834371 13f79535-47bb-0310-9956-ffa450edef68
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-3/+22
| | | | | | | escaping, allowing the option to escape both at the same time. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1588937 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+25
| | | | | | | as described by RFC4514 and RFC4515 respectively. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1588878 13f79535-47bb-0310-9956-ffa450edef68
* doxygen fixes for apr_escape APIJeff Trawick2013-11-161-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1542601 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to the escape character.Graham Leggett2013-10-091-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1530800 13f79535-47bb-0310-9956-ffa450edef68
* Remove non-portable escaping of the escape character in apr_escape_echo(). ↵Graham Leggett2013-10-091-3/+2
| | | | | | | | | Ensure test case runs correctly on Windows and OS/2. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1530786 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-5/+5
| | | | | | | | PR: 55133 Submitted by: Mike Rumph <mike.rumph oracle.com> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1496407 13f79535-47bb-0310-9956-ffa450edef68
* Add the apr_escape interface.Graham Leggett2013-06-041-0/+375
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1489517 13f79535-47bb-0310-9956-ffa450edef68