pcs 96/10/28 08:05:49
Modified:src http_protocol.c httpd.h mod_mime.c
Log:
Reviewed By: Brian Behlendorf, Dirk vanGulik
Allow each resource to have more than one content-language associated with
it. Update mod_mime to allow files to have multiple language extensions
brian 96/09/29 22:56:29
Modified:src http_protocol.c httpd.h util.c
Log:
Reviewed by: Roy Fielding, Brian Behlendorf
Submitted by: Tom Tromey
HTTP/1.0 compliance.
Revision ChangesPath
1.51 +5 -7 apache/src/http_protocol.c
Index: http_protoco
mjc 96/09/24 05:45:04
Modified:src http_protocol.c httpd.h mod_negotiation.c CHANGES
Log:
Submitted by: Paul Sutton <[EMAIL PROTECTED]>
Reviewed by: Mark Cox, Alexei Kosut, Roy Fielding, Brian Behlendorf
Negotiation updated to implement all aspects of HTTP/1.1, inclu
akosut 96/09/02 17:31:29
Modified:src http_protocol.c httpd.h
Log:
Upgrade protocol version to 1.1. Clean up persistent connection support
a bit.
Reviewed by: Rob Hartill, Jim Jagielski, Chuck Murcko, Roy T. Fielding
Revision ChangesPath
1.45 +14 -24
akosut 96/08/15 12:22:41
Modified:src http_protocol.c httpd.h mod_negotiation.c
Log:
Send 406 instead of 404 response when an acceptable variant is not
found.
Revision ChangesPath
1.36 +8 -1 apache/src/http_protocol.c
Index: http_protocol.c
=
akosut 96/08/06 18:27:59
Modified:src http_protocol.c httpd.h
Log:
Make multipart/byteranges boundaries somewhat random, instead of static.
Revision ChangesPath
1.35 +8 -6 apache/src/http_protocol.c
Index: http_protocol.c
==
ben 96/03/26 12:31:32
Modified:src http_protocol.c httpd.h mod_proxy.c mod_status.c
scoreboard.h
Log:
Damn, two fixes in one.
1. Move some definitions around for mod_status.
2. Fix a missing NULL in pstrcat, and an uninitialized variable in
mod_