summaryrefslogtreecommitdiff
path: root/lib/hostip.h
Commit message (Expand)AuthorAgeFilesLines
* hostip: include easy_lock.h before using GLOBAL_INIT_IS_THREADSAFEDaniel Stenberg2023-05-171-9/+0
* hostip: avoid sscanf and extra buffer copiesDaniel Stenberg2023-02-271-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-5/+0
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* hash: lazy-alloc the table in Curl_hash_add()bagder/hash-lazyallocDaniel Stenberg2021-12-101-2/+2
* hostip: Make Curl_ipv6works function independent of getaddrinfoJay Satiro2021-08-101-1/+1
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-301-0/+2
* hostip.h: remove declaration of unimplemented functionMarc Aldorasi2021-05-191-9/+0
* asyn-ares: use consistent resolve error messageDaniel Stenberg2021-02-181-0/+1
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-1/+1
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-8/+7
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-3/+3
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* hash: make it 'struct Curl_hash'Daniel Stenberg2020-09-021-4/+4
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-191-2/+2
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-10/+10
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-12/+15
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-3/+3
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-1/+2
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-2/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-9/+0
* doh: disable DOH for the cases it doesn't workDaniel Stenberg2019-05-111-2/+5
* cleanup: make local functions staticDaniel Stenberg2019-02-101-11/+1
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-6/+7
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-1/+12
* spelling fixesklemens2017-03-261-2/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-11/+11
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-2/+2
* move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler2015-04-031-0/+3
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-031-4/+3
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-071-4/+2
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* resolve: cache lookup for async resolversMichael Wallner2014-08-311-0/+11
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-171-1/+1
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+21
* global dns cache: didn't work [regression]Daniel Stenberg2013-08-081-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+218
* build: rename 76 lib/*.h filesYang Tse2012-12-281-218/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-181-1/+9
* CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg2011-12-311-0/+2
* resolve: don't leak pre-populated dns entriesDaniel Stenberg2011-12-231-0/+5