summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
Commit message (Expand)AuthorAgeFilesLines
...
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-1/+5
* avoid the sensitive word as it looks bad in some people's eyesDaniel Stenberg2005-05-271-3/+2
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* use Curl_inet_pton(), not inet_pton().Daniel Stenberg2005-03-171-1/+1
* - Tru64 and some IRIX boxes seem to not like test 237 as it is. TheirDaniel Stenberg2005-03-161-3/+2
* avoid warnings on systems with this member set constDaniel Stenberg2004-10-061-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* simplified the check for when to free() the buf dataDaniel Stenberg2004-06-301-2/+2
* Gisle fixed a bad free from the resolve reorg, I changed type of the bufDaniel Stenberg2004-06-291-3/+7
* ah, simplified my latest change moreDaniel Stenberg2004-06-241-7/+0
* fix for systems without gethostbyname_r()Daniel Stenberg2004-06-241-6/+3
* made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg2004-06-241-1/+1
* use Curl_addrinfo, not 'struct addrinfo'Daniel Stenberg2004-06-241-2/+2
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-112/+168
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Curl_ip2addr() now takes an in_addr_t argument instead to prevent compilerDaniel Stenberg2004-04-261-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+400