- Nov 14, 2003
-
-
Daniel Stenberg authored
properly bail out from, when using ares.
-
- Oct 28, 2003
-
-
Daniel Stenberg authored
-
- Oct 24, 2003
-
-
Daniel Stenberg authored
-
- Oct 20, 2003
-
-
Daniel Stenberg authored
-
- Oct 14, 2003
-
-
Daniel Stenberg authored
-
- Oct 12, 2003
-
-
Daniel Stenberg authored
multiple DNS lookups can run simultaneously faster. The downside is that resolving the same host name now can be made at once from multiple threads, but the upside is that threads now don't alwys have to wait for the others' resolves. Test case 506 updated accordingly.
-
- Oct 05, 2003
-
-
Daniel Stenberg authored
-
- Oct 04, 2003
-
-
Daniel Stenberg authored
my_getaddrinfo() has been called (and wait has been set to TRUE), we check if the name already is resolved and if so don't return wait status to the parent. This can happen with IP-only names.
-
- Sep 19, 2003
-
-
Daniel Stenberg authored
-
- Sep 14, 2003
-
-
Daniel Stenberg authored
NOT free the existing hash entry when we try to add a new one that matches an existing entry. We now instead free the new one, and make the parent function use the old entry's struct instead.
-
- Sep 11, 2003
-
-
Daniel Stenberg authored
Problem tracked down by Bjorn Reese.
-
- Sep 01, 2003
-
-
Daniel Stenberg authored
Jeff Pohlmeyer fixed.
-
- Aug 22, 2003
-
-
Daniel Stenberg authored
-
- Aug 21, 2003
-
-
Daniel Stenberg authored
-
- Aug 19, 2003
-
-
Daniel Stenberg authored
Curl_is_resolved() function
-
Daniel Stenberg authored
-
- Aug 06, 2003
-
-
Daniel Stenberg authored
make sure it set async false even when using ipv6 (made test case 20 fail before)
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- May 20, 2003
-
-
Daniel Stenberg authored
-
- May 13, 2003
-
-
Daniel Stenberg authored
the define accordingly in the hostip.h header to work nicely all over.
-
- Apr 03, 2003
-
-
Daniel Stenberg authored
-
- Mar 19, 2003
-
-
Daniel Stenberg authored
-
- Mar 03, 2003
-
-
Daniel Stenberg authored
-
- Feb 04, 2003
-
-
Jean-Philippe Barette-LaPierre authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Dec 16, 2002
-
-
Daniel Stenberg authored
for a bigger buffer and this is indeed badness for us. Making this work on both old and new glibc versions require an ugly loop that in its worse form cause 45 bad loops when using the correct glibc and a non-resolving host name... :-/ We want a better fix. Badly.
-
- Nov 26, 2002
-
-
Daniel Stenberg authored
for freeing single dns cache entries
-
- Nov 11, 2002
-
-
Daniel Stenberg authored
AGGRESIVE_TEST is also defined, as an addition to MALLOCDEBUG. It doesn't work for multi interface usage and should only be used with careful consideration.
-
- Nov 05, 2002
-
-
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 31, 2002
-
-
Daniel Stenberg authored
memory. Avery Fay brought the example code that proved this.
-
- Oct 21, 2002
-
-
Daniel Stenberg authored
size isn't big enough. For some reason they now return EAGAIN. Redhat 8 ships with this glibc version.
-
- Sep 30, 2002
-
-
Daniel Stenberg authored
when it can't lookup the name (at least in some cases) and thus we need to make an extra check to detect failures.
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Aug 30, 2002
-
-
Daniel Stenberg authored
-
- Aug 08, 2002
-
-
Daniel Stenberg authored
-
- Jun 26, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-