- Jan 29, 2004
-
-
Daniel Stenberg authored
warnings. Minor edits by me.
-
- Jan 15, 2004
-
-
Daniel Stenberg authored
-
- Jan 14, 2004
-
-
Daniel Stenberg authored
it compiler better on amigaos
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Nov 13, 2003
-
-
Daniel Stenberg authored
I guess it seldomly happens on linux and that's why it wasn't found before. He used Solaris to notice it. I took the opportunity to rewrite the Curl_connecthost() slightly to feature less duplicate code in the two different versions (ipv4/ipv6).
-
- Oct 18, 2003
-
-
Daniel Stenberg authored
-
- Oct 15, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
hogs Windows machines when libcurl is being used multi-threaded (with > ~50 threads). Andrew Fuller helped us verify and test this. According to a MSDN web page on connect(), it returns 0 when the connect is done and thus we don't need the getsockopt() call anyway on Windows.
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
- Oct 08, 2003
-
-
Daniel Stenberg authored
addresses, if one of them fails (ipv4-code).
-
- Oct 05, 2003
-
-
Daniel Stenberg authored
Jeremy Friesner.
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- May 13, 2003
-
-
Daniel Stenberg authored
the define accordingly in the hostip.h header to work nicely all over.
-
- May 12, 2003
-
-
Daniel Stenberg authored
name isn't an ip address
-
- May 01, 2003
-
-
Daniel Stenberg authored
-
- Mar 11, 2003
-
-
Daniel Stenberg authored
in the Curl_is_connected() function.
-
- Feb 14, 2003
-
-
Daniel Stenberg authored
even better (also based on input from Martin).
-
Daniel Stenberg authored
AIX 3.2.5 and possibly other OSF-like system headers.
-
Daniel Stenberg authored
-
- Feb 04, 2003
-
-
Jean-Philippe Barette-LaPierre authored
-
- Jan 23, 2003
-
-
Daniel Stenberg authored
and this has been verified to correct the problem.
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Jan 09, 2003
-
-
Daniel Stenberg authored
stack. Kjetil Jacobsen reported and verified the fix.
-
- Dec 17, 2002
-
-
Daniel Stenberg authored
#651464.
-
- Dec 13, 2002
-
-
Daniel Stenberg authored
or not
-
Daniel Stenberg authored
multi interface works with file:// URLs fine (previously it crashed). This won't make it work on Windows though...
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
-
- Nov 05, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
counter so that the caller needs to decrease that counter when done with the returned data. If compiled with MALLOCDEBUG I've added some extra checking that the counter is decreased before a handle is closed etc.
-
- Oct 12, 2002
-
-
Daniel Stenberg authored
interface
-
- Sep 11, 2002
-
-
Daniel Stenberg authored
when talking to a IPv6-server using IPv6 IP address only.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Aug 26, 2002
-
-
Daniel Stenberg authored
-
- Aug 12, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
-
- Jun 12, 2002
-
-
Daniel Stenberg authored
-
- Jun 10, 2002
-
-
Daniel Stenberg authored
-
- Apr 25, 2002
-
-
Daniel Stenberg authored
any name resolved data in any curl handle struct. That way, we won't mind if the cache entries are pruned for the next time we need them. We'll just resolve them again instead. This changes the Curl_resolv() proto. It modifies the SessionHandle struct but perhaps most importantly, it'll make the internals somewhat dependent on the DNS cache not being disabled as that will cripple operations somewhat. Especially for persistant connections.
-