summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rick Richardson's getaddrinfo() usage fix to speed up name resolvesDaniel Stenberg2002-02-181-1/+1
* INADDR_NONE should be in_addr_t to work with 64bit archs better.Daniel Stenberg2002-02-181-1/+1
* _num_chars did wrong when called with a number that starts with 1!Daniel Stenberg2002-01-311-1/+1
* someone should have me punished, but this bug made curl bug seriouslyDaniel Stenberg2002-01-281-1/+1
* prevents gcc -Wcast-align from complainingDaniel Stenberg2002-01-181-3/+3
* include our own sprintf() prototype to make it return sensible data onDaniel Stenberg2002-01-171-2/+5
* Get this working, still need to check for leaks and such, but should beSterling Hughes2002-01-171-23/+48
* Make the keys for hostcache entries be in the format::Sterling Hughes2002-01-171-3/+43
* a memory leak when name lookup failed is now removedDaniel Stenberg2002-01-141-3/+4
* added two typecasts to prevent compiler (gcc3) warningsDaniel Stenberg2002-01-081-2/+2
* 1) the dns_cache_timeout should be an integer, not a boolSterling Hughes2002-01-081-1/+1
* Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.Sterling Hughes2002-01-081-11/+50
* Probably not necessary, but good practice.Sterling Hughes2002-01-071-0/+1
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-071-7/+19
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-0/+33
* Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.Daniel Stenberg2002-01-021-1/+1
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-041-1/+3
* pack_hostent() now aligns the data properly on 64bit boundaries to work onDaniel Stenberg2001-10-231-9/+14
* the malloc debug system only logs data if the logfile FILE * is set, whichDaniel Stenberg2001-10-171-8/+14
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* made sure the correct pieces of code are compiled on IPv4-only hosts, andDaniel Stenberg2001-10-041-14/+16
* getaddrinfo() cleanupsDaniel Stenberg2001-10-041-4/+56
* Keith McGuigan's excellent fix that makes a cloned copy of the hostent structDaniel Stenberg2001-10-031-0/+74
* more ipv6 cleanups to make smaller functions that are easier to readDaniel Stenberg2001-09-281-21/+21
* more transparant support for IPv6 name resolvingDaniel Stenberg2001-09-281-7/+15
* reverted. twas no memory leak and the "fix" didn't even compile on windows...Daniel Stenberg2001-09-121-4/+3
* *TERRIBLE* terrible memory leak occuring on all systems that have noDaniel Stenberg2001-09-121-3/+4
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-2/+2
* Nico Baggus' VMS adjustmentsDaniel Stenberg2001-08-061-0/+5
* finally fixed the 'ret' compiler warningDaniel Stenberg2001-05-301-1/+2
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-0/+23
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-6/+9
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* GetHost() now sets the third pointer to NULL when the lookup fails, as theDaniel Stenberg2000-11-211-0/+2
* added comment on a variable that is unused on some platformsDaniel Stenberg2000-11-211-1/+1
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* GetHost() did not properly assign the third argument pointer!Daniel Stenberg2000-10-081-0/+1
* #include <malloc.h> was removed, it causes warnings on openbsdDaniel Stenberg2000-09-291-1/+0
* GetHost() changed function argumentsDaniel Stenberg2000-09-211-13/+30
* GetHost() now should return NULL when it fails, even for Tru64 unixDaniel Stenberg2000-09-181-0/+1
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* hostname and large file support addedDaniel Stenberg2000-08-241-1/+1
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-231-6/+16
* the gethostbyname_r() usage was improved by Fred NozDaniel Stenberg2000-08-171-3/+5
* Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg2000-08-041-14/+28