Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 13335 invoked from network); 24 Aug 2004 13:39:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Aug 2004 13:39:00 -0000 Received: (qmail 73469 invoked by uid 500); 24 Aug 2004 13:38:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73408 invoked by uid 500); 24 Aug 2004 13:38:58 -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 73392 invoked by uid 500); 24 Aug 2004 13:38:58 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 73383 invoked by uid 99); 24 Aug 2004 13:38:57 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 24 Aug 2004 06:38:56 -0700 Received: (qmail 13282 invoked by uid 1582); 24 Aug 2004 13:38:55 -0000 Date: 24 Aug 2004 13:38:55 -0000 Message-ID: <20040824133855.13281.qmail@minotaur.apache.org> From: jorton@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/08/24 06:38:55 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: Found the PR number. Revision Changes Path No revision No revision 1.751.2.1004 +2 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.1003 retrieving revision 1.751.2.1004 diff -d -w -u -r1.751.2.1003 -r1.751.2.1004 --- STATUS 24 Aug 2004 09:31:52 -0000 1.751.2.1003 +++ STATUS 24 Aug 2004 13:38:54 -0000 1.751.2.1004 @@ -90,6 +90,7 @@ *) mod_autoindex: Don't truncate directory listing when a stat call fails. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_autoindex.c?r1=1.132&r2=1.133 + PR: 17357 +1: jorton *) unixd_accept: Eliminate now-unnecessary apr_os_sock_get() call.