summaryrefslogtreecommitdiff
path: root/lib/hostip.c
AgeCommit message (Expand)Author
2019-02-12Curl_resolv: fix a gcc -Werror=maybe-uninitialized warningRomain Geissler
2019-02-11hostip: make create_hostcache_id avoid alloc + freeDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-12-27hostip: support wildcard hostsClaes Jakobsson
2018-10-08hostip: fix check on Curl_shuffle_addr return valueRick Deist
2018-09-23whitespace fixesViktor Szakats
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-08-02hostip: fix unused variable warningMarcel Raad
2018-06-01CURLOPT_RESOLVE: always purge old entry firstAlibek.Jorajev
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-12Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg
2018-03-11hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20hostip: fix 'potentially uninitialized variable' warningJay Satiro
2018-02-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2017-12-10RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg
2017-12-06configure: check for netinet/in6.hRandall S. Becker
2017-11-17resolve: allow IP address within [] bracketsDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-12code style: remove wrong uses of multiple spacesDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-04-26lib: remove unused codeMarcel Raad
2017-03-26spelling fixesklemens
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-10resolve: add error message when resolving using SIGALRMAndreas Streichardt
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-29hostip.c: minor white space edit for styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-18hostip: fix unintended destruction of hash tableAnthony Avina
2015-05-12hostcache: made all host caches use structs, not pointersDaniel Stenberg
2015-04-03hostip: fix compiler warningsDaniel Stenberg
2015-04-03actually implement CURLOPT_RESOLVE removalsStefan Bühler
2015-04-03move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler
2015-04-03fix refreshing of obsolete dns cache entriesStefan Bühler
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-14hostip: Fix signal race in Curl_resolv_timeout.Tobias Stoeckmann
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-07hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-08-31resolve: cache lookup for async resolversMichael Wallner
2014-01-28hostip: don't remove DNS entries that are in useRomulo A. Ceccon
2013-11-25hostip: don't prune DNS cache entries that are in useDaniel Stenberg
2013-08-08global dns cache: fix memory leakDaniel Stenberg
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse