summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* just re-indented some codeDaniel Stenberg2003-10-051-5/+5
* Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg2003-10-041-9/+18
* Added CURLOPT_IPRESOLVE supportDaniel Stenberg2003-09-191-2/+18
* Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUSTDaniel Stenberg2003-09-141-7/+14
* Curl_is_resolved(): FD_ZERO the file descriptors before we call ares_fds().Daniel Stenberg2003-09-111-1/+5
* The error buffer was not getting filled when Curl_wait_for_resolv() fails.Daniel Stenberg2003-09-011-1/+3
* use proper type to prevent compiler warningDaniel Stenberg2003-08-221-1/+1
* Vincent Sanders provided a fix for name resolving when linked with uClibc.Daniel Stenberg2003-08-211-5/+11
* make sure the 'done' variable is always set to something in theDaniel Stenberg2003-08-191-2/+2
* don't set done==TRUE if the host name doesn't resolveDaniel Stenberg2003-08-191-2/+1
* make it build without ares supportDaniel Stenberg2003-08-061-1/+23
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-109/+338
* minor code style fixDaniel Stenberg2003-07-231-6/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-6/+6
* Gisle Vanem's code for not trusting h_aliases to always be non-NULLDaniel Stenberg2003-05-201-6/+10
* Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg2003-05-131-5/+2
* spell fixDaniel Stenberg2003-04-031-1/+1
* typecast the conversion from const char * to char *Daniel Stenberg2003-03-191-2/+2
* AIX 4.3 or later should use gethostbyname() and not the *_r() version.Daniel Stenberg2003-03-031-1/+15
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-1/+24
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-9/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* EAGAIN on older (correct) glibc versions indicate a problem and not the needDaniel Stenberg2002-12-161-4/+16
* fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()Daniel Stenberg2002-11-261-7/+15
* The test for DNS cache entries left locked is now only built ifDaniel Stenberg2002-11-111-1/+1
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-65/+81
* Disable the DNS cache (by setting the timeout to 0) made libcurl leakDaniel Stenberg2002-10-311-0/+2
* glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given bufferDaniel Stenberg2002-10-211-8/+19
* Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 evenDaniel Stenberg2002-09-301-0/+2
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* prevent compiler warningDaniel Stenberg2002-08-301-0/+1
* attempted hpux fix for resolvesDaniel Stenberg2002-08-081-1/+1
* Glen Nakamura made his fix look even better!Daniel Stenberg2002-06-261-4/+3
* Glen Nakamura's patch for Curl_getaddrinfo().Daniel Stenberg2002-06-261-8/+12
* Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg2002-06-111-0/+17
* getaddrinfo() failures now show port number too in informational outputDaniel Stenberg2002-06-101-1/+1
* hostcache_fixoffset() is now corrected to work on 64bit architecturesDaniel Stenberg2002-06-051-9/+10
* Fixes bug report #556930 - we need to make sure that the data is all rightDaniel Stenberg2002-05-171-3/+16
* Jacky Lam's fix to make the realloc() of the hostent data work properlyDaniel Stenberg2002-05-011-6/+30
* Now uses Curl_ as prefix for internal global symbols. curl_ should only beDaniel Stenberg2002-04-271-13/+13
* In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg2002-04-251-5/+5
* the 80 column police narrowed this source code! B-]Daniel Stenberg2002-04-231-2/+4
* use sclose() to close socketsDaniel Stenberg2002-04-221-1/+1
* Jacky Lam's adjust resolve-buffer size patch applied. Slightly editedDaniel Stenberg2002-04-221-23/+66
* pack_hostent does not handle 64 bit pointers correctly.Daniel Stenberg2002-04-191-3/+5
* Prune old hostcache entries with each call...Sterling Hughes2002-04-171-11/+40
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Jun-ichiro itojun Hagino <itojun@itojun.org>:Daniel Stenberg2002-03-151-2/+16
* bug report #530204 correctly identified that revision 1.52 broke ipv6Daniel Stenberg2002-03-151-2/+2
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-1/+2