summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: sync guard for Curl_getaddrinfo_ex() definition and useViktor Szakats2022-11-011-4/+7
* tidy-up: process.h detection and useViktor Szakats2022-11-011-4/+0
* amigaos: fix threaded resolver on AmigaOS 4.xFutaura2022-08-101-2/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-1/+1
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-3/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-8/+8
* 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