summaryrefslogtreecommitdiff
path: root/lib/hostares.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-13/+14
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* James Bursa changed two error message to use the display-name instead of theDaniel Stenberg2004-05-071-2/+2
* get the display host name properlyDaniel Stenberg2004-05-071-1/+1
* Michael Benedict brought a fix that fills in the errorbuffer properlyDaniel Stenberg2004-05-061-1/+4
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-2/+2
* removed assignment of variable never usedDaniel Stenberg2004-04-261-3/+2
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+298