aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.h
AgeCommit message (Expand)Author
2020-05-19hostip: make Curl_printable_address not return anythingDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-01-28global_init: move the IPv6 works status bool to multi handleDaniel Stenberg
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-07-10headers: Remove no longer exported functionsDaniel Gustafsson
2019-05-11doh: disable DOH for the cases it doesn't workDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2017-03-26spelling fixesklemens
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-12hostcache: made all host caches use structs, not pointersDaniel Stenberg
2015-04-03move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler
2015-04-03fix refreshing of obsolete dns cache entriesStefan Bühler
2015-01-07hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-08-31resolve: cache lookup for async resolversMichael Wallner
2013-09-17dns: fix compilation with MinGW from commit df69440d05f113Steve Holme
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-11-18fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg
2011-12-31CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg
2011-12-23resolve: don't leak pre-populated dns entriesDaniel Stenberg
2011-11-17CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow
2011-04-25Fixed compilation when the synchronous resolver is usedDan Fandrich
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-25asynch resolvers: cleanupDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-03-23ipv6: only probe onceDaniel Stenberg
2010-12-27c-ares: fix cancelled resolvesDaniel Stenberg
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-25Constantine Sapuntzakis threaded resolver enhancementsYang Tse
2010-01-22Definitions of resolver specialty compile-time defines CURLRES_* movedYang Tse
2010-01-22Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse
2009-11-11- Constantine Sapuntzakis posted bug #2891595Daniel Stenberg
2008-11-06Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse
2008-10-30Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse
2008-10-30Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse