Re: cvs commit: apr/atomic/unix apr_atomic.c

2003-12-14 Thread Jeff Trawick
Joe Orton wrote: On Fri, Dec 12, 2003 at 05:47:23PM -, Jeff Trawick wrote: trawick 2003/12/12 09:47:23 Modified:atomic/unix apr_atomic.c Log: enable the x86 atomic code on Solaris/x86 Any guesses whether that will work with the vendor cc on Solaris or will this need __GNUC__ protect

Bug report for APR [2003/12/14]

2003-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: apr/atomic/unix apr_atomic.c

2003-12-14 Thread Joe Orton
On Fri, Dec 12, 2003 at 05:47:23PM -, Jeff Trawick wrote: > trawick 2003/12/12 09:47:23 > > Modified:atomic/unix apr_atomic.c > Log: > enable the x86 atomic code on Solaris/x86 Any guesses whether that will work with the vendor cc on Solaris or will this need __GNUC__ protection

Re: Large file support and .PDF files (was Re: cvs commit: apr/include apr.hnw)

2003-12-14 Thread Joe Orton
On Sat, Dec 13, 2003 at 01:39:06PM -0700, Brad Nicholes wrote: >We have noticed at least on NetWare that enabling large file support > causes problems when trying to use acrobat reader in the browser to view > a .PDF file. My guess is that this is due to the redefinition of > apr_off_t to off6

Re: cvs commit: apr/include apr.hnw

2003-12-14 Thread Cliff Woolley
On Sun, 14 Dec 2003, [ISO-8859-15] André Malo wrote: > > Acrobat Reader is just about the only client I know of that actually uses > > byte range requests. So if PDF serving to acroread is broken, the > > byterange filter is virtually always the culprit. > > Nah, every download manager (e.g. wget

[PATCH] Resolve relative URLs

2003-12-14 Thread Nick Kew
[ first submitted in November; folks @apachecon suggested resubmitting ] -- Nick Kew --- srclib/apr-util/uri/apr_uri.c 2003-03-03 18:31:58.0 + +++ srclib/apr-util/uri/apr_uri.c.new 2003-11-01 14:58:31.0 + @@ -448,3 +448,94 @@ } return APR_EGENERAL; } +/

Re: cvs commit: apr/include apr.hnw

2003-12-14 Thread André Malo
* Cliff Woolley <[EMAIL PROTECTED]> wrote: > Acrobat Reader is just about the only client I know of that actually uses > byte range requests. So if PDF serving to acroread is broken, the > byterange filter is virtually always the culprit. Nah, every download manager (e.g. wget) uses them. nd

Re: cvs commit: apr/include apr.hnw

2003-12-14 Thread Cliff Woolley
On Sat, 13 Dec 2003 [EMAIL PROTECTED] wrote: > bnicholes2003/12/13 12:32:49 > > Modified:include apr.hnw > Log: > large file support is causing problems with acrobat reader and PDF > files. Turning it off on NetWare until I can figure out why. Acrobat Reader is just about the only