Re: [PATCH] bucket debugging.

2003-08-14 Thread Cliff Woolley
On Wed, 13 Aug 2003, Jean-Jacques Clar wrote: Am I missing something in the patch I have? I don't find the implementation of the two APR_RING_CHECK macros. cvs up. :)

Re: [PATCH] bucket debugging.

2003-08-14 Thread Jean-Jacques Clar
thanks, now building... Cliff Woolley [EMAIL PROTECTED] 8/13/2003 5:42:17 PM On Wed, 13 Aug 2003, Jean-Jacques Clar wrote: Am I missing something in the patch I have? I don't find the implementation of the two APR_RING_CHECK macros.cvs up. :)

[STATUS] (apr) Wed Aug 13 23:45:53 EDT 2003

2003-08-14 Thread Rodent of Unusual Size
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/06/26 18:17:44 $] Release: 0.9.3 : tagged March 30, 2003 0.9.2 : released March 22, 2003 0.9.1 : released September 11, 2002 0.9.0 : released August 28, 2002

[STATUS] (apr-util) Wed Aug 13 23:46:42 EDT 2003

2003-08-14 Thread Rodent of Unusual Size
APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/03/31 05:32:43 $] Release: 0.9.3 : Tagged March 30, 2002 0.9.2 : Released March 22, 2002 (alpha) 0.9.1 : Released September 11, 2002 (alpha) 0.9.0 : Not released

fd from apr_file_t

2003-08-14 Thread Bojan Smojver
I'm not sure if this list is the correct place to ask this question, given it's the APR development list, but I'll take my chances... I'm trying to figure out how to get a file descriptor (integer or FILE*) out of the apr_file_t. Is there a function to do that? Part of my application, that is

Re: fd from apr_file_t

2003-08-14 Thread Cliff Woolley
On Thu, 14 Aug 2003, Bojan Smojver wrote: I'm not sure if this list is the correct place to ask this question, given it's the APR development list, but I'll take my chances... Definitely the right place. :) I'm trying to figure out how to get a file descriptor (integer or FILE*) out of the

Re: fd from apr_file_t

2003-08-14 Thread Bojan Smojver
Thanks Cliff. You saved the day... :-) On Thu, 2003-08-14 at 17:49, Cliff Woolley wrote: On Thu, 14 Aug 2003, Bojan Smojver wrote: I'm not sure if this list is the correct place to ask this question, given it's the APR development list, but I'll take my chances... Definitely the right

Re: CUJ Sept issue APR Article

2003-08-14 Thread Ben Laurie
[EMAIL PROTECTED] wrote: I should also mention that cat and rm are now the basis of my new porttools project, which aims to write the standard Unix tools using APR. This is meant to replace cygwin for people who want the tools, but as native apps. I haven't done much work on it, but I keep

Re: fd from apr_file_t

2003-08-14 Thread cmpilato
Cliff Woolley [EMAIL PROTECTED] writes: On Thu, 14 Aug 2003, Bojan Smojver wrote: I'm not sure if this list is the correct place to ask this question, given it's the APR development list, but I'll take my chances... Definitely the right place. :) I'm trying to figure out how to get

Re: fd from apr_file_t

2003-08-14 Thread Cliff Woolley
On Thu, 14 Aug 2003 [EMAIL PROTECTED] wrote: Sure... take a look at apr_os_file_get() which is declared in apr_portable.h This answer is, I'm surmising, unfortunately incomplete. That is, on Unix systems, apr_os_file_get() will do the trick, but the OS file descriptor mechanism on

Re: fd from apr_file_t

2003-08-14 Thread cmpilato
Cliff Woolley [EMAIL PROTECTED] writes: On Thu, 14 Aug 2003 [EMAIL PROTECTED] wrote: Sure... take a look at apr_os_file_get() which is declared in apr_portable.h This answer is, I'm surmising, unfortunately incomplete. That is, on Unix systems, apr_os_file_get() will do the trick,

Re: fd from apr_file_t

2003-08-14 Thread William A. Rowe, Jr.
At 12:33 PM 8/14/2003, Cliff Woolley wrote: On Thu, 14 Aug 2003 [EMAIL PROTECTED] wrote: Sure... take a look at apr_os_file_get() which is declared in apr_portable.h This answer is, I'm surmising, unfortunately incomplete. That is, on Unix systems, apr_os_file_get() will do the trick, but

Re: Darwin and IPv6 was Re: cvs commit: httpd-2.0/server listen.c

2003-08-14 Thread Colm MacCarthaigh,,,
On Thu, Aug 14, 2003 at 05:48:38PM -0400, John K. Sterling wrote: On Thursday, August 14, 2003, at 05:20 PM, Colm MacCarthaigh,,, wrote: Can you just confirm it's listening in v6 only ? the output of netstat -an | grep LISTEN (Darwin has netstat and grep, right?) should be enough. heh.