summaryrefslogtreecommitdiff
path: root/lib/hostasyn.c
Commit message (Expand)AuthorAgeFilesLines
* dns: release sharelock as soon as possibleDaniel Gustafsson2019-02-111-4/+4
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-25/+0
* http2: several cleanupsDaniel Stenberg2018-07-201-1/+1
* conn: remove the boolean 'inuse' fieldDaniel Stenberg2018-07-111-2/+2
* resolvers: only include anything if neededMarcel Raad2017-10-271-5/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+0
* hostasyn: Prefer 'CURLcode result' for curl result codesSteve Holme2015-02-041-5/+5
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-1/+1
* code cleanup: Use 'CURLcode result'Steve Holme2014-10-301-5/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+157
* build: rename 93 lib/*.c filesYang Tse2013-01-031-157/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-0/+39
* asynch resolvers: unifiedVsevolod Novikov2011-04-251-75/+0
* ares: memory leak fixDaniel Stenberg2011-01-271-7/+12
* c-ares: fix cancelled resolvesDaniel Stenberg2010-12-271-1/+19
* ares: ask for both IPv4 and IPv6 addressesTommie Gannert2010-12-181-2/+55
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse2010-01-221-52/+10
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-301-2/+2
* 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-4/+0
* Adapted the c-ares code to the API change c-ares 1.5.0 brings in theDaniel Stenberg2007-09-281-0/+12
* update copyright yearYang Tse2007-04-031-1/+1
* 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