Daniel Stenberg
|
5b55f9ecb3
Gnter Knauf's NetWare changes.
|
21 years ago |
Daniel Stenberg
|
47afa058a8
store times in time_t
|
21 years ago |
Daniel Stenberg
|
52d85341ae
only build with the windows threading trace code if
|
21 years ago |
Daniel Stenberg
|
9116dd41bd
tv_sec is an int, so we explicitly typecast the result of long - long to
|
21 years ago |
Daniel Stenberg
|
f35c28214e
use size_t to keep strlen() results
|
21 years ago |
Daniel Stenberg
|
35fd1365ae
simplied how create_hostcache_id() is used, and also its function somewhat
|
21 years ago |
Daniel Stenberg
|
7d844c430c
Gisle Vanem brings name resolving timeout possibilities to windows people.
|
21 years ago |
Daniel Stenberg
|
62a12b7faf
No longer uses the 'ret' variable in the plain ipv4-version of
|
21 years ago |
Daniel Stenberg
|
e2b6a45cfa
Make sure dns cache timeout -1 really means forever, as it is documented to
|
21 years ago |
Daniel Stenberg
|
ccdaa0b51f
Make the 'areschannel' get created in the curl_easy_init() and re-use that
|
21 years ago |
Daniel Stenberg
|
a7e04cac78
Mark the dns entry 'inuse' properly even when used from the cache. This
|
21 years ago |
Daniel Stenberg
|
4674f3f115
Make hostcache_fixoffset() take a long for offset, to fully work with 64bit
|
21 years ago |
Daniel Stenberg
|
791e49134b
hide the pack_hostent proto if ipv6 is enabled, as figured out by Tor Arntsen
|
21 years ago |
Daniel Stenberg
|
886391d145
adjusted to the modified ares_strerror() function
|
21 years ago |
Daniel Stenberg
|
e1d541086c
Dirk Manske fixed the ares usage even more. We could get a timeout from ares
|
21 years ago |
Daniel Stenberg
|
12fa877f00
Timeout slow ares name lookups. This is based on the patch brought by
|
21 years ago |
Daniel Stenberg
|
2d567af069
fixed the Curl_resolv()'s return code when the looked up host was already
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
3788f25eac
added a library-wide interface for doing dns cache pruning, and no longer
|
21 years ago |
Daniel Stenberg
|
cfe53768dd
if Curl_hash_add() returns NULL, we shall not free the addrinfo field as that
|
21 years ago |
Daniel Stenberg
|
06c38330ba
Steve Green fixed Curl_resolv()
|
21 years ago |
Daniel Stenberg
|
a0a5668dbd
do ares_destroy() on the ares handle when we're done in Curl_is_resolved()
|
21 years ago |
Daniel Stenberg
|
a701f3dddf
Siddhartha Prakash Jain found a case with a bad resolve that we didn't
|
21 years ago |
Daniel Stenberg
|
25613503cb
Another glibc resolve name fix
|
21 years ago |
Daniel Stenberg
|
017a78d0c5
better bailing-out cleanup if a malloc fails in the DNS cache
|
21 years ago |
Daniel Stenberg
|
31b6bb6a41
lock the DNS cache properly before adding an entry when using asynch DNS
|
21 years ago |
Daniel Stenberg
|
749f5387c1
Gisle Vanem's IPv6-on-Windows patch applied!
|
21 years ago |
Daniel Stenberg
|
022996e5c7
Dirk Manske made the share-locking around DNS lookups a bit "looser" so that
|
21 years ago |
Daniel Stenberg
|
a0118fb390
just re-indented some code
|
21 years ago |
Daniel Stenberg
|
343291ce37
Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
|
21 years ago |