| Commit message (Expand) | Author | Age | Files | Lines |
* | resolvers: no more using AI_CANONNAME | Daniel Stenberg | 2010-04-16 | 1 | -5/+0 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse | 2010-01-25 | 1 | -3/+3 |
* | Constantine Sapuntzakis refactoring of async callbacks, allowing | Yang Tse | 2010-01-22 | 1 | -15/+1 |
* | Constantine Sapuntzakis enhancements to make memory tracking log file writing | Yang Tse | 2010-01-18 | 1 | -11/+7 |
* | VMS specific preprocessor symbol checking adjustments | Yang Tse | 2009-12-30 | 1 | -1/+1 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | 2009-04-21 | 1 | -4/+1 |
* | Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() | Yang Tse | 2008-10-30 | 1 | -32/+3 |
* | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse | 2008-10-30 | 1 | -15/+6 |
* | add null-pointer check | Yang Tse | 2008-10-27 | 1 | -1/+2 |
* | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich | 2008-09-29 | 1 | -4/+0 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -4/+0 |
* | Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 | Dan Fandrich | 2008-07-27 | 1 | -25/+26 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -4/+4 |
* | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | 2007-07-01 | 1 | -3/+4 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 2007-02-16 | 1 | -2/+2 |
* | put back the correct logic, as the change dated July 11th 2006 added bad | Daniel Stenberg | 2006-07-27 | 1 | -2/+2 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | Use the proper Curl_freeaddrinfo() for CURLRES_ARES. | Gisle Vanem | 2006-07-24 | 1 | -5/+10 |
* | Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). | Gisle Vanem | 2006-07-21 | 1 | -2/+2 |
* | Constify 'hostname' and 'service' to various resolver functions. | Gisle Vanem | 2006-07-21 | 1 | -2/+2 |
* | Changes for combination ENABLE_IPV6 and USE_ARES. | Gisle Vanem | 2006-07-21 | 1 | -3/+4 |
* | Avoid warning "comparison of unsigned expression < 0 is always false" | Gisle Vanem | 2006-07-20 | 1 | -1/+1 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -1/+1 |
* | Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions. | Yang Tse | 2006-07-04 | 1 | -0/+2 |
* | Fix compiler warning. | Yang Tse | 2006-07-03 | 1 | -3/+5 |
* | additional renames of Curl_ourerrno => Curl_sockerrno | Daniel Stenberg | 2006-05-05 | 1 | -1/+1 |
* | Roland Blom filed bug report #1481217 | Daniel Stenberg | 2006-05-04 | 1 | -1/+0 |
* | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | 2006-04-26 | 1 | -8/+7 |
* | Undo last 'fix', since it was not the proper one. | Yang Tse | 2005-12-13 | 1 | -3/+4 |
* | Fix compiler warning | Yang Tse | 2005-12-12 | 1 | -1/+3 |
* | Undo last changes | Yang Tse | 2005-12-11 | 1 | -2/+2 |
* | Fix compiler warning and compatibility issue with the type of the parameter u... | Yang Tse | 2005-12-11 | 1 | -2/+2 |
* | Fix compiler warning | Yang Tse | 2005-12-08 | 1 | -1/+1 |
* | Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since | Daniel Stenberg | 2005-11-08 | 1 | -9/+8 |
* | Added a dump_addrinfo() function to ease debugging of resolved names. Define | Daniel Stenberg | 2005-10-20 | 1 | -0/+23 |
* | pass a NULL pointer in the service argument (the second) if the port number | Daniel Stenberg | 2005-10-10 | 1 | -2/+6 |
* | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg | 2005-09-16 | 1 | -4/+1 |
* | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | 2005-09-02 | 1 | -1/+6 |
* | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg | 2005-04-19 | 1 | -2/+0 |
* | include inet_pton.h | Daniel Stenberg | 2005-03-17 | 1 | -1/+2 |
* | use Curl_inet_pton(), not inet_pton(). | Daniel Stenberg | 2005-03-17 | 1 | -2/+2 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -5/+0 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -2/+2 |
* | actually, we check for a numerical host using either ipv4 or ipv6, as neither | Daniel Stenberg | 2004-08-20 | 1 | -1/+2 |
* | use inet_pton() correctly! | Daniel Stenberg | 2004-08-20 | 1 | -1/+1 |
* | Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and | Daniel Stenberg | 2004-08-19 | 1 | -8/+17 |
* | Gisle cleaned up remaining host resolve re-org issues | Daniel Stenberg | 2004-06-24 | 1 | -1/+2 |