- May 04, 2002
-
-
Brian Havard authored
some 3rd party module needs them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94927 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2002
-
-
Mark J. Cox authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94916 13f79535-47bb-0310-9956-ffa450edef68
-
- May 02, 2002
-
-
Jim Jagielski authored
is to avoid things like "we know NSLINKMODULE_OPTION_NONE is 0" and making such shortcuts as this. This makes it clear what exactly we are setting, and though admittedly verbose, the tradeoff of a few bytes of source is worth it :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94901 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2002
-
-
Wilfredo Sanchez authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94899 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
this fixes a build error on OS/390 which, in version V2R8 at least, doesn't have snprintf() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94895 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(the bug was introduced in the current development cycle, so no CHANGES entry is necessary) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94894 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2002
-
-
Graham Leggett authored
valid to handle a request. PR: 8407 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94784 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2002
-
-
Jim Jagielski authored
ap_select in reclaim_child_processes more "resistant" to signal interupts. PR: Bugz 8176 Obtained from: Submitted by: David Winterbourne <davidw@financenter.com> Reviewed by: Jim Jagielski, Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94759 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Worth noting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94758 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Backport of httpd-2.0/modules/mappers/mod_rewrite.c 1.84 PR: 7492 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94756 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
NSLINKMODULE_OPTION_NONE maps to the enum FALSE for the old API git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94754 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Apache extensions' public symbols into the global symbol table. This allows dynamically loaded PHP extensions. NOTE: this works as long as multiple modules don't include overlapping symbols. Jim added the wrapper to check for the existance of the option (which doesn't exist in Rhapsody). PR: Obtained from: Submitted by: Marko Karppinen <markonen@php.net> Reviewed by: Jim Jagielski, Wilfredo Sanchez git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94753 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 2002
-
-
Graham Leggett authored
of bogus data with a length that was never initialised. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94742 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94738 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
windows builds to fail. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94737 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 19, 2002
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94725 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94724 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94722 13f79535-47bb-0310-9956-ffa450edef68
-
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
-