summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* misc: remove unused doh flags when CURL_DISABLE_DOH is definedMAntoniak2021-12-151-1/+16
* hash: lazy-alloc the table in Curl_hash_add()bagder/hash-lazyallocDaniel Stenberg2021-12-101-4/+4
* hostip: Move allocation to clarify there is no memleakRikard Falkeborn2021-09-301-3/+3
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* hostip: Make Curl_ipv6works function independent of getaddrinfoJay Satiro2021-08-101-3/+35
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-9/+9
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-11/+14
* hostip: bad CURLOPT_RESOLVE syntax now returns errorAlexis Vachette2021-06-031-2/+2
* hostip: fix 3 coverity complaintsDaniel Stenberg2021-06-011-3/+6
* hostip: make 'localhost' return fixed valuesDaniel Stenberg2021-05-311-2/+73
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-301-0/+19
* hostip: fix broken macOS/CMake/GCC buildsRadek Zajic2021-05-261-1/+1
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-251-0/+17
* hostip: remove the debug code for LocalHostDaniel Stenberg2021-05-111-11/+1
* configure: remove use of RETSIGTYPEMichael Forney2021-04-071-1/+1
* hostip: Fix for builds that disable all asynchronous DNSJay Satiro2021-04-021-0/+2
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-5/+5
* asyn-ares: use consistent resolve error messageDaniel Stenberg2021-02-181-0/+29
* hostip: fix crash in sync resolver builds that use DOHJay Satiro2021-02-131-4/+4
* hostip: fix build with sync resolverDaniel Stenberg2021-02-051-2/+10
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-2/+1
* url: reduce conn->data referencesDaniel Stenberg2021-01-261-1/+1
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-34/+29
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-1/+1
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-12/+24
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-3/+3
* hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg2020-06-021-6/+15
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-261-6/+16
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-191-23/+20
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-11/+11
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-5/+7
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-12/+12
* 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-17/+39
* hostip: suppress compiler warningMarcel Raad2019-12-131-0/+4
* lib: silence conversion warningsMarcel Raad2019-10-011-1/+1
* 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