--- AnyEvent/Changes 2013/12/17 18:36:22 1.586 +++ AnyEvent/Changes 2014/08/28 16:51:20 1.593 @@ -1,5 +1,10 @@ Revision history for Perl extension AnyEvent. +03:55:22 Doku zu new: It is possible to push requests on the read and write queues, and modify properties of the stream, even + while +03:55:23 AnyEvent::Handle is connecting. +03:55:39 doku zu on_connect: It is not allowed to use the read or write queues while the handle object is connecting. + TODO: document TCP_*** constants TODO: add debug/trace logging to some modules TODO: use the eval-with-cb-call trick also to speed up JSON? @@ -9,6 +14,23 @@ TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket (rfc6761) TODO: maybe implement env variable to give hosts precedence +TODO: improve confess skipping + - work around a newly introduced bug in Socket 2.011 (an + errornous sun_length check) (analyzed by Maxime Soulé). + - AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket + (analyzed by Ben Magistro). + - AnyEvent::Strict will now confess, not croak. This is in line with + it being a development/debugging tool. + - work around a number of libglib bugs (debug builds of libglib enforce + certain undocumented behaviour patterns such as not being able to + remove a child watch source after it has fired, which we will try + to emulate to avoid "criticals". what where they thinking...). + - changed default dns resolver "max_outstanding" value from 1 to 10, + the latter beinfg the intended value all along + (reported by Ilya Chesnokov). + - added new "AnyEvent::Impl::UV" interface module to the UV event lib + (written by Mike Lowell). + 7.07 Tue Dec 17 17:45:02 CET 2013 - the documentation for custom tls verify schemes was wrong. make it agree with the code (reported by Maxime Soulé).