Age | Commit message (Expand) | Author |
2008-08-04 | - Fix by Tofu Linden: | Daniel Stenberg |
2008-06-30 | - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is | Daniel Stenberg |
2008-05-15 | use same time source for timeout initialization and processing | Yang Tse |
2008-05-13 | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg |
2008-05-05 | Improved parsing of resolver configuration files | Yang Tse |
2008-04-04 | Eino Tuominen improved the code when a file is used to seed the randomizer | Daniel Stenberg |
2007-10-22 | removed dependency on gettimeofday() since we use only 1 sec resolution here. | Gunter Knauf |
2007-10-20 | Fix compiler warning: conversion from "int" to "unsigned short" may lose sign... | Yang Tse |
2007-10-18 | Renamed a variable to avoid shadowing a global declaration | Yang Tse |
2007-10-18 | Fix compiler warning: conversion from "int" to "unsigned char" | Yang Tse |
2007-10-02 | Avoid a segfault when generating a DNS "Transaction ID" in internal | Yang Tse |
2007-09-29 | Previously, processing a large batch of timeouts was O(n^2) in the number of | Steinar H. Gunderson |
2007-09-28 | Support a few more socket options, and refactor the option setting a bit. (Pa... | Steinar H. Gunderson |
2007-09-28 | Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil... | Steinar H. Gunderson |
2007-09-22 | Brad House provided a fix for ares_save_options(): Apparently I overlooked | Daniel Stenberg |
2007-07-14 | Brad House's fix to hish a win32 compiler warning | Daniel Stenberg |
2007-07-14 | Vlad Dinulescu fixed two outstanding valgrind reports | Daniel Stenberg |
2007-07-03 | few minor changes to make ares compile for NetWare CLIB architecture. | Gunter Knauf |
2007-06-02 | Brad Spencer found and fixed three flaws in the code, found with the new | Daniel Stenberg |
2007-05-30 | first take at detecting a random device and seeding the random key using data | Daniel Stenberg |
2007-05-30 | Shmulik Regev brought cryptographically secure transaction IDs | Daniel Stenberg |
2007-05-30 | Brad House added ares_save_options() and ares_destroy_options() that can be | Daniel Stenberg |
2007-05-25 | Ravi Pratap fixed a flaw in the init_by_resolv_conf() function for windows | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem |
2007-02-19 | add debug messages for initialization failures | Yang Tse |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-14 | Oops, missing argument separator comma | Yang Tse |
2007-02-14 | in debug messages also show error description | Yang Tse |
2007-02-13 | Fix c-ares failing to get the search sequence of /etc/hosts and | Yang Tse |
2007-02-06 | Added HAVE_PROCESS_H for DOS/Win32. | Gisle Vanem |
2007-02-02 | add debug messages for initialization failures | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2006-11-22 | Michael Wallner fixed this problem: When I set domains in the options | Daniel Stenberg |
2006-11-06 | avoid a couple of potential zero size memory allocations | Yang Tse |
2006-10-18 | Replace is*() macros with our own IS*() ones. | Yang Tse |
2006-09-11 | - Guilherme Balena Versiani: I noted a strange BUG in Win32 port | Daniel Stenberg |
2006-07-22 | Added CVS id. | Gisle Vanem |
2006-07-22 | If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set. | Gisle Vanem |
2006-05-03 | Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes | Daniel Stenberg |
2006-01-05 | James Bursa fixes: find the hosts file on RISC OS, and made it build with | Daniel Stenberg |
2005-08-21 | Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info() | Daniel Stenberg |
2005-08-04 | killed trailing whitespace, narrowed a few lines to 80 cols | Daniel Stenberg |
2005-04-19 | sortlist_alloc() is never used on win32, so ifdef out it to prevent warning | Daniel Stenberg |
2005-04-16 | avoid warning on windows | Daniel Stenberg |
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio |
2005-04-09 | Made sortlist support CIDR matching for IPv4 | Dominick Meglio |
2005-04-06 | Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS | Daniel Stenberg |
2005-03-20 | silence win32 compiler warnings | Daniel Stenberg |
2005-03-19 | silence warnings on win32 about static functions that are never used | Daniel Stenberg |
2004-12-10 | untabified | Daniel Stenberg |