Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83296 invoked by uid 500); 9 Oct 2001 02:44:43 -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 83285 invoked by uid 500); 9 Oct 2001 02:44:43 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Oct 2001 02:40:57 -0000 Message-ID: <20011009024057.3827.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 01/10/08 19:40:57 Modified: . CHANGES Log: Uhmm... time for a note about this. Revision Changes Path 1.383 +7 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- CHANGES 2001/10/06 22:36:27 1.382 +++ CHANGES 2001/10/09 02:40:56 1.383 @@ -1,5 +1,12 @@ Changes with Apache 2.0.26-dev + *) Introduce ap_directory_walk rewrite (with further optimizations + required) to adapt to the ap_process_request_internal() changes. + Optimized so subrequests and redirects now reuse previous section + merges, until we mismatch with the original directory_walk, and + precomputed r->finfo results will cause directory_walk to skip + the most expensive phases of the function. [William Rowe] + *) Allow ApacheMonitor to connect to and control Apache on other WinNT/2K machines. [Mladen Turk ]