| Commit message (Expand) | Author | Age | Files | Lines |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | EAGAIN on older (correct) glibc versions indicate a problem and not the need | Daniel Stenberg | 2002-12-16 | 1 | -4/+16 |
* | fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo() | Daniel Stenberg | 2002-11-26 | 1 | -7/+15 |
* | The test for DNS cache entries left locked is now only built if | Daniel Stenberg | 2002-11-11 | 1 | -1/+1 |
* | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg | 2002-11-05 | 1 | -65/+81 |
* | Disable the DNS cache (by setting the timeout to 0) made libcurl leak | Daniel Stenberg | 2002-10-31 | 1 | -0/+2 |
* | glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer | Daniel Stenberg | 2002-10-21 | 1 | -8/+19 |
* | Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even | Daniel Stenberg | 2002-09-30 | 1 | -0/+2 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | prevent compiler warning | Daniel Stenberg | 2002-08-30 | 1 | -0/+1 |
* | attempted hpux fix for resolves | Daniel Stenberg | 2002-08-08 | 1 | -1/+1 |
* | Glen Nakamura made his fix look even better! | Daniel Stenberg | 2002-06-26 | 1 | -4/+3 |
* | Glen Nakamura's patch for Curl_getaddrinfo(). | Daniel Stenberg | 2002-06-26 | 1 | -8/+12 |
* | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg | 2002-06-11 | 1 | -0/+17 |
* | getaddrinfo() failures now show port number too in informational output | Daniel Stenberg | 2002-06-10 | 1 | -1/+1 |
* | hostcache_fixoffset() is now corrected to work on 64bit architectures | Daniel Stenberg | 2002-06-05 | 1 | -9/+10 |
* | Fixes bug report #556930 - we need to make sure that the data is all right | Daniel Stenberg | 2002-05-17 | 1 | -3/+16 |
* | Jacky Lam's fix to make the realloc() of the hostent data work properly | Daniel Stenberg | 2002-05-01 | 1 | -6/+30 |
* | Now uses Curl_ as prefix for internal global symbols. curl_ should only be | Daniel Stenberg | 2002-04-27 | 1 | -13/+13 |
* | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg | 2002-04-25 | 1 | -5/+5 |
* | the 80 column police narrowed this source code! B-] | Daniel Stenberg | 2002-04-23 | 1 | -2/+4 |
* | use sclose() to close sockets | Daniel Stenberg | 2002-04-22 | 1 | -1/+1 |
* | Jacky Lam's adjust resolve-buffer size patch applied. Slightly edited | Daniel Stenberg | 2002-04-22 | 1 | -23/+66 |
* | pack_hostent does not handle 64 bit pointers correctly. | Daniel Stenberg | 2002-04-19 | 1 | -3/+5 |
* | Prune old hostcache entries with each call... | Sterling Hughes | 2002-04-17 | 1 | -11/+40 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Jun-ichiro itojun Hagino <itojun@itojun.org>: | Daniel Stenberg | 2002-03-15 | 1 | -2/+16 |
* | bug report #530204 correctly identified that revision 1.52 broke ipv6 | Daniel Stenberg | 2002-03-15 | 1 | -2/+2 |
* | Nico Baggus' VMS tweaks | Daniel Stenberg | 2002-02-20 | 1 | -1/+2 |
* | Rick Richardson's getaddrinfo() usage fix to speed up name resolves | Daniel Stenberg | 2002-02-18 | 1 | -1/+1 |
* | INADDR_NONE should be in_addr_t to work with 64bit archs better. | Daniel Stenberg | 2002-02-18 | 1 | -1/+1 |
* | _num_chars did wrong when called with a number that starts with 1! | Daniel Stenberg | 2002-01-31 | 1 | -1/+1 |
* | someone should have me punished, but this bug made curl bug seriously | Daniel Stenberg | 2002-01-28 | 1 | -1/+1 |
* | prevents gcc -Wcast-align from complaining | Daniel Stenberg | 2002-01-18 | 1 | -3/+3 |
* | include our own sprintf() prototype to make it return sensible data on | Daniel Stenberg | 2002-01-17 | 1 | -2/+5 |
* | Get this working, still need to check for leaks and such, but should be | Sterling Hughes | 2002-01-17 | 1 | -23/+48 |
* | Make the keys for hostcache entries be in the format:: | Sterling Hughes | 2002-01-17 | 1 | -3/+43 |
* | a memory leak when name lookup failed is now removed | Daniel Stenberg | 2002-01-14 | 1 | -3/+4 |
* | added two typecasts to prevent compiler (gcc3) warnings | Daniel Stenberg | 2002-01-08 | 1 | -2/+2 |
* | 1) the dns_cache_timeout should be an integer, not a bool | Sterling Hughes | 2002-01-08 | 1 | -1/+1 |
* | Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option. | Sterling Hughes | 2002-01-08 | 1 | -11/+50 |
* | Probably not necessary, but good practice. | Sterling Hughes | 2002-01-07 | 1 | -0/+1 |
* | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes | 2002-01-07 | 1 | -7/+19 |
* | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg | 2002-01-03 | 1 | -0/+33 |
* | Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed. | Daniel Stenberg | 2002-01-02 | 1 | -1/+1 |
* | Eric's #include fixes for better macos compiles | Daniel Stenberg | 2001-12-04 | 1 | -1/+3 |
* | pack_hostent() now aligns the data properly on 64bit boundaries to work on | Daniel Stenberg | 2001-10-23 | 1 | -9/+14 |
* | the malloc debug system only logs data if the logfile FILE * is set, which | Daniel Stenberg | 2001-10-17 | 1 | -8/+14 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | made sure the correct pieces of code are compiled on IPv4-only hosts, and | Daniel Stenberg | 2001-10-04 | 1 | -14/+16 |