- Jun 08, 2004
-
-
Daniel Stenberg authored
-
- May 13, 2004
-
-
Daniel Stenberg authored
we now use it to provide more info back on connect failures.
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
make the code easier to read
-
Daniel Stenberg authored
-
- Apr 17, 2004
-
-
Daniel Stenberg authored
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
sessionhandle to make the duphandle() function work as supposed. Also tried to start document functions the doxygen way (in the headers of the functions). Can't make it work though...
-
- Mar 31, 2004
-
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
less
-
- Mar 29, 2004
-
-
Daniel Stenberg authored
-
- Mar 27, 2004
-
-
Daniel Stenberg authored
-
- Mar 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 25, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 24, 2004
-
-
Daniel Stenberg authored
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too!
-
- Mar 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 17, 2004
-
-
Daniel Stenberg authored
-
- Mar 11, 2004
-
-
Daniel Stenberg authored
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
defines are in setup.h.
-
- Mar 08, 2004
-
-
Daniel Stenberg authored
-
- Mar 04, 2004
-
-
Daniel Stenberg authored
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
-
- Feb 15, 2004
-
-
Daniel Stenberg authored
SO_BINDTODEVICE is present, to prevent compiler warnings about the variable
-
- Feb 13, 2004
-
-
Daniel Stenberg authored
more" when the previous approach. Known to work on Linux, possibly on other platforms as well.
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 30, 2004
-
-
Daniel Stenberg authored
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
2. now reads the socket error before check connect status, also to make us run fine on MPE/iX
-
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.
-