summaryrefslogtreecommitdiff
path: root/encoding
Commit message (Collapse)AuthorAgeFilesLines
* Merge r1642159 from trunk:Jeff Trawick2015-04-041-0/+2
| | | | | | | | | | | | Correctly calculate the size of the returned string and set the correct return value in case we actually escape the string. PR: 57230 Submitted by: <aduryagin gmail.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1671289 13f79535-47bb-0310-9956-ffa450edef68
* Backport from trunk:Graham Leggett2014-04-251-0/+71
| | | | | | | | Add apr_escape_ldap() and apr_pescape_ldap(), escaping characters as described by RFC4514 and RFC4515 respectively. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1589981 13f79535-47bb-0310-9956-ffa450edef68
* backport r1552852 from trunk:Eric Covener2013-12-211-7/+38
| | | | | | | | | replace EBCDIC-only remnants of httpd / dependency on apr_xlate that made it into the apr_escape implementation. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1552863 13f79535-47bb-0310-9956-ffa450edef68
* Backport the apr_escape() interface to apr v1.5.Graham Leggett2013-10-091-0/+1150
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1530799 13f79535-47bb-0310-9956-ffa450edef68