| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -2/+2 |
* | Fix compiler warning: unused variable | Yang Tse | 2010-02-04 | 1 | -1/+1 |
* | Fix compiler warning: variable was set but never used | Yang Tse | 2010-02-02 | 1 | -18/+12 |
* | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse | 2010-01-25 | 1 | -18/+48 |
* | VMS specific preprocessor symbol checking adjustments | Yang Tse | 2009-12-30 | 1 | -1/+1 |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 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 |
* | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse | 2008-11-06 | 1 | -5/+3 |
* | 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 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg | 2008-07-09 | 1 | -89/+1 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -2/+2 |
* | removed now obsolete NETDB_DEFINE_CONTEXT macro calls. | Gunter Knauf | 2007-07-11 | 1 | -1/+0 |
* | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | 2007-07-01 | 1 | -0/+3 |
* | minor patches to enable building for NetWare CLIB. | Gunter Knauf | 2007-06-30 | 1 | -0/+5 |
* | fix compiler warning | Yang Tse | 2007-03-25 | 1 | -0/+4 |
* | Fixed unused variable compiler warning. | Dan Fandrich | 2007-03-22 | 1 | -3/+2 |
* | 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 | -1/+1 |
* | compiler warning fix | Yang Tse | 2007-02-06 | 1 | -2/+2 |
* | compiler warning fix | Yang Tse | 2007-02-05 | 1 | -3/+3 |
* | compiler warning fix | Yang Tse | 2007-02-03 | 1 | -4/+3 |
* | compiler warning fix | Yang Tse | 2007-02-02 | 1 | -2/+4 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Avoid Metaware's High-C warning "'=' encountered where '==' may have been int... | Gisle Vanem | 2006-08-29 | 1 | -1/+1 |
* | moved ugly NetWare hack to hostip.h so that hostip.c uses it too. | Gunter Knauf | 2006-08-08 | 1 | -5/+0 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | Moved functions common to IPv4 and C-ares to hostip.c; | Gisle Vanem | 2006-07-25 | 1 | -60/+0 |
* | Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). | Gisle Vanem | 2006-07-21 | 1 | -1/+1 |
* | 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 | -7/+7 |
* | Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R... | Yang Tse | 2006-07-14 | 1 | -22/+28 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -1/+1 |
* | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | 2006-04-26 | 1 | -4/+3 |
* | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg | 2005-09-16 | 1 | -4/+4 |
* | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg | 2005-09-02 | 1 | -1/+5 |
* | avoid the sensitive word as it looks bad in some people's eyes | Daniel Stenberg | 2005-05-27 | 1 | -3/+2 |
* | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg | 2005-04-19 | 1 | -2/+0 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | use Curl_inet_pton(), not inet_pton(). | Daniel Stenberg | 2005-03-17 | 1 | -1/+1 |
* | - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their | Daniel Stenberg | 2005-03-16 | 1 | -3/+2 |
* | avoid warnings on systems with this member set const | Daniel Stenberg | 2004-10-06 | 1 | -1/+1 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -2/+2 |
* | simplified the check for when to free() the buf data | Daniel Stenberg | 2004-06-30 | 1 | -2/+2 |
* | Gisle fixed a bad free from the resolve reorg, I changed type of the buf | Daniel Stenberg | 2004-06-29 | 1 | -3/+7 |
* | ah, simplified my latest change more | Daniel Stenberg | 2004-06-24 | 1 | -7/+0 |
* | fix for systems without gethostbyname_r() | Daniel Stenberg | 2004-06-24 | 1 | -6/+3 |