ntoa() and inet_ntoa_r() no longer used
[platform/upstream/curl.git] / lib / hostip.c
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-09-06 Yang Tseremove unnecessary typecasting of calloc()
2008-09-02 Dan FandrichRemoved some redundant type casts
2008-07-09 Daniel Stenberg- Andreas Schuldei improved Phil Blundell's patch for...
2008-03-11 Daniel Stenberg- Dmitry Popov filed bug report #1911069
2008-01-15 Daniel StenbergWoops, partly revert my previous commit and do it sligh...
2008-01-15 Daniel StenbergI made the torture test on test 530 go through. This...
2007-11-07 Daniel Stenbergif () => if()
2007-09-28 Dan FandrichRenamed a variable to avoid shadowing a global declarat...
2007-08-26 Dan FandrichFixed some minor mismatched types found by splint.
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-06-26 Daniel StenbergRobert Iakobashvili re-arranged the internal hash code...
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2006-08-21 Dan FandrichWorkaround for Cray UNICOS 9.0 to fix ftp.
2006-08-16 Dan FandrichMinor portability fixes to get things running on UNICOS...
2006-07-25 Yang TseFix warning: no newline at end of file
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-25 Gisle VanemMoved functions common to IPv4 and C-ares to hostip.c;
2006-07-25 Gisle VanemRemove comment about c-ares not supporting IPv6.
2006-07-21 Gisle VanemConstify arguments to Curl_he2ai() and Curl_addrinfo_co...
2006-07-21 Gisle VanemConstify 'hostname' and 'service' to various resolver...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-07 Daniel StenbergIngmar Runge provided a source snippet that caused...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2006-02-16 Daniel StenbergShmulik Regev provided a fix for the DNS cache when...
2005-04-19 Daniel Stenbergonly define _REENTRANT if not already defined, and...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2004-11-18 Daniel StenbergDan Fandrich fix: eliminates some pedantic CodeWarrior...
2004-10-10 Daniel StenbergPrevent a longjmp warning by moving the rc assign withi...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-10-04 Daniel StenbergMade the dns entry remain locked while a connection...
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
next