cvs commit: apache/src http_protocol.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:24:34 Modified:src http_protocol.c Log: I'm on a roll tonight. Fix a bug with HTTP/1.1 and the recent hashed ip-vhosts commit. Revision ChangesPath 1.151 +3 -0 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 19:55:12 Modified:src http_protocol.c Log: Change set_last_modified to something that Roy and I are both happy with. Reviewed by: Roy Fielding Revision ChangesPath 1.149 +9 -3 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 14:35:59 Modified:src http_protocol.c Log: Reverse this change for now, waiting for Roy's comments on another alternative. Revision ChangesPath 1.148 +3 -2 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c http_request.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_digest.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 01:02:09 Modified:src http_protocol.c http_request.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_digest.c Log: Move the proxy auth status test into die() so that nothing else reall

cvs commit: apache/src http_protocol.c

1997-07-15 Thread Roy Fielding
fielding97/07/15 08:52:44 Modified:src http_protocol.c Log: commento Revision ChangesPath 1.137 +3 -3 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /export/home/cvs/a

cvs commit: apache/src http_protocol.c CHANGES

1997-07-05 Thread Rodent of Unusual Size
coar97/07/05 07:54:00 Modified:src http_protocol.c CHANGES Log: Changed the default text of the 404 message from "File Not Found" to simply "Not Found", as described in RFC2068. After all, the request might have been for a non-file resource. Oh, and

cvs commit: apache/src http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 23:50:32 Modified:src Tag: APACHE_1_2_X http_protocol.c http_request.c httpd.h Log: We can use read_length instead of adding the new field begun_read_body. Revision ChangesPath No revision No

cvs commit: apache/src http_protocol.c http_request.c httpd.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 23:46:05 Modified:src http_protocol.c http_request.c httpd.h Log: We can use read_length instead of adding the new field begun_read_body. Submitted by: Roy Fielding Reviewed by: Dean Gaudet Revision ChangesPath 1.131 +1 -4 apache/sr

cvs commit: apache/src http_protocol.c

1997-06-29 Thread Dean Gaudet
dgaudet 97/06/29 10:56:48 Modified:src http_protocol.c Log: Turn an O(n^2) loop into an O(n) loop. Revision ChangesPath 1.129 +3 -2 apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:43:55 Modified:src http_protocol.c Log: Fix VC++ warnings. Revision ChangesPath 1.128 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /export/

cvs commit: apache/src http_protocol.c

1997-02-19 Thread Alexei Kosut
akosut 97/02/19 17:23:25 Modified:src http_protocol.c Log: Add a check for MSIE 3 to send multipart/x-byteranges instead of byteranges. Remove quotes from the boundary string (MSIE has problems with them). Reviewed by: Paul, Jim, Ben Revision ChangesPath 1.1

cvs commit: apache/src http_protocol.c

1997-02-10 Thread Alexei Kosut
akosut 97/02/10 22:33:36 Modified:src http_protocol.c Log: Add Content-Length header to multipart/byteranges responses. Reviewed by: Roy T. Fielding, Dean Guadet Revision ChangesPath 1.99 +49 -11apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1997-01-29 Thread Roy Fielding
fielding97/01/29 19:46:14 Modified:src http_protocol.c Log: Also allow WWW-Authenticate to be sent on 304 response. Submitted by: Doug MacEachern Revision ChangesPath 1.97 +1 -0 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c mod_access.c

1997-01-12 Thread Ben Laurie
ben 97/01/12 08:53:15 Modified:src http_protocol.c mod_access.c Log: Add HTTP/1.0 response forcing, and access control via environment variables. Revision ChangesPath 1.89 +6 -1 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c http_protocol.h

1997-01-10 Thread Alexei Kosut
akosut 97/01/10 11:28:55 Modified:src http_protocol.c http_protocol.h Log: Add rflush() function. Reviewed by: Dirk van Gulik, Chuck Murcko, Randy Terbush Revision ChangesPath 1.88 +4 -0 apache/src/http_protocol.c Index: http_protocol.c ==

cvs commit: apache/src http_protocol.c

1996-12-06 Thread Ben Laurie
ben 96/12/06 09:12:15 Modified:src http_protocol.c Log: Content-Language typo. Revision ChangesPath 1.81 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /exp

cvs commit: apache/src http_protocol.c

