Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-14 | fix compiler warning: implicit conversion shortens 64-bit value into a ↵ | Yang Tse | 1 | -4/+11 | |
32-bit value | |||||
2009-01-18 | Constified some arguments in local functions. | Gisle Vanem | 1 | -3/+3 | |
2008-12-09 | C89 compilers (like Minix' ACK) only need to handle 31 functions arguments | Dan Fandrich | 1 | -3/+6 | |
so split a long sprintf into two calls to get below that number. | |||||
2008-11-25 | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse | 1 | -23/+22 | |
ares_addr union is now changed into an internal struct which also holds the address family. | |||||
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | 1 | -10/+8 | |
2008-09-15 | include header file only when available | Yang Tse | 1 | -0/+11 | |
2008-09-11 | move inclusion of ares_private.h last | Yang Tse | 1 | -1/+1 | |
2007-12-03 | Fix three issues previous cleanup introduces. | Yang Tse | 1 | -12/+11 | |
2007-12-03 | Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhat | Daniel Stenberg | 1 | -31/+35 | |
2007-11-28 | the gethostbyname fix applied here as well | Daniel Stenberg | 1 | -1/+5 | |
2007-09-28 | Make the query callbacks return the number of timeouts that happened during ↵ | Steinar H. Gunderson | 1 | -7/+11 | |
the execution of a query, and update documentation accordingly. (Patch from the Google tree.) | |||||
2007-02-26 | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem | 1 | -3/+2 | |
since it's already included through "setup.h". | |||||
2007-02-19 | add debug messages for initialization failures | Yang Tse | 1 | -0/+1 | |
2007-02-17 | compiler warning fix | Yang Tse | 1 | -1/+1 | |
2007-02-17 | compiler warning fix | Yang Tse | 1 | -3/+1 | |
2007-02-16 | add debug messages for fopen() failures | Yang Tse | 1 | -1/+18 | |
2005-11-11 | Detabified. Added CVS id. | Gisle Vanem | 1 | -0/+2 | |
2005-08-18 | detabified | Daniel Stenberg | 1 | -2/+2 | |
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio | 1 | -5/+0 | |
2005-04-08 | Added preliminary IPv6 support to ares_gethostbyname | Dominick Meglio | 1 | -0/+1 | |
2005-04-08 | Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family | Dominick Meglio | 1 | -23/+75 | |
2005-04-06 | Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS | Daniel Stenberg | 1 | -0/+3 | |
X. | |||||
2005-03-21 | typecase to fix win32 compiler warning (and intended as other code is) | Daniel Stenberg | 1 | -12/+11 | |
2004-12-10 | untabified | Daniel Stenberg | 1 | -39/+39 | |
2004-11-10 | Replace IsNT with IS_NT(). | Gisle Vanem | 1 | -40/+40 | |
Return correct timeval in windows_port.c. Squelch gcc warnings: use 'ares_socket_t' in ares_fds.c. Don't cast a 'lvalue' in ares_init.c. | |||||
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | 1 | -40/+40 | |
2004-09-26 | Dominick Meglio host file path discovery patch for windows | Daniel Stenberg | 1 | -5/+16 | |
2004-08-20 | More patches for Watt-32 on Win32; don't include "nameser.h". | Gisle Vanem | 1 | -1/+6 | |
2004-07-22 | - Fixed a few variable return types for some system calls. Made configure | Daniel Stenberg | 1 | -0/+1 | |
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives. | |||||
2004-07-01 | djgpp fixes by Gisle | Daniel Stenberg | 1 | -0/+6 | |
2004-03-23 | changed the long to int typecasts to see if icc 8.0 complains less on this | Daniel Stenberg | 1 | -4/+4 | |
2004-02-23 | typecase the bitfiddling results since we get a long and we store an int, | Daniel Stenberg | 1 | -4/+4 | |
they may not be of the size size | |||||
2004-02-02 | remove rcsid stuff from c files, it serves no useful purpose | Daniel Stenberg | 1 | -2/+0 | |
2003-10-07 | ares 1.1.1 with collected applied patches | Daniel Stenberg | 1 | -0/+174 | |