Commit History

Author SHA1 Message Date
  Daniel Stenberg 2297eca103 Added CURLOPT_IPRESOLVE support 21 years ago
  Daniel Stenberg 14597475b1 Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 21 years ago
  Daniel Stenberg c1f31180a2 Curl_is_resolved(): FD_ZERO the file descriptors before we call ares_fds(). 21 years ago
  Daniel Stenberg 5629eeaec2 The error buffer was not getting filled when Curl_wait_for_resolv() fails. 21 years ago
  Daniel Stenberg 7e7d89471a use proper type to prevent compiler warning 21 years ago
  Daniel Stenberg e67d15b50e Vincent Sanders provided a fix for name resolving when linked with uClibc. 21 years ago
  Daniel Stenberg b1da98170f make sure the 'done' variable is always set to something in the 21 years ago
  Daniel Stenberg 33cf204e9a don't set done==TRUE if the host name doesn't resolve 21 years ago
  Daniel Stenberg 62b65a5f20 make it build without ares support 21 years ago
  Daniel Stenberg b73612392d ares awareness/usage/support added. If configure --enable-ares is used, we 21 years ago
  Daniel Stenberg 556ce1c6a1 minor code style fix 21 years ago
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 years ago
  Daniel Stenberg 9a6566e774 Gisle Vanem's code for not trusting h_aliases to always be non-NULL 21 years ago
  Daniel Stenberg e615d117a0 Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup 21 years ago
  Daniel Stenberg 0821447b5b spell fix 22 years ago
  Daniel Stenberg b28b616eb2 typecast the conversion from const char * to char * 22 years ago
  Daniel Stenberg 8d5ac8b43c AIX 4.3 or later should use gethostbyname() and not the *_r() version. 22 years ago
  Jean-Philippe Barette-LaPierre beb13a1d3e added the sharing of DNS cache 22 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 22 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 years ago
  Daniel Stenberg e879e26a5b EAGAIN on older (correct) glibc versions indicate a problem and not the need 22 years ago
  Daniel Stenberg 7df5677b46 fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo() 22 years ago
  Daniel Stenberg ca6e770837 The test for DNS cache entries left locked is now only built if 22 years ago
  Daniel Stenberg 2cff251863 Curl_resolv() now returns a different struct, and it contains a reference 22 years ago
  Daniel Stenberg 5bc78cb724 Disable the DNS cache (by setting the timeout to 0) made libcurl leak 22 years ago
  Daniel Stenberg 32c03eadd6 glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer 22 years ago
  Daniel Stenberg 84fa12c885 Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even 22 years ago
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 years ago
  Daniel Stenberg 7438c378be prevent compiler warning 22 years ago
  Daniel Stenberg ca5678c8c1 attempted hpux fix for resolves 22 years ago