summaryrefslogtreecommitdiff
path: root/lib/hostares.c
Commit message (Expand)AuthorAgeFilesLines
* 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