diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-03 06:11:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-03 06:11:44 +0000 |
commit | 22e34b53e493e7f94036182ad2c6764bdc3ac5fb (patch) | |
tree | 3ae220ae061f6814386fd2650007147c9c485d9c /CHANGES | |
parent | 772811b915392014886d2361bcfe58e9655edf7f (diff) | |
download | c-ares-22e34b53e493e7f94036182ad2c6764bdc3ac5fb.tar.gz c-ares-22e34b53e493e7f94036182ad2c6764bdc3ac5fb.tar.bz2 c-ares-22e34b53e493e7f94036182ad2c6764bdc3ac5fb.zip |
Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes
c-ares call a callback on socket state changes. A better way than the
ares_getsock() to get full control over the socket state.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ Changelog for the c-ares project +* May 3, 2006 + +- Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes + c-ares call a callback on socket state changes. A better way than the + ares_getsock() to get full control over the socket state. + * January 9, 2006 - Alexander Lazic improved the getservbyport_r() configure check. @@ -28,8 +34,8 @@ - Added constants that will be used by ares_getaddrinfo -- Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it is - available to ensure it works properly in a threaded environment. +- Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it + is available to ensure it works properly in a threaded environment. * September 10 |