summaryrefslogtreecommitdiff
path: root/lib/hostthre.c
Commit message (Expand)AuthorAgeFilesLines
* clear the struct size not the pointer size, pointed out in bug reportDaniel Stenberg2006-10-171-1/+1
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-211-2/+2
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Correct the trace for WinCE.Gisle Vanem2006-07-071-2/+4
* WinCE uses CreateThread(). Hence error is not in 'errno'.Gisle Vanem2006-07-071-0/+2
* Removed copying 'stderr' since it doesn't have the desiredGisle Vanem2006-07-071-15/+0
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-7/+5
* Add "multiif.h" for GETSOCK_WRITESOCK() macro.Gisle Vanem2006-04-121-0/+1
* adjusted to the new internal *_getsock() concept for providing info internallyDaniel Stenberg2006-04-111-9/+11
* Yang Tse: use static on file-private functionsDaniel Stenberg2005-11-241-0/+4
* Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg2005-11-081-0/+2
* Bradford Bruce made the windows resolver code properly returnDaniel Stenberg2005-10-211-5/+12
* Fix for building with MS Visual-C and single-threadedGisle Vanem2005-10-021-0/+4
* keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg2005-09-161-5/+5
* Fix warning about missing initializers.Gisle Vanem2005-09-061-2/+2
* Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, weDaniel Stenberg2005-09-061-1/+4
* use it as 'struct addrinfo' so perhaps it builds on mingw againDaniel Stenberg2005-08-311-1/+1
* Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg2005-08-291-32/+190
* Ensure thread handle is closed too.Gisle Vanem2005-06-141-3/+4
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
* only define _REENTRANT if not already defined, and only in setup.hDaniel Stenberg2005-04-191-2/+0
* hostthre.c: destroy_thread_data() made public. CalledGisle Vanem2005-04-041-7/+8
* removed a (fairly useless) debug output just to compile without warningDaniel Stenberg2005-03-201-2/+0
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-9/+9
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-081-13/+13
* Don't copy 'stderr' for Win-CE in IPv6 code. Don't callGisle Vanem2005-01-191-5/+10
* made the code fit within 80 colsDaniel Stenberg2004-11-251-3/+6
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+9
* Added Traian Nicolescu's patches for threaded resolver onGisle Vanem2004-10-161-35/+142
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-2/+2
* Gisle cleaned up remaining host resolve re-org issuesDaniel Stenberg2004-06-241-5/+5
* made the Curl_he2ai() take the port number as an int intead, to avoid lotsDaniel Stenberg2004-06-241-1/+1
* typecast to prevent warningDaniel Stenberg2004-06-241-1/+1
* fixed problems I missed to fix from my cleanupDaniel Stenberg2004-06-241-3/+3
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-1/+1
* Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg2004-06-101-1/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* outputed elsewhere alreadyDaniel Stenberg2004-04-271-4/+0
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-2/+2
* Gisle fixed a mistaken checkDaniel Stenberg2004-04-261-1/+1
* IDN adjustments and host cleanups by GisleDaniel Stenberg2004-04-261-9/+8
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-261-0/+556