index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hostip.h
Age
Commit message (
Expand
)
Author
2019-08-01
timediff: make it 64 bit (if possible) even with 32 bit time_t
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-10
headers: Remove no longer exported functions
Daniel Gustafsson
2019-05-11
doh: disable DOH for the cases it doesn't work
Daniel Stenberg
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2018-09-06
setopt: add CURLOPT_DOH_URL
Daniel Stenberg
2018-03-17
resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES
Rick Deist
2017-03-26
spelling fixes
klemens
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-05-12
hostcache: made all host caches use structs, not pointers
Daniel Stenberg
2015-04-03
move Curl_share_lock and ref counting into Curl_fetch_addr
Stefan Bühler
2015-04-03
fix refreshing of obsolete dns cache entries
Stefan Bühler
2015-01-07
hostip: remove 'stale' argument from Curl_fetch_addr proto
Daniel Stenberg
2014-12-27
code/docs: Use correct case for IPv4 and IPv6
Steve Holme
2014-08-31
resolve: cache lookup for async resolvers
Michael Wallner
2013-09-17
dns: fix compilation with MinGW from commit df69440d05f113
Steve Holme
2013-09-12
libcurl: New options to bind DNS to local interfaces or IP addresses
Kim Vandry
2013-08-08
global dns cache: didn't work [regression]
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-11-18
fixed memory leak: CURLOPT_RESOLVE with multi interface
Daniel Stenberg
2011-12-31
CURLOPT_RESOLVE: avoid adding already present host names
Daniel Stenberg
2011-12-23
resolve: don't leak pre-populated dns entries
Daniel Stenberg
2011-11-17
CURLOPT_DNS_SERVERS: set name servers if possible
Jason Glasgow
2011-04-25
Fixed compilation when the synchronous resolver is used
Dan Fandrich
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2011-04-25
asynch resolvers: cleanup
Daniel Stenberg
2011-04-25
asynch resolvers: unified
Vsevolod Novikov
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-03-23
ipv6: only probe once
Daniel Stenberg
2010-12-27
c-ares: fix cancelled resolves
Daniel Stenberg
2010-11-11
ip_version: moved to connection struct
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-25
Constantine Sapuntzakis threaded resolver enhancements
Yang Tse
2010-01-22
Definitions of resolver specialty compile-time defines CURLRES_* moved
Yang Tse
2010-01-22
Constantine Sapuntzakis refactoring of async callbacks, allowing
Yang Tse
2009-11-11
- Constantine Sapuntzakis posted bug #2891595
Daniel Stenberg
2008-11-06
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse
2008-10-30
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
Yang Tse
2008-10-30
Use our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse
2008-10-02
take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o...
Yang Tse
2008-10-02
fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'
Yang Tse
2008-09-29
Moved all signal-based name resolution timeout handling into a single new
Dan Fandrich
2008-09-18
fix compiler warning: external declaration in primary source file
Yang Tse
[next]