Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / hostip6.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-09-10 Daniel StenbergNI_MAXSERV: remove all use of it
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: added
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilIn lib/, change 'wanna' to 'want to'.
2011-03-23 Daniel Stenbergipv6: only probe once
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-04-16 Daniel Stenbergresolvers: no more using AI_CANONNAME
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-25 Yang TseConstantine Sapuntzakis threaded resolver enhancements
2010-01-22 Yang TseConstantine Sapuntzakis refactoring of async callbacks...
2010-01-18 Yang TseConstantine Sapuntzakis enhancements to make memory...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-10-30 Yang TseMove curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
2008-10-30 Yang TseUse our Curl_addrinfo definition even when an addrinfo...
2008-10-27 Yang Tseadd null-pointer check
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-07-27 Dan FandrichEliminate a unnecessary socket creation in Curl_getaddr...
2007-11-07 Daniel Stenbergif () => if()
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2006-07-27 Daniel Stenbergput back the correct logic, as the change dated July...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-24 Gisle VanemUse the proper Curl_freeaddrinfo() for CURLRES_ARES.
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-21 Gisle VanemChanges for combination ENABLE_IPV6 and USE_ARES.
2006-07-20 Gisle VanemAvoid warning "comparison of unsigned expression <...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-04 Yang TseTest HAVE_GETNAMEINFO definition before using GETNAMEIN...
2006-07-03 Yang TseFix compiler warning.
2006-05-05 Daniel Stenbergadditional renames of Curl_ourerrno => Curl_sockerrno
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2005-12-13 Yang TseUndo last 'fix', since it was not the proper one.
2005-12-12 Yang TseFix compiler warning
2005-12-11 Yang TseUndo last changes
2005-12-11 Yang TseFix compiler warning and compatibility issue with the...
2005-12-08 Yang TseFix compiler warning
2005-11-08 Daniel StenbergRemoved the use of AI_CANONNAME in the IPv6-enabled...
2005-10-20 Daniel StenbergAdded a dump_addrinfo() function to ease debugging...
2005-10-10 Daniel Stenbergpass a NULL pointer in the service argument (the second...
2005-09-16 Daniel Stenbergkeep 'socktype' in the connectdata struct and make...
2005-09-02 Daniel StenbergJohn Kelly added TFTP support to libcurl. A bunch of...
2005-04-19 Daniel Stenbergonly define _REENTRANT if not already defined, and...
2005-03-17 Daniel Stenberginclude inet_pton.h
2005-03-17 Daniel Stenberguse Curl_inet_pton(), not inet_pton().
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-20 Daniel Stenbergactually, we check for a numerical host using either...
2004-08-20 Daniel Stenberguse inet_pton() correctly!
2004-08-19 Daniel StenbergLing Thio pointed out that getaddrinfo() reverse-lookup...
2004-06-24 Daniel StenbergGisle cleaned up remaining host resolve re-org issues
2004-06-10 Daniel StenbergGisle Vanem's improved verbose output and timeout handl...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-26 Daniel Stenbergcorrected mistake
2004-04-26 Daniel StenbergIDN adjustments and host cleanups by Gisle
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...