Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Joe Orton
On Wed, Dec 04, 2002 at 08:21:36AM -0500, Jeff Trawick wrote: > Colm MacCárthaigh <[EMAIL PROTECTED]> writes: > > > On Wed, Dec 04, 2002 at 12:25:49PM +, Colm MacCárthaigh wrote: > > > My tests (and patch) were based on apr and apr-util from CVS , > > > with the 2.0.43 codebase, because CVS s

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Jeff Trawick
Colm MacCárthaigh <[EMAIL PROTECTED]> writes: > > as David Reid reminded, the flag needs to default to 0 on the right > > Linux boxen... unless/until we get specific info, I plan to tweak > > your patch to default it to --disable when building on Linux 2.4.x... > > relatively few users who would

Re: APR_TMP_DIRECTORY

2002-12-04 Thread rbb
On 4 Dec 2002 [EMAIL PROTECTED] wrote: > Juan Rivera <[EMAIL PROTECTED]> writes: > > > Along those lines would be the ability to generate a unique temporary file > > name. Windows provides that functionality. I think it can be very handy. > > Subversion has a custom routine for doing that, too.

Re: APR_TMP_DIRECTORY

2002-12-04 Thread Karl Fogel
Juan Rivera <[EMAIL PROTECTED]> writes: > Along those lines would be the ability to generate a unique temporary file > name. Windows provides that functionality. I think it can be very handy. As Mike Pilato described, Subversion has a way of doing this. But where Windows provides a native mechani

RE: APR_TMP_DIRECTORY

2002-12-04 Thread Juan Rivera
Title: RE: APR_TMP_DIRECTORY Along those lines would be the ability to generate a unique temporary file name. Windows provides that functionality. I think it can be very handy. Best regards, Juan C. Rivera Citrix Systems, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[E

Re: APR_TMP_DIRECTORY

2002-12-04 Thread cmpilato
Juan Rivera <[EMAIL PROTECTED]> writes: > Along those lines would be the ability to generate a unique temporary file > name. Windows provides that functionality. I think it can be very handy. Subversion has a custom routine for doing that, too. You specify a prefix path (like "/tmp/svn-commit")

Re: APR_TMP_DIRECTORY

2002-12-04 Thread cmpilato
"David Reid" <[EMAIL PROTECTED]> writes: > Well, repost it then :) Heh... here's what I had posted (taken from the 200211.gz archive): This has been mentioned before -- at least by myself, perhaps by others, too -- but the Subversion folks would *really* like to see APR grow a gimme

Re: APR_TMP_DIRECTORY

2002-12-04 Thread cmpilato
Kevin Pilch-Bisson <[EMAIL PROTECTED]> writes: > On Wed, Dec 04, 2002 at 05:56:38PM +, Thom May wrote: > > * David Reid ([EMAIL PROTECTED]) wrote : > > > If we don't have such a declare maybe we should add one? I say this as > > > htpasswd.c (in httpd) uses P_tmpdir that isn't portable and br

RE: Call For Assistance

