Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 62785 invoked from network); 8 Jan 2004 20:47:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Jan 2004 20:47:50 -0000 Received: (qmail 77903 invoked by uid 500); 8 Jan 2004 20:47:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77717 invoked by uid 500); 8 Jan 2004 20:47:37 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 77690 invoked by uid 500); 8 Jan 2004 20:47:37 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 77676 invoked from network); 8 Jan 2004 20:47:36 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 8 Jan 2004 20:47:36 -0000 Received: (qmail 62745 invoked by uid 1088); 8 Jan 2004 20:47:47 -0000 Date: 8 Jan 2004 20:47:47 -0000 Message-ID: <20040108204747.62744.qmail@minotaur.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stoddard 2004/01/08 12:47:47 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: a vote Revision Changes Path No revision No revision 1.751.2.618 +10 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.617 retrieving revision 1.751.2.618 diff -u -r1.751.2.617 -r1.751.2.618 --- STATUS 8 Jan 2004 18:40:47 -0000 1.751.2.617 +++ STATUS 8 Jan 2004 20:47:46 -0000 1.751.2.618 @@ -78,6 +78,15 @@ [ 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