summaryrefslogtreecommitdiff
path: root/lib/hostip.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and IDaniel Stenberg2008-07-091-0/+4
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-151-6/+2
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-151-3/+11
* Adapted the c-ares code to the API change c-ares 1.5.0 brings in theDaniel Stenberg2007-09-281-1/+15
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-2/+2
* Compilation fixYang Tse2006-09-081-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-1/+2
* moved ugly NetWare hack to hostip.h so that hostip.c uses it too.Gunter Knauf2006-08-081-0/+5
* Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.Gisle Vanem2006-07-241-8/+5
* Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem2006-07-211-2/+2
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-5/+5
* Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse2006-07-141-7/+7
* Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.Yang Tse2006-07-041-0/+2
* Fix compiler warning.Yang Tse2006-07-031-3/+5
* added docs and removed protoDaniel Stenberg2006-04-111-15/+8
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-1/+12
* Lots of work and analysis by "xbx___" in bug #1431750Daniel Stenberg2006-02-231-1/+2
* Undo last changesYang Tse2005-12-111-1/+1
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-111-1/+1
* kill warningsDaniel Stenberg2005-04-041-0/+1
* hostthre.c: destroy_thread_data() made public. CalledGisle Vanem2005-04-041-0/+6
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+5
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-081-6/+6
* Use plain structs and not typedef'ed ones in the hash and linked-list code.Daniel Stenberg2005-01-251-3/+3
* Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg2004-06-241-1/+1
* made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg2004-06-241-1/+1
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-74/+98
* removed trailing whitespaceDaniel Stenberg2004-06-101-5/+5
* Gisle corrected two commentsDaniel Stenberg2004-06-101-3/+3