aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
AgeCommit message (Expand)Author
2020-06-02hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg
2020-05-26hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg
2020-05-19hostip: make Curl_printable_address not return anythingDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-01-10fix: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-10hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad
2019-12-13hostip: suppress compiler warningMarcel Raad
2019-10-01lib: silence conversion warningsMarcel Raad
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-05-17hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg
2019-05-11doh: disable DOH for the cases it doesn't workDaniel Stenberg
2019-04-11CURLOPT_DNS_USE_GLOBAL_CACHE: removeDaniel Stenberg
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