Age | Commit message (Expand) | Author |
2017-10-27 | resolvers: only include anything if needed | Marcel Raad |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2013-09-10 | NI_MAXSERV: remove all use of it | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-01-12 | hostip: avoid getaddrinfo when c-ares is used | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-04-25 | asynch resolvers: unified | Vsevolod Novikov |
2010-11-11 | ip_version: moved to connection struct | Daniel Stenberg |
2010-04-16 | resolvers: no more using AI_CANONNAME | Daniel Stenberg |
2010-04-15 | Curl_ipv4_resolve_r: only set AI_CANONNAME when needed | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-14 | removed trailing whitespace | Yang Tse |
2010-02-04 | Fix compiler warning: unused variable | Yang Tse |
2010-02-02 | Fix compiler warning: variable was set but never used | Yang Tse |
2010-01-25 | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse |
2008-09-29 | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-07-11 | removed now obsolete NETDB_DEFINE_CONTEXT macro calls. | Gunter Knauf |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-06-30 | minor patches to enable building for NetWare CLIB. | Gunter Knauf |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-22 | Fixed unused variable compiler warning. | Dan Fandrich |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | compiler warning fix | Yang Tse |
2007-02-03 | compiler warning fix | Yang Tse |
2007-02-02 | compiler warning fix | Yang Tse |
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse |
2006-08-29 | Avoid Metaware's High-C warning "'=' encountered where '==' may have been int... | Gisle Vanem |
2006-08-08 | moved ugly NetWare hack to hostip.h so that hostip.c uses it too. | Gunter Knauf |
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse |