Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77849 invoked by uid 500); 18 May 2003 02:14:10 -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 77838 invoked by uid 500); 18 May 2003 02:14:10 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 May 2003 02:14:09 -0000 Message-ID: <20030518021409.59801.qmail@icarus.apache.org> From: brianp@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 brianp 2003/05/17 19:14:09 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: votes on 2.1->2.0 ports Revision Changes Path No revision No revision 1.751.2.295 +8 -3 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.294 retrieving revision 1.751.2.295 diff -u -r1.751.2.294 -r1.751.2.295 --- STATUS 17 May 2003 22:34:45 -0000 1.751.2.294 +++ STATUS 18 May 2003 02:14:08 -0000 1.751.2.295 @@ -63,6 +63,11 @@ [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Replace some of the mutex locking in the worker MPM with + atomic operations for higher concurrency. + server/mpm/worker/worker.c 1.24, 1.25 + +1: brianp + * make ExpiresByType work for dynamic documents. modules/metadata/mod_expires.c 1.41 +1: ken, stoddard, ake @@ -115,7 +120,7 @@ * Fix mod_rewrite's handling of absolute URIs. (2.0 + 1.3) modules/mappers/mod_rewrite.c: r1.146 - +1: nd, jerenkrantz + +1: nd, jerenkrantz, brianp * mod_negotiation: parse quality values independent from the current locale and level values as integers. PR 17564. @@ -187,7 +192,7 @@ * htpasswd: add a delete flag. support/htpasswd.c: r1.70 docs/manual/programs/htpasswd.xml r1.3 - +1: thommay, nd + +1: thommay, nd, brianp * Assure that we block on the read BIO when we invoke the read BIO for both first-use cases (via ssl_io_input_add_filter) and when we are writing and