- Oct 17, 2006
-
-
Daniel Stenberg authored
c-ares name resolves, but now we do!
-
- Jul 25, 2006
-
-
Yang Tse authored
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
-
Gisle Vanem authored
Curl_freeaddrinfo() and Curl_ip2addr().
-
- Jul 24, 2006
-
-
Gisle Vanem authored
-
- Jul 21, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 11, 2006
-
-
Yang Tse authored
-
- May 05, 2006
-
-
Daniel Stenberg authored
-
- May 04, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. When changing to this, the former function Curl_ourerrno() is now instead called Curl_sockerrno() as it is necessary to only use it to get errno from socket-related functions as otherwise it won't work as intended on Windows.
-
- Apr 26, 2006
-
-
Gisle Vanem authored
(more logical).
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
code rearrange to fit the future better.
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
CURLE_OK or CURLE_OUT_OF_MEMORY. Add typecast in hostares.c.
-
Daniel Stenberg authored
operation to the caller. Disconnecting has the disadvantage that the conn pointer gets completely invalidated and this is not handled on lots of places in the code.
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- May 07, 2004
-
-
Daniel Stenberg authored
internally-used name.
-
Daniel Stenberg authored
-
- May 06, 2004
-
-
Daniel Stenberg authored
when ares fails to resolve a name. This was fixed before but somehow has fallen out again!
-
- 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
-
Daniel Stenberg authored
usage.
-