From: Bill Stoddard Date: Thu, 8 Jan 2004 20:47:46 +0000 (+0000) Subject: a vote X-Git-Tag: 2.0.49~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d191646c3ab9a94dbaffe693a7350ddc79ab5b5;p=thirdparty%2Fapache%2Fhttpd.git a vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102236 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b0a6fa82312..c9bac08f669 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/08 18:40:47 $] +Last modified at [$Date: 2004/01/08 20:47:46 $] Release: @@ -78,6 +78,15 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Win32: Port Win32DisableAcceptEx directive. This fix enables using + Winsock 1.1 accept() call in place of Winsock 2.0 AcceptEx() to work + around bugs in third party layered service providers (e.g. virus + scanners) that do not properly handle various Winsock 2 APIs. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/child.c?r1=1.19&r2=1.20 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.c?r1=1.301&r2=1.302 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.h?r1=1.42&r2=1.43 + +1: stoddard + * If large file support is enabled, allow any file that is greater than AP_MAX_SENDFILE to be split into multiple buckets. This allows Apache to send files that are greater than 2gig. Otherwise we run into