Age | Commit message (Expand) | Author |
2008-12-04 | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg |
2008-12-03 | Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. | Daniel Stenberg |
2008-12-01 | minor indent fix | Daniel Stenberg |
2008-12-01 | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg |
2008-11-28 | Make use of gethostname() conditional on it being available | Dan Fandrich |
2008-11-25 | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse |
2008-11-20 | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse |
2008-09-16 | code cleanup | Yang Tse |
2008-09-15 | include header file only when available | Yang Tse |
2008-09-11 | move inclusion of ares_private.h last | Yang Tse |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
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 |