summaryrefslogtreecommitdiff
path: root/lib/hostasyn.c
Commit message (Expand)AuthorAgeFilesLines
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Added note for CURLRES_ARES and CURLRES_IPV6.Gisle Vanem2006-07-251-2/+5
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+1
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-4/+3
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-5/+0
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-081-12/+18
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* set async.done to TRUE last in the addrinfo callback to prevent the risk thatDaniel Stenberg2004-10-031-1/+5
* Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg2004-06-241-4/+4
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-7/+23
* + when storing the address in the cache fails, cleanup the resolved addressDaniel Stenberg2004-05-181-5/+8
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+152