summaryrefslogtreecommitdiff
path: root/lib/hostares.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-03-111-2/+2
* - Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is theDaniel Stenberg2010-01-261-7/+20
* Constantine Sapuntzakis threaded resolver enhancementsYang Tse2010-01-251-2/+3
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-1/+26
* - Make sure the progress callback is called repeatedly even during very slowDaniel Stenberg2010-01-061-8/+23
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Revert Joshua Kwan's patch committed 11 Sep 2009.Yang Tse2009-09-151-6/+2
* Joshua Kwan provided a patch to pass POLLERR / POLLHUP back to c-ares.Gunter Knauf2009-09-111-2/+6
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-1/+3
* include <limits.h> for INT_MAX definitionYang Tse2009-04-141-0/+1
* - When building with c-ares 1.6.1 (not yet released) or later and IPv6 supportDaniel Stenberg2009-01-311-5/+8
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-78/+6
* Daniel Johnson reported and fixed ipv4 name resolves when libcurl is builtDaniel Stenberg2008-11-011-1/+4
* attempt to fix or allow further detection of an elusive icc SIGSEGVYang Tse2008-10-101-17/+26
* move struct namebuf6 declaration out of Curl_ip2addr6()Yang Tse2008-10-101-6/+8
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-4/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-5/+0
* Use 'Curl_inet_pton()' instead of 'inet_pton()'.Yang Tse2008-08-201-1/+2
* - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and IDaniel Stenberg2008-07-091-2/+86
* improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse2008-04-291-12/+12
* if () => if()Daniel Stenberg2007-11-071-3/+3
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-201-1/+1
* Fix issue related with the use of ares_timeout() result.Yang Tse2007-10-031-4/+5
* a name resolve that times out is still a failed name resolveDaniel Stenberg2007-09-271-1/+1
* restore the correct timeout time that my previous commit brokeDaniel Stenberg2007-06-111-1/+2
* Properly wait for the c-ares resolve to complete, hopefully the cure forDaniel Stenberg2007-06-111-2/+3
* When transferring 500 downloads in parallel with a c-ares enabled build onlyDaniel Stenberg2007-05-311-28/+68
* New Internal wrapper function Curl_select() around select (2), itYang Tse2007-03-271-3/+4
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-2/+2
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-9/+3
* Jeff helped me pinpoint that we didn't properly set the expire timer duringDaniel Stenberg2006-10-171-0/+12
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Moved functions common to IPv4 and C-ares to hostip.c;Gisle Vanem2006-07-251-65/+0
* Use the proper Curl_freeaddrinfo() for CURLRES_ARES.Gisle Vanem2006-07-241-0/+16
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-2/+2
* Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem2006-07-211-0/+48
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* get the Curl_sockerrno protoDaniel Stenberg2006-05-051-0/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-3/+2
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-4/+3
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-8/+6
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-6/+6
* ares_gethostbyname wants a 'ares_host_callback' in the 4th argumentDaniel Stenberg2005-02-081-1/+1
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-081-1/+1
* Curl_wait_for_resolv() no longer disconnects on failure, but leaves thatDaniel Stenberg2005-02-081-1/+1