cvs commit: apache/src CHANGES http_protocol.c

1997-02-16 Thread Roy Fielding
fielding97/02/16 22:05:02 Modified:src CHANGES http_protocol.c Log: Retain persistence on a 204 (No Content) response. Correct send_http_trace() to use r->the_request instead of constructing the request-line from its parsed components. Submitted by: Dean Gaudet Revie

cvs commit: apache/src CHANGES mod_include.c

1997-02-16 Thread Roy Fielding
fielding97/02/16 21:22:58 Modified:src CHANGES mod_include.c Log: Added double-buffering to mod_include to improve performance on server-side includes. Submitted by: Marc Slemko Reviewed by: Roy Fielding, Brian Behlendorf, Dean Gaudet Revision ChangesPath 1

cvs commit: apache/src/regex cclass.h cname.h debug.c engine.c main.c regcomp.c regerror.c regex2.h regexec.c

1997-02-16 Thread Roy Fielding
fielding97/02/16 20:52:44 Modified:src CHANGES src/regex cclass.h cname.h debug.c engine.c main.c regcomp.c regerror.c regex2.h regexec.c Log: Fixed compiler warnings in the regex library. Submitted by: Dean Gaudet Reviewed by: Ma

cvs commit: apache/src mod_imap.c CHANGES

1997-02-16 Thread Marc Slemko
marc97/02/16 16:45:08 Modified:src mod_imap.c CHANGES Log: Fix possibly infinite loop in mod_imap. Note that the base directive in an imagemap file is parsed incorrectly and relative directories are done incorrectly; this does not fix that, but just avoids the loop.

cvs commit: apache/src CHANGES http_main.c

1997-02-16 Thread Roy Fielding
fielding97/02/16 15:32:34 Modified:src CHANGES http_main.c Log: Rearranged main child loop to remove duplication of code in select/accept and keep-alive requests, fixed several bugs regarding checking scoreboard_image for exit indication and failure to account for all suc

cvs commit: apache/src httpd.h

1997-02-16 Thread Marc Slemko
marc97/02/16 14:59:05 Modified:src httpd.h Log: Add strerror() prototype for those platforms where we supply our own. Reviewed by: Dean Gaudet, Randy Terbush Revision ChangesPath 1.87 +5 -1 apache/src/httpd.h Index: httpd.h ==

cvs commit: apache/src CHANGES httpd.h

1997-02-16 Thread Marc Slemko
marc97/02/16 14:48:27 Modified:conf httpd.conf-dist htdocs/manual/mod core.html src CHANGES httpd.h Log: Reduce default timeout to 300 seconds all around. Not reduced further because there are still likely some odd snippets of code tha