Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified the check for when to free() the buf data | Daniel Stenberg | 2004-06-30 | 1 | -2/+2 |
* | Gisle fixed a bad free from the resolve reorg, I changed type of the buf | Daniel Stenberg | 2004-06-29 | 1 | -3/+7 |
* | ah, simplified my latest change more | Daniel Stenberg | 2004-06-24 | 1 | -7/+0 |
* | fix for systems without gethostbyname_r() | Daniel Stenberg | 2004-06-24 | 1 | -6/+3 |
* | made the Curl_he2ai() take the port number as an int intead, to avoid lots | Daniel Stenberg | 2004-06-24 | 1 | -1/+1 |
* | use Curl_addrinfo, not 'struct addrinfo' | Daniel Stenberg | 2004-06-24 | 1 | -2/+2 |
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -112/+168 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler | Daniel Stenberg | 2004-04-26 | 1 | -1/+1 |
* | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | 2004-04-26 | 1 | -0/+400 |