Update to 7.40.1
[platform/upstream/curl.git] / lib / hostip.c
2004-06-24 Daniel Stenbergthe _num_chars() function is not used, removing
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-24 Daniel Stenbergmade the Curl_he2ai() take the port number as an int...
2004-06-24 Daniel Stenbergprevent warning
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-06-10 Daniel Stenbergremoved trailing whitespace
2004-06-10 Daniel StenbergGisle corrected two comments
2004-06-10 Daniel StenbergGisle Vanem's improved verbose output and timeout handl...
2004-05-17 Daniel Stenbergif shrinking the buffer fails, use the older larger one
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-04 Daniel Stenbergimproved the cleaning up of memory when we fail to...
2004-04-26 Daniel StenbergMade defines instead of plain numbers for the Curl_reso...
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...
2004-04-23 Daniel Stenberg Gisle Vanem found and fixed a memory leak when doing...
2004-04-21 Daniel Stenberginclude unistd.h as well for the close() proto on some...
2004-04-20 Daniel Stenbergcleanup leftovers
2004-04-14 Daniel Stenbergasking for CURL_IPRESOLVE_V6 when ipv6 addresses can...
2004-04-14 Daniel StenbergCurl_wait_for_resolv() could hang due to the bad timeou...
2004-04-13 Daniel StenbergGisle Vanem's fix that makes the multi interface work...
2004-04-12 Daniel Stenbergsomewhat safer typecasting in case sizeof(long) !=...
2004-04-06 Daniel Stenbergthe pack_hostent() proto isn't used/needed with ipv6...
2004-04-06 Daniel StenbergGisle Vanem's fix for bug item #927979 reported by...
2004-04-01 Daniel StenbergDirk Manske's fix that makes sure we cancel the ares...
2004-04-01 Daniel Stenbergremoved my previously attempted fix for ares timeouts...
2004-03-31 Daniel StenbergRoy Shan fixed a case that prevented ares name resolve...
2004-03-31 Daniel StenbergRemove the elapsed time from the most recent select...
2004-03-31 Daniel StenbergThe asynch name resolve methods now all use CURL_TIMEOU...
2004-03-31 Daniel StenbergDirk Manske found out the Curl_wait_for_resolv() timed...
2004-03-30 Daniel StenbergLots of comments added an clarified. Added timeout...
2004-03-29 Daniel StenbergThe select() timeout is better not static since some...
2004-03-17 Daniel StenbergGünter Knauf's NetWare changes.
2004-03-10 Daniel Stenbergstore times in time_t
2004-03-09 Daniel Stenbergonly build with the windows threading trace code if
2004-03-03 Daniel Stenbergtv_sec is an int, so we explicitly typecast the result...
2004-02-23 Daniel Stenberguse size_t to keep strlen() results
2004-02-23 Daniel Stenbergsimplied how create_hostcache_id() is used, and also...
2004-02-20 Daniel StenbergGisle Vanem brings name resolving timeout possibilities...
2004-02-18 Daniel StenbergNo longer uses the 'ret' variable in the plain ipv4...
2004-02-18 Daniel StenbergMake sure dns cache timeout -1 really means forever...
2004-02-16 Daniel StenbergMake the 'areschannel' get created in the curl_easy_ini...
2004-02-15 Daniel StenbergMark the dns entry 'inuse' properly even when used...
2004-02-12 Daniel StenbergMake hostcache_fixoffset() take a long for offset,...
2004-02-05 Daniel Stenberghide the pack_hostent proto if ipv6 is enabled, as...
2004-02-02 Daniel Stenbergadjusted to the modified ares_strerror() function
2004-02-02 Daniel StenbergDirk Manske fixed the ares usage even more. We could...
2004-02-02 Daniel StenbergTimeout slow ares name lookups. This is based on the...
2004-01-14 Daniel Stenbergfixed the Curl_resolv()'s return code when the looked...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-12-15 Daniel Stenbergadded a library-wide interface for doing dns cache...
2003-12-15 Daniel Stenbergif Curl_hash_add() returns NULL, we shall not free...
2003-12-03 Daniel StenbergSteve Green fixed Curl_resolv()
2003-11-15 Daniel Stenbergdo ares_destroy() on the ares handle when we're done...
2003-11-14 Daniel StenbergSiddhartha Prakash Jain found a case with a bad resolve...
2003-10-28 Daniel StenbergAnother glibc resolve name fix
2003-10-24 Daniel Stenbergbetter bailing-out cleanup if a malloc fails in the...
2003-10-20 Daniel Stenberglock the DNS cache properly before adding an entry...
2003-10-14 Daniel StenbergGisle Vanem's IPv6-on-Windows patch applied!
2003-10-12 Daniel StenbergDirk Manske made the share-locking around DNS lookups...
2003-10-05 Daniel Stenbergjust re-indented some code
2003-10-04 Daniel StenbergBased on a patch provided by Siddhartha Prakash Jain...
2003-09-19 Daniel StenbergAdded CURLOPT_IPRESOLVE support
2003-09-14 Daniel StenbergJeff Pohlmeyer did some marvelous debugging to track...
2003-09-11 Daniel StenbergCurl_is_resolved(): FD_ZERO the file descriptors before...
2003-09-01 Daniel StenbergThe error buffer was not getting filled when Curl_wait_...
2003-08-22 Daniel Stenberguse proper type to prevent compiler warning
2003-08-21 Daniel StenbergVincent Sanders provided a fix for name resolving when...
2003-08-19 Daniel Stenbergmake sure the 'done' variable is always set to somethin...
2003-08-19 Daniel Stenbergdon't set done==TRUE if the host name doesn't resolve
2003-08-06 Daniel Stenbergmake it build without ares support
2003-08-05 Daniel Stenbergares awareness/usage/support added. If configure -...
2003-07-23 Daniel Stenbergminor code style fix
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-05-20 Daniel StenbergGisle Vanem's code for not trusting h_aliases to always...
2003-05-13 Daniel StenbergSetup and use CURL_INADDR_NONE all over instead of...
2003-04-03 Daniel Stenbergspell fix
2003-03-19 Daniel Stenbergtypecast the conversion from const char * to char *
2003-03-03 Daniel StenbergAIX 4.3 or later should use gethostbyname() and not...
2003-02-04 Jean-Philippe Bare... added the sharing of DNS cache
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-12-16 Daniel StenbergEAGAIN on older (correct) glibc versions indicate a...
2002-11-26 Daniel Stenbergfixed Curl_freeaddrinfo() to only free addrinfo, and...
2002-11-11 Daniel StenbergThe test for DNS cache entries left locked is now only...
2002-11-05 Daniel StenbergCurl_resolv() now returns a different struct, and it...
2002-10-31 Daniel StenbergDisable the DNS cache (by setting the timeout to 0...
2002-10-21 Daniel Stenbergglibc 2.2.93 gethostbyname_r() no longer returns ERANGE...
2002-09-30 Daniel StenbergCris Bailiff found this flaw, gethostbyname_r() on...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-30 Daniel Stenbergprevent compiler warning
2002-08-08 Daniel Stenbergattempted hpux fix for resolves
2002-06-26 Daniel StenbergGlen Nakamura made his fix look even better!
2002-06-26 Daniel StenbergGlen Nakamura's patch for Curl_getaddrinfo().
2002-06-11 Daniel StenbergNow uses sigsetjmp() and siglongjmp() to bail out from...
2002-06-10 Daniel Stenberggetaddrinfo() failures now show port number too in...
2002-06-05 Daniel Stenberghostcache_fixoffset() is now corrected to work on 64bit...
2002-05-17 Daniel StenbergFixes bug report #556930 - we need to make sure that...
2002-05-01 Daniel StenbergJacky Lam's fix to make the realloc() of the hostent...
2002-04-27 Daniel StenbergNow uses Curl_ as prefix for internal global symbols...
2002-04-25 Daniel StenbergIn order to not get problems with DNS cache pruning...
2002-04-23 Daniel Stenbergthe 80 column police narrowed this source code! B-]
next