Age | Commit message (Expand) | Author |
2005-11-24 | Yang Tse: use static on file-private functions | Daniel Stenberg |
2005-11-08 | Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since | Daniel Stenberg |
2005-10-21 | Bradford Bruce made the windows resolver code properly return | Daniel Stenberg |
2005-10-02 | Fix for building with MS Visual-C and single-threaded | Gisle Vanem |
2005-09-16 | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg |
2005-09-06 | Fix warning about missing initializers. | Gisle Vanem |
2005-09-06 | Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we | Daniel Stenberg |
2005-08-31 | use it as 'struct addrinfo' so perhaps it builds on mingw again | Daniel Stenberg |
2005-08-29 | Igor Polyakov fixed a rather nasty problem with the threaded name resolver | Daniel Stenberg |
2005-06-14 | Ensure thread handle is closed too. | Gisle Vanem |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-04-19 | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg |
2005-04-04 | hostthre.c: destroy_thread_data() made public. Called | Gisle Vanem |
2005-03-20 | removed a (fairly useless) debug output just to compile without warning | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-02-08 | Curl_addrinfo?_callback() and addrinfo_callback() now returns | Gisle Vanem |
2005-01-19 | Don't copy 'stderr' for Win-CE in IPv6 code. Don't call | Gisle Vanem |
2004-11-25 | made the code fit within 80 cols | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-16 | Added Traian Nicolescu's patches for threaded resolver on | Gisle Vanem |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-06-24 | Gisle cleaned up remaining host resolve re-org issues | Daniel Stenberg |
2004-06-24 | made the Curl_he2ai() take the port number as an int intead, to avoid lots | Daniel Stenberg |
2004-06-24 | typecast to prevent warning | Daniel Stenberg |
2004-06-24 | fixed problems I missed to fix from my cleanup | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-10 | Gisle Vanem's improved verbose output and timeout handling when connecting to | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-27 | outputed elsewhere already | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-04-26 | Gisle fixed a mistaken check | Daniel Stenberg |
2004-04-26 | IDN adjustments and host cleanups by Gisle | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |