aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorWilliam Ahern <william@25thandclement.com>2006-06-19 01:18:05 +0000
committerWilliam Ahern <william@25thandclement.com>2006-06-19 01:18:05 +0000
commit4524618bf212b92ba5c651833b289e33c60430ff (patch)
tree6f8747b8f49ca7ccad43cb7d476ce57722ef4475 /ares/CHANGES
parent55d22ba10c4560c1b7ffbcf8a0c1d4864b024a88 (diff)
Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and
UDP even when a poll(2) or select(2) suggest otherwise.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index d96078499..880d22839 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,13 @@
Changelog for the c-ares project
+* June 18, 2006
+
+- William Ahern handles EAGAIN/EWOULDBLOCK errors in most of the I/O calls
+ from area_process.c.
+
+ TODO: Handle one last EAGAIN for a UDP socket send(2) in
+ ares__send_query().
+
* May 10, 2006
- Bram Matthys brought my attention to a libtool peculiarity where detecting