Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44101 invoked by uid 500); 26 Feb 2003 22:05:22 -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 44090 invoked by uid 500); 26 Feb 2003 22:05:22 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 26 Feb 2003 22:05:21 -0000 Message-ID: <20030226220521.24608.qmail@icarus.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 stoddard 2003/02/26 14:05:20 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: Some votes Revision Changes Path No revision No revision 1.751.2.124 +12 -8 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.123 retrieving revision 1.751.2.124 diff -u -r1.751.2.123 -r1.751.2.124 --- STATUS 25 Feb 2003 23:06:12 -0000 1.751.2.123 +++ STATUS 26 Feb 2003 22:05:19 -0000 1.751.2.124 @@ -59,6 +59,10 @@ PATCHES TO PORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Win32: Avoid busy wait when all worker threads are busy. + server/mpm/winnt/child.c r1.12 + +1: stoddard + -1: * Fix SSLMutex bogusness where right now it always uses APR_LOCK_DEFAULT. Allow SSLMutex to choose any APR locking mechanism, ala AcceptMutex. @@ -66,12 +70,12 @@ modules/ssl/mod_ssl.h r1.125 modules/ssl/ssl_engine_config.c r1.73 modules/ssl/ssl_engine_mutex.c r1.19 - +1: jim, wrowe + +1: jim, wrowe, stoddard -1: * Fix 64-bit breakage in mod_ssl. modules/ssl/ssl_engine_io.c r1.104 - +1: trawick, jim + +1: trawick, jim, stoddard * Rewrite how proxy sends its request to allow input bodies to morph the request bodies. Previously, if an input filter @@ -113,7 +117,7 @@ modules/filters/mod_ext_filter.c: r1.4 modules/generators/mod_cgi.c: r1.151 modules/generators/mod_cgid.c: r1.148 - +1: trawick, nd + +1: trawick, nd, stoddard nd: there's always the same function (foo_child_errfn), shouldn't it appear only once in util_script.c? trawick: The implementations are already different for mod_cgi @@ -133,11 +137,11 @@ exists). (PR 17093) server/config.c: r1.163 - +1: nd, trawick + +1: nd, trawick, stoddard * Fix memory leak on input in mod_deflate. PR 16046. modules/filters/mod_deflate.c: r1.30 - +1: jerenkrantz, nd, trawick, jim + +1: jerenkrantz, nd, trawick, jim, stoddard * Rework ap_xml_parse_input to work with bucket brigades. PR 16134. server/util_xml.c: r1.22, r1.23, r1.24 @@ -159,11 +163,11 @@ * Add a hint about handling of IPv4-mapped addresses to the output of httpd -V. server/main.c r1.144 - +1: trawick, nd + +1: trawick, nd, stoddard * Fix possible 1-byte buffer overflow in mod_rewrite. (2.0 and 1.3) modules/mappers/mod_rewrite.c: r1.140, r1.141 - +1: nd, jwoolley + +1: nd, jwoolley, stoddard * Fix a problem where a redirected subrequest doesn't have the subrequest filter in place (PR 15423).