cvs commit: apache/src util_script.c

1996-08-06 Thread Ben Laurie
ben 96/08/06 11:30:40 Modified:src util_script.c Log: Undo accidental change... Revision ChangesPath 1.18 +1 -1 apache/src/util_script.c Index: util_script.c === RCS file:

cvs commit: apache/src alloc.c alloc.h http_config.h mod_cgi.c util_script.c util_script.h

1996-08-06 Thread Alexei Kosut
). */ ! #define MODULE_MAGIC_NUMBER 19960806 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, 0, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific 1.13 +235 -39 apache/src/mod_cgi.c Index: mod_cgi.c

cvs commit: apache/src mod_log_config.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 12:33:32 Modified:src mod_log_config.c Log: Add %v, %p, %T and %{}t directives to mod_log_config. Revision ChangesPath 1.8 +46 -30apache/src/mod_log_config.c Index: mod_log_config.c

cvs commit: apache/src mod_include.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 17:15:06 Modified:src mod_include.c Log: Add XSSI functionality. Submitted by: Howard Fear Reviewed by: Alexei Kosut, Rob Hartill, Randy Terbush Revision ChangesPath 1.13 +936 -78 apache/src/mod_include.c Index: mod_include.c

cvs commit: apache/src http_protocol.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 17:43:09 Modified:src http_protocol.c Log: Improve ordering of the if that checks for keepalivability; put the scalar comparisons before the string checks. Submitted by: Roy T. Fielding Revision ChangesPath 1.33 +7 -7

cvs commit: apache/src http_protocol.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 17:46:52 Modified:src http_protocol.c Log: Don't override an existing Connection: header. Submitted by: Roy T. Fielding Revision ChangesPath 1.34 +2 -2 apache/src/http_protocol.c Index: http_protocol.c