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]
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:
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.