cvs commit: apache-1.3/src/main http_protocol.c util.c

2000-02-20 Thread jim
jim 00/02/19 17:14:49 Modified:.STATUS src/include ap_mmn.h httpd.h src/main http_protocol.c util.c Log: Hrm Revision ChangesPath 1.808 +3 -5 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main http_protocol.c

1999-12-06 Thread martin
martin 99/12/06 04:41:42 Modified:src CHANGES src/main http_protocol.c Log: EBCDIC: Fixed binary upload capability (plain and chunked) for all methods using the ap_*_client_block() functions, most notably POST and PUT. The functionality to switch input

cvs commit: apache-1.3/src/main http_protocol.c

1999-12-01 Thread martin
martin 99/12/01 12:45:47 Modified:src CHANGES src/main http_protocol.c Log: EBCDIC: Fix Byte Ranges for EBCDIC platforms. The necessary switch between implied conversion for protocol parts and configured conversion for document data was missing. The effect

cvs commit: apache-1.3/src/main http_protocol.c

1999-08-14 Thread fielding
fielding99/08/14 02:21:20 Modified:src CHANGES src/main http_protocol.c Log: Remove bogus error message when a redirect doesn't set Location. Instead, use an empty string to avoid coredump if the error message was supposed to include a location but doesn't.

cvs commit: apache-1.3/src/main http_protocol.c

1999-08-09 Thread fielding
fielding99/08/09 02:41:41 Modified:src CHANGES src/main http_protocol.c Log: Flush the output buffer immediately after sending an error or redirect response, since the result will be needed by the client to abort a long data transfer or restart a series of

cvs commit: apache-1.3/src/main http_protocol.c

1999-07-31 Thread fielding
fielding99/07/30 17:37:27 Modified:src CHANGES src/main http_protocol.c Log: Fix SIGSEGV on some systems because the Vary fixup included a call to table_do with a variable argument list that was not NULL terminated. Other optimizations will follow.

cvs commit: apache-1.3/src/main http_protocol.c

1999-07-31 Thread fielding
fielding99/07/30 20:30:19 Modified:src CHANGES src/main http_protocol.c Log: Replace the Vary fixup code with a single-pass, single-copy implementation that only adds the cost of a single ap_make_array when there is no Vary field. Revision Changes

cvs commit: apache-1.3/src/main http_protocol.c

1999-07-19 Thread fielding
fielding99/07/19 03:16:04 Modified:src CHANGES src/main http_protocol.c Log: Fix handling of case when a client has sent Expect: 100-continue and we are going to respond with an error, but get stuck waiting to discard the body in the pointless hope of

cvs commit: apache-1.3/src/main http_protocol.c

1999-06-02 Thread coar
coar99/06/02 13:11:20 Modified:src CHANGES src/main http_protocol.c Log: Trap (with an errorlog entry) malformed redirects from modules; i.e., that fail to set a Location field. Revision ChangesPath 1.1366+3 -2

cvs commit: apache-1.3/src/main http_protocol.c

1999-05-26 Thread coar
coar99/05/26 11:28:16 Modified:src CHANGES src/main http_protocol.c Log: Make sure that redirect processing looks for the Location field in both headers_out and err_headers_out. Revision ChangesPath 1.1363+5 -0

cvs commit: apache-1.3/src/main http_protocol.c

1999-05-03 Thread coar
coar99/05/03 08:09:08 Modified:src CHANGES src/main http_protocol.c Log: If we're removing Vary from the response header, force the response to HTTP/1.0 for cache friendliness. Submitted by: Dmitry Khrustalev [EMAIL PROTECTED] Reviewed

cvs commit: apache-1.3/src/main http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:51:40 Modified:src CHANGES src/include ap_mmn.h http_protocol.h src/main http_protocol.c Log: Add ap_vrprintf() function PR: 4246 Submitted by: John Tobey [EMAIL PROTECTED] Revision ChangesPath

cvs commit: apache-1.3/src/main http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:36:10 Modified:src CHANGES src/main http_protocol.c Log: deal with UTS compiler error PR: 4189 Submitted by: Dave Dykstra [EMAIL PROTECTED] Revision ChangesPath 1.1312+3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/main http_protocol.c

