cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:39:42 Modified:src/main http_request.c Log: When calling rename_original_environment we should be creating the new table in the environment of the subrequest, not the main request. Otherwise it will consume memory when it shouldn't be... and will trigger

cvs commit: apachen/src/main http_request.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 18:41:13 Modified:src/main http_request.c Log: Oh nevermind. I didn't realise internal redirected requests shared the same pool as the main request. That's odd, maybe there's some savings to be had... some other day. Revision ChangesPath 1.103

cvs commit: apachen/src/main http_request.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:48:14 Modified:src CHANGES src/main http_request.c Log: We need to eat the request body, if any, in die() in order to continue a keep-alive session. PR: 1399 Submitted by: Roy Fielding Reviewed by: Martin Kraemer, Dean

cvs commit: apachen/src/main http_request.c

1998-01-08 Thread marc
marc98/01/07 19:56:09 Modified:src/main http_request.c Log: Move os_canonical_filename call to after the section where !os_is_path_absolute names are dealt with to prevent bogus munging of things like proxy: May(?) still cause problems with regex stuff, but fixes proxy

cvs commit: apachen/src/main http_request.c

1997-12-31 Thread dgaudet
dgaudet 97/12/31 13:39:27 Modified:src/main http_request.c Log: change comment Revision ChangesPath 1.96 +3 -3 apachen/src/main/http_request.c Index: http_request.c === RCS file:

Re: cvs commit: apachen/src/main http_request.c

1997-12-31 Thread Marc Slemko
On 31 Dec 1997 [EMAIL PROTECTED] wrote: dgaudet 97/12/31 13:39:27 Modified:src/main http_request.c Log: change comment Revision ChangesPath 1.96 +3 -3 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/main http_request.c

1997-12-26 Thread ben
ben 97/12/26 07:17:52 Modified:src/main http_request.c Log: Replace some absolute path tests. Revision ChangesPath 1.95 +2 -11 apachen/src/main/http_request.c Index: http_request.c ===

cvs commit: apachen/src/main http_request.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:15:14 Modified:src/main http_request.c Log: Fix an off-by-one error introduced in one of the directory_walk optimizations. Reviewed by: Jim Jagielski, Rob Hartill Revision ChangesPath 1.89 +3 -1 apachen/src/main/http_request.c

cvs commit: apachen/src/main http_request.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:04:46 Modified:src/main http_request.c Log: Fix wildcarding of special directories like proxy: Reviewed by: Jim Jagielski Revision ChangesPath 1.86 +1 -1 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/main http_request.c

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:53:25 Modified:src/main http_request.c Log: Cleanup an ifdef section so that it is readable by mere mortals (and indent, which puked rather badly on the interleaved elses). Revision ChangesPath 1.84 +21 -14apachen/src/main/http_request.c

cvs commit: apachen/src/main http_request.c http_request.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 05:16:57 Modified:src INDENT src/main http_request.c http_request.h Log: Reformatted http_request.* according to style guide. Revision ChangesPath 1.9 +4 -3 apachen/src/INDENT Index: INDENT

cvs commit: apachen/src/main http_request.c

1997-08-31 Thread Ben Laurie
ben 97/08/31 09:28:52 Modified:src/main http_request.c Log: Temporary(?) fix for Win32 Auth not working. Revision ChangesPath 1.80 +3 -0 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/main http_request.c http_request.h http_config.h

1997-08-25 Thread Rodent of Unusual Size
coar97/08/25 09:02:31 Modified:src CHANGES src/main http_request.c http_request.h http_config.h Log: Add r-mtime field to reduce gratuitous date parsing, and update_mtime() function to advance it as needed. (This will be used by the