cvs commit: apache-1.3/src/main util_uri.c

1999-07-21 Thread martin
martin 99/07/21 05:53:53 Modified:src/main util_uri.c Log: Deal with empty port strings in the URI (http://myhost:/) and detect non-digit port strings. When re-assembling an URL, omit default ports. Revision ChangesPath 1.25 +15 -8

cvs commit: apache-1.3/src/main util_uri.c

1998-07-05 Thread ben
ben 98/07/05 07:21:21 Modified:src/include util_uri.h src/main util_uri.c Log: Another minor constification. Revision ChangesPath 1.9 +1 -1 apache-1.3/src/include/util_uri.h Index: util_uri.h

cvs commit: apache-1.3/src/main util_uri.c

1998-05-30 Thread martin
martin 98/05/29 18:54:30 Modified:src/main util_uri.c Log: When unparsing, it is not guaranteed that parsed_uri.path != NULL. Act defensively. Revision ChangesPath 1.20 +1 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c

cvs commit: apache-1.3/src/main util_uri.c

1998-03-25 Thread martin
martin 98/03/25 07:36:11 Modified:src/main util_uri.c Log: Correct the detection of an invalid port string in parse_uri_components(). Revision ChangesPath 1.13 +1 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c

cvs commit: apache-1.3/src/main util_uri.c

1998-03-25 Thread dgaudet
dgaudet 98/03/25 10:14:57 Modified:src/main util_uri.c Log: Fix Martin's previous checkin... it failed the mod_test_util_uri.c testsuite... Is there some other bug I'm not seeing Martin? There was some bogus code previously (namely the test uptr-port == port... 'cause it was

cvs commit: apache-1.3/src/main util_uri.c

1998-03-14 Thread dgaudet
dgaudet 98/03/13 20:55:05 Modified:src/main util_uri.c Log: dead assignment Revision ChangesPath 1.12 +0 -1 apache-1.3/src/main/util_uri.c Index: util_uri.c === RCS file:

cvs commit: apache-1.3/src/main util_uri.c

1998-03-13 Thread dgaudet
dgaudet 98/03/13 00:13:54 Modified:src/main util_uri.c Log: oops left some turds in the regex code T_AT isn't needed... and it's existence made the scheme stuff a bit wrong Revision ChangesPath 1.10 +0 -10 apache-1.3/src/main/util_uri.c Index:

cvs commit: apache-1.3/src/main util_uri.c

1998-03-01 Thread dgaudet
dgaudet 98/02/28 16:15:43 Modified:src/main util_uri.c Log: indentation tweak Revision ChangesPath 1.5 +2 -2 apache-1.3/src/main/util_uri.c Index: util_uri.c === RCS file:

cvs commit: apache-1.3/src/main util_uri.c

1998-02-28 Thread pcs
pcs 98/02/28 04:22:29 Modified:src ApacheCore.dsp ApacheCore.mak src/main util_uri.c Log: Add uril_uri.c to the Win32 build (required since util_uri_init() is always called from common init, even if WITH_UTIL_URI is off. Also make util_uri.c compile on

cvs commit: apache-1.3/src/main util_uri.c

1998-02-27 Thread martin
martin 98/02/27 07:19:56 Modified:src/include util_uri.h src/main util_uri.c Log: Reflect Year-1998 reality Revision ChangesPath 1.2 +1 -1 apache-1.3/src/include/util_uri.h Index: util_uri.h