| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 1 | -1/+1 |
* | compiler warning fix | Yang Tse | 2007-02-06 | 1 | -2/+2 |
* | compiler warning fix | Yang Tse | 2007-02-05 | 1 | -3/+3 |
* | compiler warning fix | Yang Tse | 2007-02-03 | 1 | -4/+3 |
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -2/+4 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Avoid Metaware's High-C warning "'=' encountered where '==' may have been int... | Gisle Vanem | 2006-08-29 | 1 | -1/+1 |
* | moved ugly NetWare hack to hostip.h so that hostip.c uses it too. | Gunter Knauf | 2006-08-08 | 1 | -5/+0 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | Moved functions common to IPv4 and C-ares to hostip.c; | Gisle Vanem | 2006-07-25 | 1 | -60/+0 |
* | Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). | Gisle Vanem | 2006-07-21 | 1 | -1/+1 |
* | Constify 'hostname' and 'service' to various resolver functions. | Gisle Vanem | 2006-07-21 | 1 | -2/+2 |
* | Changes for combination ENABLE_IPV6 and USE_ARES. | Gisle Vanem | 2006-07-21 | 1 | -7/+7 |
* | Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R... | Yang Tse | 2006-07-14 | 1 | -22/+28 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -1/+1 |
* | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | 2006-04-26 | 1 | -4/+3 |
* | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg | 2005-09-16 | 1 | -4/+4 |
* | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | 2005-09-02 | 1 | -1/+5 |
* | avoid the sensitive word as it looks bad in some people's eyes | Daniel Stenberg | 2005-05-27 | 1 | -3/+2 |
* | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg | 2005-04-19 | 1 | -2/+0 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | use Curl_inet_pton(), not inet_pton(). | Daniel Stenberg | 2005-03-17 | 1 | -1/+1 |
* | - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their | Daniel Stenberg | 2005-03-16 | 1 | -3/+2 |
* | avoid warnings on systems with this member set const | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -2/+2 |
* | 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 |