summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-5/+5
* NI_MAXSERV: remove all use of itDaniel Stenberg2013-09-101-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+310
* build: rename 93 lib/*.c filesYang Tse2013-01-031-310/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg2012-01-121-1/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-2/+1
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-0/+1
* ip_version: moved to connection structDaniel Stenberg2010-11-111-2/+2
* resolvers: no more using AI_CANONNAMEDaniel Stenberg2010-04-161-5/+0
* Curl_ipv4_resolve_r: only set AI_CANONNAME when neededDaniel Stenberg2010-04-151-1/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-2/+2
* Fix compiler warning: unused variableYang Tse2010-02-041-1/+1
* Fix compiler warning: variable was set but never usedYang Tse2010-02-021-18/+12
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-251-18/+48
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-4/+1
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-5/+3
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-4/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-4/+0
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and IDaniel Stenberg2008-07-091-89/+1
* 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