Age | Commit message (Expand) | Author | Files | Lines |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse | 1 | -7/+7 |
2009-05-02 | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse | 1 | -1/+1 |
2009-04-14 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse | 1 | -2/+2 |
2009-01-13 | - ares__send_query() now varies the retry timeout pseudo-randomly to avoid | Phil Blundell | 1 | -1/+4 |
2008-12-04 | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg | 1 | -0/+22 |
2008-11-28 | Only set TCP_NODELAY when it exists | Dan Fandrich | 1 | -0/+2 |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | 1 | -35/+18 |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | 1 | -23/+27 |
2008-10-21 | Charles Hardin patch: | Yang Tse | 1 | -11/+18 |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | 1 | -17/+15 |
2008-08-26 | Functionality only possible if recvfrom() is available. | Yang Tse | 1 | -6/+9 |
2008-08-25 | Brad House's validation that DNS response address matches the request address | Yang Tse | 1 | -1/+15 |
2008-07-10 | fix compiler warning | Yang Tse | 1 | -6/+4 |
2008-05-15 | millisecond resolution support followup | Yang Tse | 1 | -1/+1 |
2008-05-13 | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg | 1 | -39/+93 |
2008-05-08 | check for strings.h in configure and use it for the strcasecmp() proto | Daniel Stenberg | 1 | -0/+3 |
2007-10-18 | Renamed internal function to avoid a variable shadowing it | Yang Tse | 1 | -3/+3 |
2007-10-08 | 'FD_CLOXEC' is meaningless on MSDOS/Watt-32. | Gisle Vanem | 1 | -2/+2 |
2007-10-04 | Removed a piece of redundant code (process_answer already takes care of it). | Steinar H. Gunderson | 1 | -6/+0 |
2007-09-30 | Fix compiler warning | Yang Tse | 1 | -3/+3 |
2007-09-30 | check availability of <netinet/tcp.h> | Yang Tse | 1 | -2/+12 |
2007-09-29 | Use ISDIGIT instead of isdigit; fixes a gcc warning. | Steinar H. Gunderson | 1 | -0/+1 |
2007-09-29 | Previously, processing a large batch of timeouts was O(n^2) in the number of | Steinar H. Gunderson | 1 | -47/+108 |
2007-09-29 | Fix compiler warning in setsockopt(). | Gisle Vanem | 1 | -8/+9 |
2007-09-29 | TCP queries can time out too, not just UDP queries. (Patch from the Google tr... | Steinar H. Gunderson | 1 | -4/+3 |
2007-09-29 | Read and process as many packets as possible in read_udp_packets, to avoid ha... | Steinar H. Gunderson | 1 | -7/+11 |
2007-09-29 | There are two different places in write_tcp_data() that advance the send_queu... | Steinar H. Gunderson | 1 | -40/+35 |
2007-09-28 | Forgot to include a few hunks from ares_process.c earlier. Fixing now. | Steinar H. Gunderson | 1 | -0/+2 |
2007-09-28 | Support a few more socket options, and refactor the option setting a bit. (Pa... | Steinar H. Gunderson | 1 | -3/+52 |
2007-09-28 | Make the query callbacks return the number of timeouts that happened during t... | Steinar H. Gunderson | 1 | -1/+1 |
2007-09-28 | Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil... | Steinar H. Gunderson | 1 | -8/+105 |
2007-09-28 | Don't skip a server if it's the only one. (Bugfix from the Google tree.) | Steinar H. Gunderson | 1 | -5/+23 |
2007-09-27 | wrong, revert the previous "fix" and instead check that the fd_set pointer | Daniel Stenberg | 1 | -22/+25 |
2007-09-27 | eek, fix the conditions to return on either problem instead of requiring | Daniel Stenberg | 1 | -3/+3 |
2007-09-22 | Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in | Daniel Stenberg | 1 | -0/+21 |
2007-09-22 | Steinar H. Gunderson modified c-ares to now also do to DNS retries even when | Daniel Stenberg | 1 | -3/+6 |
2007-07-14 | Vlad Dinulescu fixed two outstanding valgrind reports | Daniel Stenberg | 1 | -1/+2 |
2007-06-02 | Brad House fixed VS2005 compiler warnings due to time_t being 64bit. | Daniel Stenberg | 1 | -2/+2 |
2007-05-30 | added ares_process_fd() to allow applications to ask for processing on | Daniel Stenberg | 1 | -16/+76 |
2007-02-26 | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem | 1 | -1/+0 |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse | 1 | -5/+1 |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse | 1 | -13/+7 |
2007-02-04 | Use correct 3rd argument for ioctlsocket() under Watt-32. | Gisle Vanem | 1 | -0/+4 |
2007-02-01 | compiler warning fix | Yang Tse | 1 | -2/+2 |
2006-10-25 | Compiler warning fix | Yang Tse | 1 | -1/+1 |
2006-10-18 | Check for USE_WINSOCK instead of WIN32 where the check was done | Yang Tse | 1 | -1/+1 |
2006-08-29 | Brad Spencer did | Daniel Stenberg | 1 | -0/+1 |
2006-07-29 | Fix compiler warnings. | Yang Tse | 1 | -5/+7 |
2006-07-28 | Replace send() and recv() with swrite() and sread() macros. | Yang Tse | 1 | -12/+9 |
2006-07-22 | 2nd try adding CVS id. | Gisle Vanem | 1 | -0/+2 |