summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-1/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-4/+2
* hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg2019-05-171-1/+4
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-111-3/+4
* CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg2019-04-111-34/+0
* Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler2019-02-121-1/+1
* hostip: make create_hostcache_id avoid alloc + freeDaniel Stenberg2019-02-111-69/+24
* cleanup: make local functions staticDaniel Stenberg2019-02-101-2/+6
* hostip: support wildcard hostsClaes Jakobsson2018-12-271-0/+30
* hostip: fix check on Curl_shuffle_addr return valueRick Deist2018-10-081-1/+1
* whitespace fixesViktor Szakats2018-09-231-1/+0
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-10/+67
* hostip: fix unused variable warningMarcel Raad2018-08-021-0/+4
* CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev2018-06-011-15/+19
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-1/+73
* Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg2018-03-121-1/+1
* hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann2018-03-111-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+12
* hostip: fix 'potentially uninitialized variable' warningJay Satiro2018-02-201-2/+2
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-27/+89
* RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg2017-12-101-1/+4
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+12
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-2/+2
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-5/+5
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-241-3/+4
* lib: remove unused codeMarcel Raad2017-04-261-1/+0
* spelling fixesklemens2017-03-261-3/+3
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* resolve: add error message when resolving using SIGALRMAndreas Streichardt2016-10-101-2/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-9/+9
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* hostip.c: minor white space edit for styleDaniel Stenberg2016-03-291-2/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-3/+4
* hostip: fix compiler warningsDaniel Stenberg2015-04-031-36/+1
* actually implement CURLOPT_RESOLVE removalsStefan Bühler2015-04-031-4/+38
* move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler2015-04-031-20/+52
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-031-38/+32
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* hostip: Fix signal race in Curl_resolv_timeout.Tobias Stoeckmann2015-03-141-26/+27
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-071-11/+10
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* resolve: cache lookup for async resolversMichael Wallner2014-08-311-23/+48