summaryrefslogtreecommitdiff
path: root/lib/hostip6.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* corrected mistakeDaniel Stenberg2004-04-261-1/+1
* IDN adjustments and host cleanups by GisleDaniel Stenberg2004-04-261-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+284