2002-12-04 Thread Sander Striker
> From: MR.IKE COLLINS [mailto:[EMAIL PROTECTED] > Sent: 04 December 2002 05:33 > To: dev@apr.apache.org > Subject: Call For Assistance Damn! I hope it wasn't me who approved the wrong mail in the moderation queue... If it was, my apologies for letting this through. Sander

Re: APR_TMP_DIRECTORY

2002-12-04 Thread Kevin Pilch-Bisson
On Wed, Dec 04, 2002 at 05:56:38PM +, Thom May wrote: > * David Reid ([EMAIL PROTECTED]) wrote : > > If we don't have such a declare maybe we should add one? I say this as > > htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos > > build. Also Thom found a note in his s

Call For Assistance

2002-12-04 Thread MR.IKE COLLINS
MR.IKE COLLINS BRANCH MANAGER, UNITED BANK FOR AFRICA PLC ILUPEJU BRANCH LAGOS NIGERIA TELEPHONE: 234-1-776 0962 FAX: 234-1-759-4725 ATTN: PRESIDENT/C.E.O I am pleased to get across to you for a very urgent and profitable business proposal, though I don't know you neither have I seen you before

Re: APR_TMP_DIRECTORY

2002-12-04 Thread rbb
On Wed, 4 Dec 2002, David Reid wrote: > If we don't have such a declare maybe we should add one? I say this as > htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos > build. Also Thom found a note in his stdio.h file saying that it wasn't the > right way to do things, an

Re: APR_TMP_DIRECTORY

2002-12-04 Thread David Reid
> > If we don't have such a declare maybe we should add one? I say this as > > htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos > > build. Also Thom found a note in his stdio.h file saying that it wasn't the > > right way to do things, and I agree it's not. > > > > I pro

Re: APR_TMP_DIRECTORY

2002-12-04 Thread Greg Marr
At 11:41 AM 12/4/2002, David Reid wrote: If we don't have such a declare maybe we should add one? I say this as htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos build. Also Thom found a note in his stdio.h file saying that it wasn't the right way to do things, and I a

Re: APR_TMP_DIRECTORY

2002-12-04 Thread Thom May
* David Reid ([EMAIL PROTECTED]) wrote : > If we don't have such a declare maybe we should add one? I say this as > htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos > build. Also Thom found a note in his stdio.h file saying that it wasn't the > right way to do things, an

expat.h broken?

2002-12-04 Thread Sebastian Bergmann
I can't compile current HEAD of httpd-2.0 due to the compiler errors shown in http://www.sebastian-bergmann.de/stuff/apr-util.txt. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-be

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Colm MacCárthaigh
On Wed, Dec 04, 2002 at 08:21:36AM -0500, Jeff Trawick wrote: > Colm MacCárthaigh <[EMAIL PROTECTED]> writes: > > > On Wed, Dec 04, 2002 at 12:25:49PM +, Colm MacCárthaigh wrote: > > > My tests (and patch) were based on apr and apr-util from CVS , > > > with the 2.0.43 codebase, because CVS s

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Colm MacCárthaigh
On Wed, Dec 04, 2002 at 12:25:49PM +, Colm MacCárthaigh wrote: > My tests (and patch) were based on apr and apr-util from CVS , > with the 2.0.43 codebase, because CVS seems broken right now. stupid pre-test patch, here's the real one: Index: configure.in

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Colm MacCárthaigh
On Wed, Dec 04, 2002 at 07:12:04AM -0500, Jeff Trawick wrote: > Colm MacCárthaigh <[EMAIL PROTECTED]> writes: > > > O.k., now that is interesting, another thing I've noticed is that when > > the encoding is chunked, I can't replicate the problem. Presumably the > > problem is related to how much d

APR_TMP_DIRECTORY

2002-12-04 Thread David Reid
If we don't have such a declare maybe we should add one? I say this as htpasswd.c (in httpd) uses P_tmpdir that isn't portable and breaks the beos build. Also Thom found a note in his stdio.h file saying that it wasn't the right way to do things, and I agree it's not. I propose that it would simp

(forw) [thom@planetarytramp.net: Re: exports]

2002-12-04 Thread Thom May
*mutters* --- Begin Message --- * David Reid ([EMAIL PROTECTED]) wrote : > OK, so it's not just beos :) Must be certain versions of awk or some such... > > What versions do you have? > > I'm using GNU Awk 3.0 GNU Awk 3.0.3 on NetBSD; Mawk 1.3.3 on Linux With GNU Awk 3.1.1 on Linux, the build is s

Re: exports

2002-12-04 Thread Thom May
* David Reid ([EMAIL PROTECTED]) wrote : > I'm seeing build breakage on beos due to the windows header crud from expat > being included in exports.c... Not sure why as it all looks good but maybe > our awk export can have a quick look or email me direct to get a fix? Ta. > I'm seeing this on NetBS

exports

2002-12-04 Thread David Reid
I'm seeing build breakage on beos due to the windows header crud from expat being included in exports.c... Not sure why as it all looks good but maybe our awk export can have a quick look or email me direct to get a fix? Ta. david

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread William A. Rowe, Jr.
At 07:18 AM 12/4/2002, Colm MacCárthaigh wrote: >> In the interest of tying up loose ends, I'm still concerned with your >> observation that --disable-sendfile didn't do the right thing... did >> you "make distclean" before re-configuring? > >The problem there was that --disable-sendfile isnt an o

Re: Linux + TCP_CORK + IPv6 = Broken [PATCH]

2002-12-04 Thread Jeff Trawick
Colm MacCárthaigh <[EMAIL PROTECTED]> writes: > On Wed, Dec 04, 2002 at 12:25:49PM +, Colm MacCárthaigh wrote: > > My tests (and patch) were based on apr and apr-util from CVS , > > with the 2.0.43 codebase, because CVS seems broken right now. > > stupid pre-test patch, here's the real one:

Re: cvs commit: apr-iconv/ces libapriconv_ces_modules.dsp

2002-12-04 Thread Branko Äibej
William A. Rowe, Jr. wrote: >One question - should the target install be bin/iconv or simply iconv? > > Hm, by analogy with modules, it should be just iconv I think. -- Brane Äibej <[EMAIL PROTECTED]> http://www.xbc.nu/brane/