summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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