- Apr 19, 2002
-
-
Daniel Stenberg authored
A Bjrn Reese patch.
-
- Apr 17, 2002
-
-
Sterling Hughes authored
This can be optimized a tidbit, but this is a start.
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Mar 15, 2002
-
-
Daniel Stenberg authored
Now first check if IPv6 is supported, then use PF_UNSPEC. If not, use PF_INET. It'll solve both the "slow name lookup" problem on IPv4 and still work fine on IPv6 hosts. Bug report #530204 has more details: http://sourceforge.net/tracker/?func=detail&atid=100976&aid=530204&group_id=976
-
Daniel Stenberg authored
functionality and this change reverts this. However, with this revert we bring back problems on (some/all?) non-IPv6 enabled Linux machines that have getaddrinfo().
-
- Feb 20, 2002
-
-
Daniel Stenberg authored
-
- Feb 18, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Really, we should only #define this in one file, not both here and in connect.c!
-
- Jan 31, 2002
-
-
Daniel Stenberg authored
-
- Jan 28, 2002
-
-
Daniel Stenberg authored
on IPv4-linux machines
-
- Jan 18, 2002
-
-
Daniel Stenberg authored
-
- Jan 17, 2002
-
-
Daniel Stenberg authored
all platforms, I also edited a few data types slightly to prevent my compiler from warning on comparisions between signed and unsigned values
-
Sterling Hughes authored
fine..
-
Sterling Hughes authored
host:port, so accessing curl.haxx.se on port 80 would yield a key value of :: curl.haxx.se:80
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
-
Sterling Hughes authored
2) in the curl_dns_cache_entry structure, timestamp should be a time_t instead of an integer (although I doubt it matters).
-
Sterling Hughes authored
The default cache timeout for this is 60 seconds, which is arbitrary and completely subject to change :)
-
- Jan 07, 2002
-
-
Sterling Hughes authored
-
Sterling Hughes authored
- Use a global dns cache (via setting the tentatively named, CURLOPT_DNS_USE_GLOBAL_CACHE option to true) - Use a per-handle dns cache, by default - Use a pooled dns cache when in the "multi" interface
-
- Jan 03, 2002
-
-
Daniel Stenberg authored
-
- Jan 02, 2002
-
-
Daniel Stenberg authored
-
- Dec 04, 2001
-
-
Daniel Stenberg authored
-
- Oct 23, 2001
-
-
Daniel Stenberg authored
more CPU architectures
-
- Oct 17, 2001
-
-
Daniel Stenberg authored
makes it easier to disable debug output when built with debug functions
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Oct 04, 2001
-
-
Daniel Stenberg authored
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
-
Daniel Stenberg authored
-
- Oct 03, 2001
-
-
Daniel Stenberg authored
for when gethostbyname() is used so that we have the memory of the struct allocated. This turns out to be needed if the curl handled is passed between threads on Windows and possibly other operating systems where we use that function.
-
- Sep 28, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 12, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
gethostbyname_r() function, most notably windows machines...
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Aug 30, 2001
-
-
Daniel Stenberg authored
be posted in a minute to the libcurl list.
-
- Aug 06, 2001
-
-
Daniel Stenberg authored
-
- May 30, 2001
-
-
Daniel Stenberg authored
-
- Feb 05, 2001
-
-
Daniel Stenberg authored
-
- Jan 05, 2001
-
-
Daniel Stenberg authored
-
- Jan 03, 2001
-
-
Daniel Stenberg authored
-