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
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
2008-07-09
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
Daniel Stenberg
2008-01-15
Woops, partly revert my previous commit and do it slightly differently instead.
Daniel Stenberg
2008-01-15
I made the torture test on test 530 go through. This was actually due to
Daniel Stenberg
2007-09-28
Adapted the c-ares code to the API change c-ares 1.5.0 brings in the
Daniel Stenberg
2007-06-30
minor patches to enable building for NetWare CLIB.
Gunter Knauf
2006-09-08
Compilation fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-08-08
moved ugly NetWare hack to hostip.h so that hostip.c uses it too.
Gunter Knauf
2006-07-24
Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.
Gisle Vanem
2006-07-21
Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().
Gisle Vanem
2006-07-21
Constify 'hostname' and 'service' to various resolver functions.
Gisle Vanem
2006-07-14
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...
Yang Tse
2006-07-04
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
Yang Tse
2006-07-03
Fix compiler warning.
Yang Tse
2006-04-11
added docs and removed proto
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-02-23
Lots of work and analysis by "xbx___" in bug #1431750
Daniel Stenberg
2005-12-11
Undo last changes
Yang Tse
2005-12-11
Fix compiler warning and compatibility issue with the type of the parameter u...
Yang Tse
2005-04-04
kill warnings
Daniel Stenberg
2005-04-04
hostthre.c: destroy_thread_data() made public. Called
Gisle Vanem
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-02-08
Curl_addrinfo?_callback() and addrinfo_callback() now returns
Gisle Vanem
2005-01-25
Use plain structs and not typedef'ed ones in the hash and linked-list code.
Daniel Stenberg
2004-06-24
Gisle cleaned up remaining host resolve re-org issues
Daniel Stenberg
2004-06-24
made the Curl_he2ai() take the port number as an int intead, to avoid lots
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-10
removed trailing whitespace
Daniel Stenberg
2004-06-10
Gisle corrected two comments
Daniel Stenberg
2004-06-10
Gisle Vanem's improved verbose output and timeout handling when connecting to
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
2004-04-26
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
2004-03-30
adjusted to the new dns cache function to hide more hostip internals
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-12-15
added a library-wide interface for doing dns cache pruning, and no longer
Daniel Stenberg
2003-10-04
Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when
Daniel Stenberg
2003-08-05
ares awareness/usage/support added. If configure --enable-ares is used, we
Daniel Stenberg
[next]