summaryrefslogtreecommitdiff
path: root/lib/hostip6.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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