1996-12-03 Thread Roy Fielding
fielding96/12/03 10:43:23 Modified:src http_protocol.c Log: Flag a side-effect. Ugh. Revision ChangesPath 1.80 +5 -0 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /

cvs commit: apache/src http_protocol.c

1996-11-30 Thread Roy Fielding
fielding96/11/30 21:34:12 Modified:src http_protocol.c Log: We need to allow HEAD wherever GET is allowed. Reviewed by: Alexei Kosut, Randy Terbush Revision ChangesPath 1.78 +1 -1 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1996-11-23 Thread Brian Behlendorf
brian 96/11/23 12:51:47 Modified:src http_protocol.c Log: Reviewed by: Brian Behlendorf, others Submitted by: Rob Hartill Fixed mistaken byte counting in server-side includes. Revision ChangesPath 1.76 +2 -1 apache/src/http_protocol.c Index:

cvs commit: apache/src http_protocol.c

1996-11-13 Thread Brian Behlendorf
brian 96/11/13 23:35:51 Modified:src http_protocol.c Log: Submitted by: Alexei Kosut Here's a patch that provides a number of fixes to chunked transfer-coded input when using get_client_block: 1) Correctly works with 1-byte reads (like content-lengthed reads, wh

cvs commit: apache/src http_protocol.c

1996-11-07 Thread Roy Fielding
fielding96/11/07 18:51:36 Modified:src http_protocol.c Log: More tweaks to the ordering of conditional request headers. If If-None-Match is included and fails, then If-Modified-Since should not be checked. Likewise for If-Match and If-Unmodified-Since. This allows the mo

cvs commit: apache/src http_protocol.c

1996-11-06 Thread Roy Fielding
fielding96/11/06 03:23:09 Modified:src http_protocol.c Log: Its a good thing to handle error condition from time system call. Doh! Revision ChangesPath 1.72 +3 -0 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c mod_log_config.c

1996-11-03 Thread Jim Jagielski
jim 96/11/03 17:06:12 Modified:src http_protocol.c mod_log_config.c Log: -Wall cleanups, continued Revision ChangesPath 1.70 +1 -1 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-11-03 Thread Brian Behlendorf
brian 96/11/03 13:36:17 Modified:src http_protocol.c Log: Reviewed by: Brian Behlendorf Submitted by: Chuck Murcko Fixed -Wall warning. Woohoo! Revision ChangesPath 1.69 +2 -2 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-10-31 Thread Brian Behlendorf
brian 96/10/31 09:36:23 Modified:src http_protocol.c Log: Reversing earlier patch - L not allowed for x on some platforms, and this isn't the right fix anyways. Revision ChangesPath 1.68 +1 -1 apache/src/http_protocol.c Index: http_protocol.c ==

cvs commit: apache/src http_protocol.c

1996-10-30 Thread Brian Behlendorf
brian 96/10/30 18:08:52 Modified:src http_protocol.c Log: yet another -Wall warning squished. Revision ChangesPath 1.67 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === R

cvs commit: apache/src http_protocol.c httpd.h mod_mime.c

1996-10-28 Thread Paul Sutton
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

cvs commit: apache/src http_protocol.c

1996-10-23 Thread Brian Behlendorf
brian 96/10/23 11:13:56 Modified:src http_protocol.c Log: Reviewed by: Alexei Kosut <[EMAIL PROTECTED]> Submitted by: Mark Brown <[EMAIL PROTECTED]> The get_client_block function arbitrarily tosses one byte of the caller's buffer. Thus if the caller's buffer is a s

cvs commit: apache/src http_protocol.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 13:57:55 Modified:src http_protocol.c Log: Added a comment as to why the H1 text is "4 +". Revision ChangesPath 1.64 +2 -0 apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c

1996-10-22 Thread Brian Behlendorf
brian 96/10/22 13:56:00 Modified:src http_protocol.c Log: Reviewed by: Roy Fielding, James Cloos Submitted by: Alexei Kosut Modified text of error messages to not have error code. Revision ChangesPath 1.63 +2 -1 apache/src/http_protocol.c I

cvs commit: apache/src http_protocol.c http_request.c http_request.h httpd.h util.c util_script.c util_script.h

1996-10-20 Thread Ben Laurie
ben 96/10/20 13:45:56 Modified:src http_protocol.c http_request.c http_request.h httpd.h util.c util_script.c util_script.h Log: Even more constification. Revision ChangesPath 1.61 +3 -3 apache/src/http_protocol.c Index: h