1999-02-22 Thread dgaudet
dgaudet 99/02/22 09:13:06 Modified:src/include httpd.h src/main http_protocol.c Log: Fix a compile warning -- there was a const discarded with the recent verbose-errors-to change. Also move status_lines[] to constant storage (better mem behaviour for kernels that

cvs commit: apache-1.3/src/main http_protocol.c

1998-12-28 Thread fielding
fielding98/12/28 04:51:10 Modified:src/main http_protocol.c Log: Oops, stupid missing commas in auto static array. PR: 3541 Revision ChangesPath 1.250 +4 -4 apache-1.3/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.3/src/main http_protocol.c

1998-11-10 Thread fielding
fielding98/11/09 23:30:09 Modified:.STATUS src CHANGES src/include httpd.h src/main http_protocol.c Log: Added the last two WebDAV status codes of 424 (Failed Dependency) and 507 (Insufficient Storage) for use by

cvs commit: apache-1.3/src/main http_protocol.c

1998-10-19 Thread marc
marc98/10/18 22:59:36 Modified:src/main http_protocol.c Log: After telling people to read the error log time after time, make it explicit in the 500 error message. Revision ChangesPath 1.246 +3 -1 apache-1.3/src/main/http_protocol.c Index:

cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-10-06 Thread fielding
fielding98/10/06 12:06:11 Modified:src CHANGES src/include httpd.h src/main http_protocol.c http_request.c Log: Added a complete implementation of the Expect header field as specified in rev-05 of HTTP/1.1. Used that implementation as a means

cvs commit: apache-1.3/src/main http_protocol.c

1998-10-05 Thread fielding
fielding98/10/05 15:11:17 Modified:src CHANGES src/include httpd.h src/main http_protocol.c Log: Added new HTTP status codes and default response bodies from the revised HTTP/1.1 (307, 416, 417), WebDAV (102, 207, 422, 423), and HTTP Extension

cvs commit: apache-1.3/src/main http_protocol.c

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:57:29 Modified:src/include httpd.h src/main http_protocol.c Log: Include everything in the limits, rather than having to remember to add 2 to some of them... which leads to off-by-1 errors like one I just committed. (I don't understand what

cvs commit: apache-1.3/src/main http_protocol.c

1998-07-22 Thread fielding
fielding98/07/21 22:48:21 Modified:src CHANGES src/main http_protocol.c Log: Fixed problem with buffered response message not being sent for the read_request error conditions of URI-too-long (414) and malformed header fields (400). We now create enough of

cvs commit: apache-1.3/src/main http_protocol.c

1998-07-19 Thread akosut
akosut 98/07/18 22:55:17 Modified:src/main http_protocol.c Log: Make it stop! We've had *nine* PRs on this. Obviously it's causing certain people distress. PR: 267, 517, 1332, 1537, 1819, 2050, 2347, 2528, 2642 Revision ChangesPath 1.225 +2 -1

cvs commit: apache-1.3/src/main http_protocol.c

1998-05-25 Thread dgaudet
dgaudet 98/05/25 15:55:40 Modified:src/main http_protocol.c Log: - style correction - eliminate an unneeded extra MAX_STRING_LEN buffer - add some XXX comments Revision ChangesPath 1.215 +25 -19apache-1.3/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.3/src/main http_protocol.c

1998-05-21 Thread brian
brian 98/05/20 21:11:28 Modified:.STATUS src CHANGES src/main http_protocol.c Log: Ed Korthof's fixes for 408 and 414 protocol issues. [EMAIL PROTECTED] Revision ChangesPath 1.404 +17 -4 apache-1.3/STATUS

cvs commit: apache-1.3/src/main http_protocol.c http_core.c

1998-05-07 Thread brian
brian 98/05/06 18:21:23 Modified:src CHANGES src/main http_protocol.c http_core.c Log: PR: 1464 Emit the Accept-Ranges header for every response from the default handler, instead of just for those that don't emit a Range request. Revision Changes

cvs commit: apache-1.3/src/main http_protocol.c

1998-04-08 Thread rse
rse 98/04/07 23:30:48 Modified:src/include http_protocol.h src/main http_protocol.c Log: Change parse_uri back to a core function on Dean and Martins request. Revision ChangesPath 1.40 +1 -1 apache-1.3/src/include/http_protocol.h Index:

cvs commit: apache-1.3/src/main http_protocol.c

1998-04-01 Thread dgaudet
dgaudet 98/04/01 12:53:17 Modified:src/main http_protocol.c Log: Yup it's safe to remove the extra method_number stuff Martin. It's not used for subrequests. Revision ChangesPath 1.207 +0 -21 apache-1.3/src/main/http_protocol.c Index: http_protocol.c

cvs commit: apache-1.3/src/main http_protocol.c

1998-03-24 Thread dougm
dougm 98/03/24 15:20:28 Modified:src/main http_protocol.c Log: oops, this didn't commited yesterday for the API_EXPORT of index_of_response Submitted by: Doug MacEachern Revision ChangesPath 1.201 +1 -1 apache-1.3/src/main/http_protocol.c Index:

cvs commit: apache-1.3/src/main http_protocol.c

1998-03-13 Thread dgaudet
dgaudet 98/03/12 23:12:56 Modified:src/main http_protocol.c Log: Move this ugly platform specific code from parse_uri_components() into parse_uri(). Guys this is probably something that should be done elsewhere. Like maybe in directory_walk(). Revision ChangesPath

cvs commit: apache-1.3/src/main http_protocol.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:13:52 Modified:src CHANGES src/main http_protocol.c Log: rputs() did not calculate r-sent_bodyct properly. PR: 1900 Submitted by: Siegmund Stirnweiss [EMAIL PROTECTED] Revision ChangesPath 1.696 +3 -0

cvs commit: apache-1.3/src/main http_protocol.c

1998-02-22 Thread martin
martin 98/02/22 13:37:48 Modified:src/main http_protocol.c Log: Typo Revision ChangesPath 1.191 +1 -1 apache-1.3/src/main/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache-1.3/src/main http_protocol.c

1998-02-21 Thread dgaudet
dgaudet 98/02/20 17:18:29 Modified:src CHANGES src/main http_protocol.c Log: Fix http://host1; without trailing /. Revision ChangesPath 1.645 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main http_protocol.c

1998-02-18 Thread dgaudet
dgaudet 98/02/18 03:59:21 Modified:src/main http_protocol.c Log: Fix absoluteURI problem introduced by the http_method() stuff... do a little cleanup. This isn't everything needed to get absoluteURIs working properly, they're still at least as broken as they were a week or two

cvs commit: apache-1.3/src/main http_protocol.c

1998-02-04 Thread dgaudet
dgaudet 98/02/04 13:23:34 Modified:src CHANGES src/main http_protocol.c Log: Igor found a memory leak -- we're allocating the initial request_rec in the connection pool rather than creating a new pool first. So each request on a keepalive connection would

cvs commit: apache-1.3/src/main http_protocol.c http_request.c

1998-01-31 Thread dgaudet
dgaudet 98/01/30 16:15:45 Modified:src/main http_protocol.c http_request.c Log: (Recall: whenever a table's nelts == nalloc and a push is attempted the table size will be doubled, and the old table copied to the new table. It's nice to avoid this if it's easy.) Our default