summaryrefslogtreecommitdiff
path: root/lib/hostip6.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-251-3/+3
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-15/+1
* Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse2010-01-181-11/+7
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-4/+1
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-301-32/+3
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-15/+6
* add null-pointer checkYang Tse2008-10-271-1/+2
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-4/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4Dan Fandrich2008-07-271-25/+26
* if () => if()Daniel Stenberg2007-11-071-4/+4
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-3/+4
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* put back the correct logic, as the change dated July 11th 2006 added badDaniel Stenberg2006-07-271-2/+2
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Use the proper Curl_freeaddrinfo() for CURLRES_ARES.Gisle Vanem2006-07-241-5/+10
* Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem2006-07-211-2/+2
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-2/+2
* Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem2006-07-211-3/+4
* Avoid warning "comparison of unsigned expression < 0 is always false"Gisle Vanem2006-07-201-1/+1
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse2006-07-041-0/+2
* Fix compiler warning.Yang Tse2006-07-031-3/+5
* additional renames of Curl_ourerrno => Curl_sockerrnoDaniel Stenberg2006-05-051-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-1/+0
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-8/+7
* Undo last 'fix', since it was not the proper one.Yang Tse2005-12-131-3/+4
* Fix compiler warningYang Tse2005-12-121-1/+3
* Undo last changesYang Tse2005-12-111-2/+2
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-111-2/+2
* Fix compiler warningYang Tse2005-12-081-1/+1
* Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg2005-11-081-9/+8
* Added a dump_addrinfo() function to ease debugging of resolved names. DefineDaniel Stenberg2005-10-201-0/+23
* pass a NULL pointer in the service argument (the second) if the port numberDaniel Stenberg2005-10-101-2/+6
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-4/+1
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-1/+6
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* include inet_pton.hDaniel Stenberg2005-03-171-1/+2
* use Curl_inet_pton(), not inet_pton().Daniel Stenberg2005-03-171-2/+2
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+0
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* actually, we check for a numerical host using either ipv4 or ipv6, as neitherDaniel Stenberg2004-08-201-1/+2
* use inet_pton() correctly!Daniel Stenberg2004-08-201-1/+1
* Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, andDaniel Stenberg2004-08-191-8/+17
* Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg2004-06-241-1/+2
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-21/+0