summaryrefslogtreecommitdiff
path: root/uri
Commit message (Collapse)AuthorAgeFilesLines
...
* scheme_t is private, not necessary in the public header.wrowe2001-06-131-0/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58297 13f79535-47bb-0310-9956-ffa450edef68
* Clean up after the relocation of parse_uriwrowe2001-06-061-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58286 13f79535-47bb-0310-9956-ffa450edef68
* Need to specify libtool objects so libtool is used to compile.bjh2001-06-061-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58285 13f79535-47bb-0310-9956-ffa450edef68
* Correct back to 6.0 projectswrowe2001-05-231-3/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58269 13f79535-47bb-0310-9956-ffa450edef68
* Get uri itself buildingwrowe2001-05-232-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58268 13f79535-47bb-0310-9956-ffa450edef68
* ignore generated URI filesfielding2001-05-221-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58264 13f79535-47bb-0310-9956-ffa450edef68
* Name protect the default port symbols for each URI scheme.fielding2001-05-221-9/+21
| | | | | | | Add all of the standardized URL schemes that have default ports. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58262 13f79535-47bb-0310-9956-ffa450edef68
* The content of these files did not originate from NCSA httpd.fielding2001-05-222-8/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58261 13f79535-47bb-0310-9956-ffa450edef68
* Basic changes in apr_uri.c:fielding2001-05-222-29/+36
| | | | | | | | | | | | | | | | | | | | | | 1) Rename from apr_parse_uri_components to apr_uri_parse_components and others along this vein to make all of the functions of the form apr_uri_*. I dropped the second uri in the parse components because it seemed too redundant. 2) uri_components -> apr_uri_components 3) Removed the ap_default_port_for_request function. No one seems to use it anyway. 4) APU_DECLARE added - I imagine that this might break a bunch of stuff in Win32 or other OS builds with foreign dependency files. Any help here is appreciated. This is a start... -- justin Submitted by: Justin Erenkrantz Reviewed by: Roy Fielding git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58260 13f79535-47bb-0310-9956-ffa450edef68
* Moved from httpd-2.0 without any changesfielding2001-05-224-0/+741
| | | | | | | | | | | httpd-2.0/include/util_uri.h --> include/apr_uri.h httpd-2.0/server/util_uri.c --> uri/apr_uri.c httpd-2.0/server/gen_uri_delims.* --> uri/gen_uri_delims.* Obtained from: Apache httpd 2.0.18 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58259 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the inclusion of rules.mk -- no need for top_builddir now thatgstein2001-01-071-2/+1
| | | | | | | we're substituting the whole line. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58032 13f79535-47bb-0310-9956-ffa450edef68
* use the '.include ".../rules.mk"' makefile syntax for the BSDi platform.gstein2001-01-041-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58022 13f79535-47bb-0310-9956-ffa450edef68
* initial population of the APRUTIL module.gstein2000-12-022-0/+7
*) add configure/build system *) add an initial directory layout (from email proposal) *) add the SDBM files as a quick test of the build [ these came from apache-2.0/src/lib/sdbm; no tag ] *) add an empty STATUS file for tracking the project git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57932 13f79535-47bb-0310-9956-ffa450edef68