Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 95677 invoked from network); 25 Mar 2004 02:40:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 02:40:19 -0000 Received: (qmail 35444 invoked by uid 500); 25 Mar 2004 02:40:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 35290 invoked by uid 500); 25 Mar 2004 02:40:04 -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 35276 invoked by uid 500); 25 Mar 2004 02:40:04 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 35270 invoked from network); 25 Mar 2004 02:40:04 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Mar 2004 02:40:04 -0000 Received: (qmail 95650 invoked by uid 1088); 25 Mar 2004 02:40:18 -0000 Date: 25 Mar 2004 02:40:18 -0000 Message-ID: <20040325024018.95649.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/03/24 18:40:18 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: no point or need to do this Revision Changes Path No revision No revision 1.751.2.772 +1 -5 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.771 retrieving revision 1.751.2.772 diff -u -r1.751.2.771 -r1.751.2.772 --- STATUS 25 Mar 2004 02:35:40 -0000 1.751.2.771 +++ STATUS 25 Mar 2004 02:40:17 -0000 1.751.2.772 @@ -657,10 +657,6 @@ * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API. - * Win32: Migrate the MPM over to use APR thread/process calls. This - would eliminate some code in the Win32 branch that essentially - duplicates what is in APR. - * There are still a number of places in the code where we are losing error status (i.e. throwing away the error returned by a system call and replacing it with a generic error code)