aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip4.c
AgeCommit message (Collapse)Author
2004-10-06avoid warnings on systems with this member set constDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-06-30simplified the check for when to free() the buf dataDaniel Stenberg
2004-06-29Gisle fixed a bad free from the resolve reorg, I changed type of the bufDaniel Stenberg
variable to sort out some compiler warnings.
2004-06-24ah, simplified my latest change moreDaniel Stenberg
2004-06-24fix for systems without gethostbyname_r()Daniel Stenberg
2004-06-24made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg
of typecasts all over
2004-06-24use Curl_addrinfo, not 'struct addrinfo'Daniel Stenberg
2004-06-24Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-04-26Curl_ip2addr() now takes an in_addr_t argument instead to prevent compilerDaniel Stenberg
warnings
2004-04-26Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg
usage.