Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | William Ahern: | Daniel Stenberg | |
Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a read event can come back from poll() on a valid SOCK_DGRAM socket but recv(2) will still block. This patch doesn't ignore EAGAIN in read_udp_packets(), though maybe it should. (This patch was edited by Daniel Stenberg and a new configure test was added (imported from curl's configure) to properly detect what non-blocking socket approach to use.) | |||
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | |
2005-03-11 | Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to | Daniel Stenberg | |
work fine with cross-compiled builds. | |||
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg | |
first little steps towards IPv6 support! | |||
2004-02-27 | updated the debug option function from curl's acinclude.m4 | Daniel Stenberg | |
2004-02-25 | added the better debug option logic from curl by adding acinclude.m4 to the | Daniel Stenberg | |
configure stuff |