cvs commit: apache/src http_protocol.c http_protocol.h

1996-10-20 Thread Ben Laurie
ben 96/10/20 08:40:06 Modified:src http_protocol.c http_protocol.h Log: Correct spelling mistake. Revision ChangesPath 1.59 +1 -3 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 10:02:17 Modified:src http_protocol.c Log: An illegal response code caused Apache to dump core. Fixed. Revision ChangesPath 1.58 +4 -10 apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c

1996-10-16 Thread Roy Fielding
fielding96/10/16 13:56:20 Modified:src http_protocol.c Log: Added new error messages for HTTP/1.1 status codes. Reviewed by: Chuck Murcko Revision ChangesPath 1.56 +60 -18apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c httpd.h util.c

1996-09-29 Thread Brian Behlendorf
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

cvs commit: apache/src http_protocol.c

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 19:42:48 Modified:src http_protocol.c Log: Reviewed by: Brian Behlendorf Submitted by: Tom Tromey ([EMAIL PROTECTED]) Fixes a core dump caused by failing to catch the lack of a properly-set HTTP error code in CGI responses. Sets those to "500".

cvs commit: apache/src http_protocol.c

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 19:35:55 Modified:src http_protocol.c Log: Fixed another -Wall warning. Revision ChangesPath 1.49 +2 -2 apache/src/http_protocol.c Index: http_protocol.c === RCS file

cvs commit: apache/src http_protocol.c

1996-09-27 Thread Brian Behlendorf
brian 96/09/27 19:01:05 Modified:src http_protocol.c Log: Reviewed by: Brian Behlendorf Submitted by: Tom Tromey, [EMAIL PROTECTED] Fixes oversight in setting last_modified date, brings into compliance with HTTP. Revision ChangesPath 1.48 +2 -2

cvs commit: apache/src http_protocol.c httpd.h mod_negotiation.c CHANGES

1996-09-24 Thread Mark J Cox
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

cvs commit: apache/src http_protocol.c httpd.h

1996-09-02 Thread Alexei Kosut
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

cvs commit: apache/src http_protocol.c

1996-08-24 Thread Ben Laurie
ben 96/08/24 09:04:55 Modified:src http_protocol.c Log: Undo last change, it was misguided. But make check_hostalias static since it only really works once. Revision ChangesPath 1.44 +3 -4 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-08-24 Thread Ben Laurie
ben 96/08/24 08:48:22 Modified:src http_protocol.c Log: check_hostalias obliterated the server port number. Fixed. Revision ChangesPath 1.43 +3 -2 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-08-19 Thread Alexei Kosut
akosut 96/08/19 11:05:34 Modified:src http_protocol.c Log: Make Apache correctly read continued headers Submitted by: Paul Sutton Reviewed by: Alexei Kosut, Roy T. Fielding Revision ChangesPath 1.40 +36 -8 apache/src/http_protocol.c Index: http

cvs commit: apache/src http_protocol.c

1996-08-19 Thread Alexei Kosut
akosut 96/08/19 10:22:58 Modified:src http_protocol.c Log: Add a missing CRLF. *sigh* Revision ChangesPath 1.39 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache/src http_protocol.c

1996-08-18 Thread Alexei Kosut
akosut 96/08/18 13:26:31 Modified:src http_protocol.c Log: Oops. Make If-None-Match and If-Match work again. Revision ChangesPath 1.38 +7 -6 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1996-08-15 Thread Alexei Kosut
akosut 96/08/15 16:41:44 Modified:src http_protocol.c Log: If a request comes within a second of a file's last-modified date, send a weak ETag instead of a strong one. This allows a file to be modified twice in one second and still allow strong validation without fear of

cvs commit: apache/src http_protocol.c httpd.h mod_negotiation.c

1996-08-15 Thread Alexei Kosut
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 =

cvs commit: apache/src http_protocol.c httpd.h

1996-08-06 Thread Alexei Kosut
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 ==

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 =

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 apache/src/htt

cvs commit: apache/src http_protocol.c

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 17:36:03 Modified:src http_protocol.c Log: Apache shouldn't send Via. Revision ChangesPath 1.32 +0 -7 apache/src/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache/src http_protocol.c

1996-07-29 Thread Jim Jagielski
jim 96/07/29 15:53:52 Modified:src http_protocol.c Log: Get rid of compiler warning Revision ChangesPath 1.31 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache/src http_protocol.c

1996-07-26 Thread Randy Terbush
randy 96/07/26 21:35:07 Modified:src http_protocol.c Log: set_content_length() needs to use the value passed in. Reviewed by: Brian Behlendorf, Alexei Kosut Submitted by: Paul Sutton <[EMAIL PROTECTED]> Revision ChangesPath 1.29 +1 -1 apache/src/http

cvs commit: apache/src http_protocol.c CHANGES

1996-07-17 Thread Mark J Cox
mjc 96/07/17 01:33:42 Modified:src http_protocol.c CHANGES Log: Submitted by: Paul Sutton Fix ErrorDocument handling. When ErrorDocument failed it used to display filename instead of error message. Also handles recursive ErrorDocuments. Revision Changes

cvs commit: apache/src http_protocol.c

1996-06-23 Thread Ben Laurie
ben 96/06/23 11:05:18 Modified:src http_protocol.c Log: Submitted by: [EMAIL PROTECTED] Reviewed by: Roy Fielding, Ben Laurie Leading colons were stripped from passwords in Basic authentication. Fixed. Revision ChangesPath 1.27 +1 -1 apache/src/

cvs commit: apache/src http_protocol.c

1996-06-17 Thread Alexei Kosut
akosut 96/06/17 13:55:26 Modified:src http_protocol.c Log: Fix a possible SIGBUS on some systems. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.26 +1 -1 apache/src/http_protocol.c Index: http_protocol.c ===

cvs commit: apache/src http_protocol.c

1996-06-13 Thread Alexei Kosut
akosut 96/06/13 09:33:52 Modified:src http_protocol.c Log: Fix problem with multi-port (Listen/VirtualHost ...:port) servers conflicting with the Host: header checking code. Revision ChangesPath 1.23 +5 -3 apache/src/http_protocol.c Index: http_pro

cvs commit: apache/src http_protocol.c

1996-04-28 Thread Alexei Kosut
akosut 96/04/28 20:55:33 Modified:src http_protocol.c Log: Allow hostnames to be parsed correctly if they have a trailing dot, as per the spec. Revision ChangesPath 1.19 +4 -0 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-04-16 Thread Mark Cox
mjc 96/04/16 00:54:09 Modified:src http_protocol.c Log: Submitted by: Alexei Kosut Fixed bug in rvputs() - corrected argument to va_end() Revision ChangesPath 1.18 +2 -2 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-04-03 Thread Alexei Kosut
akosut 96/04/03 00:19:50 Modified:src http_protocol.c Log: Fix bug in full-URI parsing code that caused it to get the hostname incorrectly. Revision ChangesPath 1.17 +1 -4 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-04-02 Thread Ben Laurie
ben 96/04/02 06:10:28 Modified:src http_protocol.c Log: Don't wait for a timeout to kill us, die immediately. Revision ChangesPath 1.16 +3 -2 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1996-03-27 Thread Ben Laurie
ben 96/03/27 03:45:08 Modified:src http_protocol.c Log: Don't use pstrcat to copy a string, use pstrdup. Revision ChangesPath 1.12 +1 -1 apache/src/http_protocol.c Index: http_protocol.c ==

cvs commit: apache/src http_protocol.c httpd.h mod_proxy.c mod_status.c scoreboard.h

1996-03-26 Thread Ben Laurie
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_

cvs commit: apache/src http_protocol.c

1996-03-26 Thread Mark Cox
mjc 96/03/26 01:06:26 Modified:src http_protocol.c Log: Fixed problem causing http_protocol.c to fail compilation with SGI compiler (IRIX 5.3) when returning from a void function using a void function. Revision ChangesPath 1.10 +6 -5 apache/src/http_

cvs commit: apache/src http_protocol.c

1996-03-25 Thread Alexei Kosut
akosut 96/03/25 22:53:56 Modified:src http_protocol.c Log: Add routine to internally parse full-URI requests that are directed to the server (e.g. "GET http://www.apache.org/ HTTP/1.0"), regardless of whether or not a proxy module is installed. If the server and port do no

cvs commit: apache/src http_protocol.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 11:37:20 Modified:src http_protocol.c Log: If there was no default MIME type defined, Apache sent Content-type: without a newline, thus swallowing the next header. Changed to send no Content-type: at all. Revision ChangesPath 1.7 +1 -1