[PATCH] APR Stackable Memory System

2001-05-20 Thread Sander Striker
Hi, David is gone for a week, but I already wrote some stuff that might be worth reviewing/commiting. Attached are a few patches: sms-bugfix.patch Fixes a bug in apr_sms_free() that snuck in. sms-style.patch.1 More general cleanup so the code is more conformant to the coding style

Re: [PATCH] APR Stackable Memory System

2001-05-20 Thread Cliff Woolley
On Sun, 20 May 2001, Sander Striker wrote: David is gone for a week, but I already wrote some stuff that might be worth reviewing/commiting. Attached are a few patches: I'll take a look at these later today and commit if nobody beats me to it. --Cliff

[PATCH] Second pass at apr_uri migration

2001-05-20 Thread Justin Erenkrantz
I didn't catch that the util_uri functions returned HTTP_OK (200) rather than APR_SUCCESS. Fixed. Some other cleanups and stuff. I've compiled, tested, and confirmed this on FreeBSD and Solaris. I tested it with --enable-modules=all (some of the auth don't compile due to external dependencies