Moved potential inclusion of system's malloc.h and memory.h header files to
[platform/upstream/curl.git] / lib / hostthre.c
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-11-06 Yang TseMerged existing IPv4 and IPv6 Curl_ip2addr functions...
2008-11-01 Gisle Vaneminit_resolve_thread() needs 'hints' on the native form.
2008-10-30 Yang TseUse our Curl_addrinfo definition even when an addrinfo...
2008-09-29 Dan FandrichRemoved unneeded includes of signal.h and setjmp.h
2008-08-06 Gisle VanemRemoved TRACE() code.
2008-07-29 Dan FandrichEliminate a unnecessary socket creation in Curl_getaddr...
2008-02-10 Yang TseBug report #1888932 (curl.haxx.se/bug/view.cgi?id=18889...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-06-11 Gisle Vanemconstify 'hostname' in init_thread_sync_data(). Simply...
2007-05-20 Daniel StenbergWaitForSingleObject() uses a millisecond timeout and...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-21 Yang Tsecurlassert macro replaced with DEBUGASSERT macro define...
2007-02-16 Yang Tseuse macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER...
2007-02-05 Daniel Stenberg- Michael Wallner provided a patch that adds support...
2006-10-17 Daniel Stenbergclear the struct size not the pointer size, pointed...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-21 Gisle VanemConstify 'hostname' and 'service' to various resolver...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-07 Gisle VanemCorrect the trace for WinCE.
2006-07-07 Gisle VanemWinCE uses CreateThread(). Hence error is not in 'errno'.
2006-07-07 Gisle VanemRemoved copying 'stderr' since it doesn't have the...
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2006-04-12 Gisle VanemAdd "multiif.h" for GETSOCK_WRITESOCK() macro.
2006-04-11 Daniel Stenbergadjusted to the new internal *_getsock() concept for...
2005-11-24 Daniel StenbergYang Tse: use static on file-private functions
2005-11-08 Daniel StenbergRemoved the use of AI_CANONNAME in the IPv6-enabled...
2005-10-21 Daniel StenbergBradford Bruce made the windows resolver code properly...
2005-10-02 Gisle VanemFix for building with MS Visual-C and single-threaded
2005-09-16 Daniel Stenbergkeep 'socktype' in the connectdata struct and make...
2005-09-06 Gisle VanemFix warning about missing initializers.
2005-09-06 Daniel StenbergUse SOCK_DGRAM for TFTP. Consider setting this up at...
2005-08-31 Daniel Stenberguse it as 'struct addrinfo' so perhaps it builds on...
2005-08-29 Daniel StenbergIgor Polyakov fixed a rather nasty problem with the...
2005-06-14 Gisle VanemEnsure thread handle is closed too.
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2005-04-19 Daniel Stenbergonly define _REENTRANT if not already defined, and...
2005-04-04 Gisle Vanemhostthre.c: destroy_thread_data() made public. Called
2005-03-20 Daniel Stenbergremoved a (fairly useless) debug output just to compile...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-02-08 Gisle VanemCurl_addrinfo?_callback() and addrinfo_callback() now...
2005-01-19 Gisle VanemDon't copy 'stderr' for Win-CE in IPv6 code. Don't...
2004-11-25 Daniel Stenbergmade the code fit within 80 cols
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-16 Gisle VanemAdded Traian Nicolescu's patches for threaded resolver on
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-24 Daniel StenbergGisle cleaned up remaining host resolve re-org issues
2004-06-24 Daniel Stenbergmade the Curl_he2ai() take the port number as an int...
2004-06-24 Daniel Stenbergtypecast to prevent warning
2004-06-24 Daniel Stenbergfixed problems I missed to fix from my cleanup
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-06-10 Daniel StenbergGisle Vanem's improved verbose output and timeout handl...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-27 Daniel Stenbergoutputed elsewhere already
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-04-26 Daniel StenbergGisle fixed a mistaken check
2004-04-26 Daniel StenbergIDN adjustments and host cleanups by Gisle
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...