Re: [PATCH] Adding an apr_utime() function

2002-03-21 Thread William A. Rowe, Jr.
When I suggested this would polute the API --- I'm just suggesting that we deal with atime, mtime, ctime and createtime all at once, and make sure the fn names work. I think a call like apr_file_time_set() or something that passes which metric and it's new value would allow us to have an extensible

Re: [PATCH] Adding an apr_utime() function

2002-03-21 Thread Robert Simonson
Finally got to this. Sorry for the delay... My case is a proxy cache implementation that we have here. We want the ability to reset the mtime and atime when doing a cache maintenance so that when the proxy code is run, it has an accurate mtime/atime. We don't care about ctime. In fact, we can'

1.3.24 tarballs...

2002-03-21 Thread Jim Jagielski
... are available at /www/httpd.apache.org/dev/dist (sorry if you've already rec'd this notice) -- === Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liber

Re: cvs commit: apr/dso/unix dso.c

2002-03-21 Thread Pier Fumagalli
"Ryan Bloom" <[EMAIL PROTECTED]> wrote: >> >>> rbb 02/03/20 11:45:02 >>> >>> + *) Load libraries if they not MH_BUNDLE, but if they are not, it >>> + just attempts to link them as shared libs. >>> + [Pier Fumagalli <[EMAIL PROTECTED]>] >> >> F*** YEAH! :) First patch into core

RE: cvs commit: apr/dso/unix dso.c

2002-03-21 Thread Ryan Bloom
> > > rbb 02/03/20 11:45:02 > > > > + *) Load libraries if they not MH_BUNDLE, but if they are not, it > > + just attempts to link them as shared libs. > > + [Pier Fumagalli <[EMAIL PROTECTED]>] > > F*** YEAH! :) First patch into core APR... (now that piece of code is the > one w

RE: [PATCH] Maximum free memory in an allocator OR: hifree, revisited

2002-03-21 Thread Sander Striker
> From: Bill Stoddard [mailto:[EMAIL PROTECTED] > Sent: 19 March 2002 21:36 > This could be quite useful for mod_*_cache. What triggers the free? The free is triggered on either apr_pool_clear or apr_pool_destroy, when the blocks in the pool are returned to the allocator (using apr_allocator_fre

[STATUS] (apr-util) Wed Mar 20 23:45:15 EST 2002

2002-03-21 Thread Rodent of Unusual Size
APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2001/12/08 00:43:54 $] Release: 2.0a9 : released December 12, 2000 RELEASE SHOWSTOPPERS: * Need apu_compat.h to track the latest renames Status: someone want to step up to diff na

[STATUS] (apr) Wed Mar 20 23:45:12 EST 2002

2002-03-21 Thread Rodent of Unusual Size
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2002/03/15 20:13:34 $] Release: 2.0a9 : released December 12, 2000 2.0a8 : released November 20, 2000 2.0a7 : released October 8, 2000 2.0a6 : released August 18, 2000 2

Re: cvs commit: apr/dso/unix dso.c

2002-03-21 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > rbb 02/03/20 11:45:02 > > + *) Load libraries if they not MH_BUNDLE, but if they are not, it > + just attempts to link them as shared libs. > + [Pier Fumagalli <[EMAIL PROTECTED]>] F*** YEAH! :) First patch into core APR... (now