Utility functions for resizable buffer

2011-08-07 Thread Stefan Fritsch
Hi, I intend to add some utility functions for resizable buffers, which is a pain to do manually with apr_palloc. For large buffer sizes, the functions use the allocator directly, which has the advantage that the memory can be freed before the corresponding pool is destroyed. The first consume

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-07 Thread Guenter Knauf
Hi Kaspar, Am 07.08.2011 12:49, schrieb Kaspar Brand: NetWare folks: please note that I didn't touch modules/ssl/NWGNUmakefile so far - i.e. it still allows building with the "Novell NTLS SDK" (in theory, at least). As I'm neither familiar with the NetWare platform nor do I have a test environmen

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-07 Thread Kaspar Brand
On 05.08.2011 17:39, William A. Rowe Jr. wrote: > On 8/5/2011 2:57 AM, Stefan Fritsch wrote: >> On Friday 05 August 2011, Kaspar Brand wrote: >>> On 03.08.2011 19:08, William A. Rowe Jr. wrote: My thought, it probably should be a set of commits; * Drop SSLC (first patch) * Dro