summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
Commit message (Expand)AuthorAgeFilesLines
* fix: Copyright year out of date, should be 2020Daniel Stenberg2020-01-101-1/+1
* hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad2020-01-101-156/+136
* hostip4.c: bump copyright year rangeDaniel Stenberg2019-12-031-1/+1
* curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad2019-12-031-0/+10
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* resolvers: only include anything if neededMarcel Raad2017-10-271-4/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* 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