summaryrefslogtreecommitdiff
path: root/lib/hostip.h
Commit message (Expand)AuthorAgeFilesLines
...
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-5/+7
* Made defines instead of plain numbers for the Curl_resolv() return code toDaniel Stenberg2004-04-261-4/+10
* Curl_ip2addr() now takes an in_addr_t argument instead to prevent compilerDaniel Stenberg2004-04-261-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-10/+131
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-301-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* added a library-wide interface for doing dns cache pruning, and no longerDaniel Stenberg2003-12-151-0/+3
* Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg2003-10-041-1/+2
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-6/+12
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-2/+2
* Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg2003-05-131-0/+7
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()Daniel Stenberg2002-11-261-1/+4
* unlock dns cache entries with a function call instead of a variable fiddleDaniel Stenberg2002-11-111-0/+11
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-8/+17
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg2002-04-251-2/+1
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-2/+7
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-0/+8
* getaddrinfo() cleanupsDaniel Stenberg2001-10-041-0/+12
* major connecting updatesDaniel Stenberg2001-10-021-6/+0
* more transparant support for IPv6 name resolvingDaniel Stenberg2001-09-281-6/+12
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-2/+2
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-0/+5
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+3
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* GetHost() changed function argumentsDaniel Stenberg2000-09-211-2/+1
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* David LeBlanc's fixes!Daniel Stenberg2000-05-291-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+46