aboutsummaryrefslogtreecommitdiff
path: root/lib/hostasyn.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2019-02-11dns: release sharelock as soon as possibleDaniel Gustafsson
2018-09-06setopt: add CURLOPT_DOH_URLDaniel Stenberg
2018-07-20http2: several cleanupsDaniel Stenberg
2018-07-11conn: remove the boolean 'inuse' fieldDaniel Stenberg
2017-10-27resolvers: only include anything if neededMarcel Raad
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-04hostasyn: Prefer 'CURLcode result' for curl result codesSteve Holme
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-10-30code cleanup: Use 'CURLcode result'Steve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-01-27ares: memory leak fixDaniel Stenberg
2010-12-27c-ares: fix cancelled resolvesDaniel Stenberg
2010-12-18ares: ask for both IPv4 and IPv6 addressesTommie Gannert
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-22Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2008-10-30Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse
2008-09-29Removed unneeded includes of signal.h and setjmp.hDan Fandrich
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2007-09-28Adapted the c-ares code to the API change c-ares 1.5.0 brings in theDaniel Stenberg
2007-04-03update copyright yearYang Tse
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-25Added note for CURLRES_ARES and CURLRES_IPV6.Gisle Vanem
2006-07-11include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse
2006-05-04Roland Blom filed bug report #1481217Daniel Stenberg
2006-04-26Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem
2005-04-19only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-02-09FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg
2005-02-08Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-10-03set async.done to TRUE last in the addrinfo callback to prevent the risk thatDaniel Stenberg
2004-06-24Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg
2004-06-24Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg
2004-05-18+ when storing the address in the cache fails, cleanup the resolved addressDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-04-26Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg