From: Cliff Woolley Date: Mon, 1 Apr 2002 21:19:41 +0000 (+0000) Subject: And it only took me what, 10 months? :) X-Git-Tag: 2.0.35~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577f9ab570b5b555750b54ef133b0eb8b506025f;p=apache And it only took me what, 10 months? :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94366 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7fd5937a27..fe905a26c7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.35 + *) Performance: implemented the bucket allocator made possible by the + API change in 2.0.34. [Cliff Woolley] + *) Don't allow initialization to succeed if we can't get a socket corresponding to one of the Listen statements. [Jeff Trawick] diff --git a/STATUS b/STATUS index 279870bddd..8122ec785d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/03/30 23:55:16 $] +Last modified at [$Date: 2002/04/01 21:19:41 $] Release: @@ -289,17 +289,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: This is to facilitate other modules that wish to use the https filter or the mod_ssl logic or both as required. - * Performance & Debug: Eliminate most (and perhaps all) of the - malloc/free calls in the bucket brigade code. Need some - light weight memory management functions that allow freeing - memory (putting it back into a memory pool) when it is no - longer needed. Enabling simple debugging features like guard - bands, double free detection, etc. would be cool but certainly - not a hard requirement. - - Status: The necessary API changes are in... apr_buckets_alloc.c - just needs to be fleshed out. - * Eliminate unnecessary creation of pipes in mod_cgid * Combine log_child and piped_log_spawn. Clean up http_log.c.