- Jun 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a host name that resolves to multiple IP addresses.
-
- May 17, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- May 04, 2004
-
-
Daniel Stenberg authored
out of memory (thanks to 'runtests.pl -t')
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
make the code easier to read
-
Daniel Stenberg authored
usage.
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
threaded name resolves.
-
- Apr 21, 2004
-
-
Daniel Stenberg authored
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
-
- Apr 14, 2004
-
-
Daniel Stenberg authored
now cause the resolve function to return NULL immediately
-
Daniel Stenberg authored
some bad thinking on my part.
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
when not using ares.
-
- Apr 12, 2004
-
-
Daniel Stenberg authored
even such platforms?)
-
- Apr 06, 2004
-
-
Daniel Stenberg authored
time to restructure this source file!
-
Daniel Stenberg authored
Good enough?
-
- Apr 01, 2004
-
-
Daniel Stenberg authored
from a name resolve. Without this, we leak memory!
-
Daniel Stenberg authored
-
- Mar 31, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the specific time to wait for a resolve. The definition is at the top of this source file.
-
Daniel Stenberg authored
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
of Curl_is_resolved() to address Roy Shan's reported problem.
-
- Mar 29, 2004
-
-
Daniel Stenberg authored
might change it. I don't *think* it does it when the timeout is 0,0 but it is better to be sure...
-
- Mar 17, 2004
-
-
Daniel Stenberg authored
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
DEBUG_THREADING_GETHOSTBYNAME is defined
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
an int when we assign it.
-
- Feb 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleared up some ssize_t/size_t mixups
-
- Feb 20, 2004
-
-
Daniel Stenberg authored
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest!
-
- Feb 18, 2004
-
-
Daniel Stenberg authored
my_getaddrinfo() (caused a warning by the IRIX MIPSPro compiler). Also clarified the situation for the 3-arg version of gethostbyname_r() with a huge comment.
-
Daniel Stenberg authored
be. Simply skip the pruning.
-
- Feb 16, 2004
-
-
Daniel Stenberg authored
same channel during the whole curl handle's life until curl_easy_cleanup().
-
- Feb 15, 2004
-
-
Daniel Stenberg authored
seems to correct some host cache screw-ups I could reproduce.
-
- Feb 12, 2004
-
-
Daniel Stenberg authored
archs, also no longer typecast pointers to ints as that is a nono on 64bit systems.
-
- Feb 05, 2004
-
-
Daniel Stenberg authored
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
NOTE that this breaks ares-compatibility, we have now officially taken the turn into the c-ares path. We will now officially depend on c-ares for asynch name resolves.
-
Daniel Stenberg authored
as well, and when failing and not getting a timeout we now include the error message ares can provide us with.
-
Daniel Stenberg authored
Dirk Manske, but modified by me.
-