summaryrefslogtreecommitdiff
path: root/lib/hostip.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-171-0/+5
* Fixed compilation when the synchronous resolver is usedDan Fandrich2011-04-251-1/+8
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-69/+1
* asynch resolvers: cleanupDaniel Stenberg2011-04-251-16/+24
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-31/+48
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* ipv6: only probe onceDaniel Stenberg2011-03-231-1/+10
* c-ares: fix cancelled resolvesDaniel Stenberg2010-12-271-0/+6
* ip_version: moved to connection structDaniel Stenberg2010-11-111-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-251-3/+6
* Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse2010-01-221-26/+1
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-34/+10
* - Constantine Sapuntzakis posted bug #2891595Daniel Stenberg2009-11-111-0/+2
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-9/+0
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-301-9/+1
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-30/+4
* take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o...Yang Tse2008-10-021-1/+1
* fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'Yang Tse2008-10-021-1/+1
* Moved all signal-based name resolution timeout handling into a single newDan Fandrich2008-09-291-0/+4
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-181-2/+12