aboutsummaryrefslogtreecommitdiff
path: root/lib/hostthre.c
AgeCommit message (Expand)Author
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-25asynch resolvers: cleanupDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-03-23ipv6: only probe onceDaniel Stenberg
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-09-01threaded resolver: no more expire 0 callsDaniel Stenberg
2010-07-29Removed unused vars to avoid compiler warnings.Guenter Knauf
2010-07-12threaded resolver: fix timeout issueConstantine Sapuntzakis
2010-04-16resolvers: no more using AI_CANONNAMEDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-13used allways #ifdef / #ifndef;Gunter Knauf
2010-02-13replaced tabs by spaces, removed trailing tabs/spaces.Gunter Knauf
2010-02-02Fix compiler warning: local variable may be used without having been initiali...Yang Tse
2010-01-26onstantine Sapuntzakis threaded resolver enhancementsYang Tse
2010-01-25Constantine Sapuntzakis threaded resolver enhancementsYang Tse
2010-01-22Constantine Sapuntzakis refactoring of async callbacks, allowingYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang 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-11-06Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse
2008-11-01init_resolve_thread() needs 'hints' on the native form.Gisle Vanem
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-08-06Removed TRACE() code.Gisle Vanem
2008-07-29Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4Dan Fandrich
2008-02-10Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) pointsYang Tse
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-06-11constify 'hostname' in init_thread_sync_data(). Simply clearGisle Vanem
2007-05-20WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE isDaniel Stenberg
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-02-21curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2007-02-05- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg
2006-10-17clear the struct size not the pointer size, pointed out in bug reportDaniel Stenberg
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-21Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem
2006-07-11include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse
2006-07-07Correct the trace for WinCE.Gisle Vanem
2006-07-07WinCE uses CreateThread(). Hence error is not in 'errno'.Gisle Vanem
2006-07-07Removed copying 'stderr' since it doesn't have the desiredGisle Vanem
2006-04-26Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem
2006-04-12Add "multiif.h" for GETSOCK_WRITESOCK() macro.Gisle Vanem
2006-04-11adjusted to the new internal *_getsock() concept for providing info internallyDaniel Stenberg
2005-11-24Yang Tse: use static on file-private functionsDaniel Stenberg
2005-11-08Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg
2005-10-21Bradford Bruce made the windows resolver code properly returnDaniel Stenberg
2005-10-02Fix for building with MS Visual-C and single-threadedGisle Vanem
2005-09-16keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg
2005-09-06Fix warning about missing initializers.Gisle Vanem