summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* hostip: include easy_lock.h before using GLOBAL_INIT_IS_THREADSAFEDaniel Stenberg2023-05-171-6/+4
* hostip: use time_t for storing oldest DNS entryDaniel Stenberg2023-05-091-6/+10
* hostip: enforce a maximum DNS cache size independent of timeout valueDaniel Stenberg2023-05-081-11/+32
* hostip: store dns timeout as 'int'Daniel Stenberg2023-05-081-2/+2
* hostip: add locks around use of global buffer for alarm()Harry Sintonen2023-04-261-4/+15
* hostip: refuse to resolve the .onion TLDMatt Jolly2023-03-301-0/+8
* hostip: avoid sscanf and extra buffer copiesDaniel Stenberg2023-02-271-41/+50
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tidy-up: process.h detection and useViktor Szakats2022-11-011-4/+0
* hostip: guard PF_INET6 useViktor Szakats2022-10-181-0/+2
* hostip: lazily wait to figure out if IPv6 works until neededDaniel Stenberg2022-09-221-1/+5
* resolve: make forced IPv4 resolve only use A queriesDmitry Karpov2022-09-201-0/+23
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-1/+1
* misc: spelling fixesViktor Szakats2022-08-311-1/+1
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-2/+2
* hostip: resolve *.localhost to 127.0.0.1/::1Daniel Stenberg2022-08-111-12/+24
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* conn: fix typo 'connnection' -> 'connection' in two function namesAdam Rosenfield2022-04-271-1/+1
* lib: remove exclamation marksDaniel Stenberg2022-04-161-5/+5
* hostip: avoid unused parameter error in Curl_resolv_checkStewart Gebbie2022-02-241-1/+2
* 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