summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
Commit message (Expand)AuthorAgeFilesLines
...
* if () => if()Daniel Stenberg2007-11-071-2/+2
* removed now obsolete NETDB_DEFINE_CONTEXT macro calls.Gunter Knauf2007-07-111-1/+0
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-0/+3
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-0/+5
* fix compiler warningYang Tse2007-03-251-0/+4
* Fixed unused variable compiler warning.Dan Fandrich2007-03-221-3/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* compiler warning fixYang Tse2007-02-061-2/+2
* compiler warning fixYang Tse2007-02-051-3/+3
* compiler warning fixYang Tse2007-02-031-4/+3
* compiler warning fixYang Tse2007-02-021-2/+4
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...Gisle Vanem2006-08-291-1/+1
* moved ugly NetWare hack to hostip.h so that hostip.c uses it too.Gunter Knauf2006-08-081-5/+0
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Moved functions common to IPv4 and C-ares to hostip.c;Gisle Vanem2006-07-251-60/+0
* Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem2006-07-211-1/+1
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-2/+2
* Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem2006-07-211-7/+7
* Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse2006-07-141-22/+28
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-4/+3
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-4/+4
* 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