Re: cvs commit: apr-util/test testrmm.c

2004-03-17 Thread Philippe M. Chiasson
, and I would _very_ much rather use 100% APR ;-) --Geoff -- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5 signature.asc Description: This is a digitally signed message part

[Patch] apr_socket_type_get()

2003-11-26 Thread Philippe M. Chiasson
; } -- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is impossible to make anything foolproof because fools are so ingenious. perl -e

[Patch] Adding apr_socket_type_get()

2003-07-17 Thread Philippe M. Chiasson
*)) { -- Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is impossible to make anything foolproof

Re: Apache, UDP and lingering_close

2003-02-04 Thread Philippe M. Chiasson
On Mon, 2003-02-03 at 23:20, Cliff Woolley wrote: On Mon, 3 Feb 2003, Philippe M. Chiasson wrote: I've been working on mod_udp for the last week or so and got everything working in a modular way. It basically works fine. Just one quick comment regarding the udp patches before I forget

Re: Apache, UDP and lingering_close

2003-02-04 Thread Philippe M. Chiasson
On Tue, 2003-02-04 at 09:05, Cliff Woolley wrote: On 4 Feb 2003, Philippe M. Chiasson wrote: Ideally, I would initially package datagram-buckets with mod_udp itself. Just gotta figure out how to create my own bucket type. It's no different than creating a bucket type in apr-util, really

[Patch] apr_socket_type_get()

2003-02-03 Thread Philippe M. Chiasson
(apr_socket_t *sock, int *protocol) { Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5

Re: [PATCH] apr-util/buckets/apr_buckets_socket.c UDP friendly

2003-01-31 Thread Philippe M. Chiasson
!= APR_PROTO_UDP) { APR_BUCKET_INSERT_AFTER(a, apr_bucket_socket_create(p, a-list)); +} } else { apr_bucket_free(buf); On Fri, 2003-01-31 at 00:28, Philippe M. Chiasson wrote: Oy!, sloppy fingers ... [...] - Original Message - From: Philippe M. Chiasson

[PATCH] apr-util/buckets/apr_buckets_socket.c UDP friendly

2003-01-30 Thread Philippe M. Chiasson
. Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B) http://gozer.ectoplasm.org/F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5 Q: It is impossible to make anything foolproof because fools are so ingenious. perl -e'$$=\${gozer};{$_=unpack(P7,pack(L

Re: [PATCH] apr-util/buckets/apr_buckets_socket.c UDP friendly

2003-01-30 Thread Philippe M. Chiasson
: Phillipe, your patches missed the email. Maybe you'd like to rebook on a later email? david - Original Message - From: Philippe M. Chiasson [EMAIL PROTECTED] To: dev@apr.apache.org Sent: Thursday, January 30, 2003 3:10 PM Subject: [PATCH] apr-util/buckets/apr_buckets_socket.c