summaryrefslogtreecommitdiff
path: root/lib/hostip.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-5/+7
* Made defines instead of plain numbers for the Curl_resolv() return code toDaniel Stenberg2004-04-261-4/+10
* Curl_ip2addr() now takes an in_addr_t argument instead to prevent compilerDaniel Stenberg2004-04-261-1/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-10/+131
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-301-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* added a library-wide interface for doing dns cache pruning, and no longerDaniel Stenberg2003-12-151-0/+3
* Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() whenDaniel Stenberg2003-10-041-1/+2
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-6/+12
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-2/+2
* Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg2003-05-131-0/+7
* added the sharing of DNS cacheJean-Philippe Barette-LaPierre2003-02-041-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo()Daniel Stenberg2002-11-261-1/+4
* unlock dns cache entries with a function call instead of a variable fiddleDaniel Stenberg2002-11-111-0/+11