Testing on BEOS?

2003-11-26 Thread Hrvoje Niksic
Does someone have access to a BEOS machine with a compiler?  I'd like
to verify whether the current CVS works on BEOS, i.e. whether it's
still true that BEOS doesn't support MSG_PEEK.

Speaking of testing, please be sure to test the latest CVS on Windows
as well, where MSG_PEEK is said to be flaky.  HTTPS is another thing
that might work strangely because SSL_peek is undocumented (!).


MSG_PEEK (was Re: Testing on BEOS?)

2003-11-26 Thread Daniel Stenberg
On Wed, 26 Nov 2003, Hrvoje Niksic wrote:

 Speaking of testing, please be sure to test the latest CVS on Windows as
 well, where MSG_PEEK is said to be flaky.  HTTPS is another thing that might
 work strangely because SSL_peek is undocumented (!).

Out of curiosity, why are you introducing this peeking? I mean, what's the
gain?

-- 
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


RE: Testing on BEOS?

2003-11-26 Thread Herold Heiko
Sample windows MSVC compiled and basic test performed (download of the same
site with http and https, got exactly the same files).
Binary at the usual place, unfortunately my crappy ISP webserver seems to be
in Guru Meditation just now and refuses access (not the first problem after
the recent merger induced changes), so here are the direct links for binary
and sources:
ftp://ftp.sunsite.dk/projects/wget/windows/wget20031126b.zip
ftp://ftp.sunsite.dk/projects/wget/windows/wget20031126s.zip

Whenever that webserver will decide to return to earth the usual description
(stating nothing special in this case) will again be available at
http://xoomer.virgilio.it/hherold

Heiko

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED]
-- +39-041-5907073 ph
-- +39-041-5907472 fax

 -Original Message-
 From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, November 26, 2003 2:38 PM
 To: [EMAIL PROTECTED]
 Subject: Testing on BEOS?
 
 
 Does someone have access to a BEOS machine with a compiler?  I'd like
 to verify whether the current CVS works on BEOS, i.e. whether it's
 still true that BEOS doesn't support MSG_PEEK.
 
 Speaking of testing, please be sure to test the latest CVS on Windows
 as well, where MSG_PEEK is said to be flaky.  HTTPS is another thing
 that might work strangely because SSL_peek is undocumented (!).