Age | Commit message (Expand) | Author |
2010-01-26 | - Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is the | Daniel Stenberg |
2010-01-25 | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse |
2010-01-22 | Constantine Sapuntzakis refactoring of async callbacks, allowing | Yang Tse |
2010-01-06 | - Make sure the progress callback is called repeatedly even during very slow | Daniel Stenberg |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-09-15 | Revert Joshua Kwan's patch committed 11 Sep 2009. | Yang Tse |
2009-09-11 | Joshua Kwan provided a patch to pass POLLERR / POLLHUP back to c-ares. | Gunter Knauf |
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 |
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse |
2009-04-14 | include <limits.h> for INT_MAX definition | Yang Tse |
2009-01-31 | - When building with c-ares 1.6.1 (not yet released) or later and IPv6 support | Daniel Stenberg |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse |
2008-11-01 | Daniel Johnson reported and fixed ipv4 name resolves when libcurl is built | Daniel Stenberg |
2008-10-10 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-10-10 | move struct namebuf6 declaration out of Curl_ip2addr6() | 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-08-20 | Use 'Curl_inet_pton()' instead of 'inet_pton()'. | Yang Tse |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg |
2008-04-29 | improve easy interface resolving timeout handling in c-ares enabled builds | Yang Tse |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-10-20 | Fix compiler warning: conversion from "int" to "unsigned short" may lose sign... | Yang Tse |
2007-10-03 | Fix issue related with the use of ares_timeout() result. | Yang Tse |
2007-09-27 | a name resolve that times out is still a failed name resolve | Daniel Stenberg |
2007-06-11 | restore the correct timeout time that my previous commit broke | Daniel Stenberg |
2007-06-11 | Properly wait for the c-ares resolve to complete, hopefully the cure for | Daniel Stenberg |
2007-05-31 | When transferring 500 downloads in parallel with a c-ares enabled build only | Daniel Stenberg |
2007-03-27 | New Internal wrapper function Curl_select() around select (2), it | Yang Tse |
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-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2006-10-17 | Jeff helped me pinpoint that we didn't properly set the expire timer during | Daniel Stenberg |
2006-07-25 | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse |
2006-07-25 | Moved functions common to IPv4 and C-ares to hostip.c; | Gisle Vanem |
2006-07-24 | Use the proper Curl_freeaddrinfo() for CURLRES_ARES. | Gisle Vanem |
2006-07-21 | Constify 'hostname' and 'service' to various resolver functions. | Gisle Vanem |
2006-07-21 | Changes for combination ENABLE_IPV6 and USE_ARES. | Gisle Vanem |
2006-07-11 | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse |
2006-05-05 | get the Curl_sockerrno proto | Daniel Stenberg |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2006-04-26 | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2005-04-19 | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-02-08 | ares_gethostbyname wants a 'ares_host_callback' in the 4th argument | Daniel Stenberg |
2005-02-08 | Curl_addrinfo?_callback() and addrinfo_callback() now returns | Gisle Vanem |
2005-02-08 | Curl_wait_for_resolv() no longer disconnects on failure, but leaves that | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |