| Commit message (Expand) | Author | Age | Files | Lines |
* | getnameinfo: not used | Daniel Stenberg | 2018-06-27 | 1 | -34/+1 |
* | resolvers: only include anything if needed | Marcel Raad | 2017-10-27 | 1 | -5/+5 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -2/+2 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -1/+1 |
* | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua | 2016-06-07 | 1 | -0/+12 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+1 |
* | hostip6: Fixed compilation warnings when verbose strings disabled | Steve Holme | 2016-03-22 | 1 | -6/+8 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -5/+2 |
* | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme | 2014-12-27 | 1 | -6/+6 |
* | NI_MAXSERV: remove all use of it | Daniel Stenberg | 2013-09-10 | 1 | -2/+2 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+224 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -224/+0 |
* | build: make use of 93 lib/*.c renamed files | Yang Tse | 2013-01-03 | 1 | -3/+3 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -11/+11 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -7/+1 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -1/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+0 |
* | CLOSESOCKETFUNCTION: added | Daniel Stenberg | 2011-05-18 | 1 | -1/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -1/+1 |
* | In lib/, change 'wanna' to 'want to'. | Fabian Keil | 2011-04-21 | 1 | -1/+1 |
* | ipv6: only probe once | Daniel Stenberg | 2011-03-23 | 1 | -26/+29 |
* | ip_version: moved to connection struct | Daniel Stenberg | 2010-11-11 | 1 | -3/+3 |
* | 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 |