summaryrefslogtreecommitdiff
path: root/uri/apr_uri.c
Commit message (Expand)AuthorAgeFilesLines
* * Ensure that apr_uri_unparse does not add scheme to URI ifrpluem2007-12-081-8/+3
* Add better scheme/host parsing to apr_uri.pquerna2007-11-131-22/+19
* Update license headers.jerenkrantz2007-01-151-6/+6
* Rollback 426711.jfclere2006-07-311-1/+0
* Add AJP for Tomcat for example.jfclere2006-07-281-0/+1
* Fix declarations in apr_uri API.niq2005-12-281-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * uri/apr_uri.c (apr_parse_uri): Fix input validation to avoidjorton2004-09-151-5/+5
* Commit Nick Kews patch from bug #28450.dreid2004-06-211-0/+16
* Stop generating the delimiter table. We only have two of them: one forgstein2004-02-211-2/+42
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-161-6/+0
* As identified by Stas, we were segfaulting when ->scheme was omitted towrowe2003-03-031-5/+20
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(),trawick2002-10-071-11/+50
* Renames Pending:thommay2002-07-061-3/+9
* style policejwoolley2002-06-031-122/+135
* Update our copyright for this year.fielding2002-03-131-1/+1
* Apply this optimization to apr_uri.c, where apr_strndup() is used a lot.wrowe2001-12-021-10/+10
* s/APU_URI_/APR_URI_/gdougm2001-08-191-20/+20
* renaming apr_uri_ api:dougm2001-08-191-7/+7
* namespace protection: s/UNP_*/APR_URI_UNP_*/dougm2001-08-191-13/+13
* apr_uri_unparse_components can unparse components into an invalidjerenkrantz2001-08-181-1/+3
* scheme_t is private, not necessary in the public header.wrowe2001-06-131-0/+10
* Get uri itself buildingwrowe2001-05-231-0/+1
* Name protect the default port symbols for each URI scheme.fielding2001-05-221-9/+21
* The content of these files did not originate from NCSA httpd.fielding2001-05-221-4/+0
* Basic changes in apr_uri.c:fielding2001-05-221-29/+26
* Moved from httpd-2.0 without any changesfielding2001-05-221-0/+359