- Apr 19, 2002
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94720 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94710 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
reponses sent during PUT or POST requests. (ie Hotmail works now) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94707 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 18, 2002
-
-
William A. Rowe Jr authored
Note available patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94698 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2002
-
-
Bradley Nicholes authored
value of ap_table_get() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94680 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2002
-
-
Martin Kraemer authored
would just hang trying to read a CRLF that did not come (remaining==0 because end-of-chunk, not because chunksize==0). Also, when it received its data from an upstream proxy which did not really support HTTP/1.1 but claimed it did (ICS, Squid, both using nonstandard Proxy-Connection: headers), Apache would not clear out the "Transfer-Enconding: chunked" header and failed to correctly serve the request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94658 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94650 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94647 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
See: http://www.iana.org/assignments/media-types/application/ http://www.rfc-editor.org/rfc/rfc3236.txt http://www.iana.org/assignments/media-types/image/vnd.djvu PR: 7795,7969 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94644 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 12, 2002
-
-
Martin Kraemer authored
EOF (stripped down to '\xFF') instead of CRLF. Also avoid a conversion problem for EBCDIC hosts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94622 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Delete some unused variables (and function calls) as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94621 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94619 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94609 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 11, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94604 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Forgot some prototypes? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94601 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
First, use addition to test against an unsigned for chunk_start after we are certain chunk_start is a positive value. Second, ap_bread is prototyped as an -int- ... not a size_t, not an off_t. These changes eliminate all mismatch type/sign errors on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94600 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 09, 2002
-
-
Martin Kraemer authored
Fix an error message to print the correct filename (not tempfile). Remove the tempfile for Win32 on a failed rename(2). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94580 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94577 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 07, 2002
-
-
Graham Leggett authored
or slow POST requests to close after 300 seconds. PR: 7572 Obtained from: Submitted by: Martin Lichtin <martin@lichtin.net>, Brian Bothwell <brian.bothwell@wisdomtools.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94524 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 7513 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94523 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
and ap_get_chunk_size(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94521 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2002
-
-
Graham Leggett authored
Export ap_getline() and ap_get_chunk_size(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94506 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
only the last instance of a header would have been cached. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94503 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
as to whether this message was an Apache problem, when it warns of a downstream server problem. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94502 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2002
-
-
Bradley Nicholes authored
LogRotateInterval directives Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94391 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94390 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 01, 2002
-
-
Dirk-Willem van Gulik authored
Fixed incompliance of AB when used with a proxy as reported by Taisuke Yamada <tai@iij.ad.jp>. Added error trapping to the write function (important on systems with defered errors after a connect). Documented the weakness of the write() function - it assumes the whole RQ can always be fully written to the socket. Fixed a compiler warning which pointed out that 'bad' was both a label and a variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94354 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2002
-
-
Dirk-Willem van Gulik authored
Removed email address on request - as obviscation was slammed down on the list - and Google is your friend in any case git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94316 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2002
-
-
Joshua Slive authored
on the principal that tracking every version of every os in config.layout would be a nightmare. PR: BZ-7422 Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94270 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 26, 2002
-
-
Justin Erenkrantz authored
(Justin changed the audio/mpeg sequence to match file(1)'s listing.) PR: 7730 Submitted by: Linus Walleij <triad@df.lth.se> Reviewed by: Justin Erenkrantz (minor change with no effect on code, so committing.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94186 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94185 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
One spammer offered to register my site with search engines or some such, and pointed to this file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94183 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 25, 2002
-
-
Graham Leggett authored
only overriding if the request is a proxy request. It has been pointed out that the previous fix allows CGIs and modules to override the Server header, which is change to previous behavior. PR: Obtained from: Submitted by: Graham Leggett, Joshua Slive Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94165 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
luck this bug is actually now dead. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94164 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
(indent | pr -t -e8) without changing anything else. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94158 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 2002
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94123 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 2002
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94104 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94102 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94101 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
functionally useless. This gets rid of them without changing the behavior at all (ie, it doesn't matter if this change makes it in to 1.3.24 or not). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94100 13f79535-47bb-0310-9956-ffa450edef68
-