ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.452 by root, Tue Aug 2 20:02:44 2011 UTC vs.
Revision 1.453 by root, Tue Aug 2 22:07:16 2011 UTC

11 and ->request and ->dns_unpack indirectly. Convenience functions 11 and ->request and ->dns_unpack indirectly. Convenience functions
12 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected. 12 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected.
13 - some read types (regex, netstring, json, storable) could 13 - some read types (regex, netstring, json, storable) could
14 errornously keep an AE::Handle object alive on their own 14 errornously keep an AE::Handle object alive on their own
15 (reported by Mohammad Toossi). 15 (reported by Mohammad Toossi).
16 - add more workarounds around child watcher bugs in IO::Async
17 and (newly introduced) in POE.
18 - use glib child watchers and try to work around its limitations,
19 if possible (based on a patch by Kevin Ryde).
16 - add support for (currently third-party) AnyEvent::Impl::FLTK. 20 - add support for (currently third-party) AnyEvent::Impl::FLTK.
17 - many read types in AnyEvent::Handle would malfunction during 21 - many read types in AnyEvent::Handle would malfunction during
18 transitions to TLS because of a "delete $self->{rbuf}". 22 transitions to TLS because of a "delete $self->{rbuf}".
19 (reported by Gerald Galster). 23 (reported by Gerald Galster).
20 - resolve AnyEvent::Util::guard at first-use-time, not at load time, 24 - resolve AnyEvent::Util::guard at first-use-time, not at load time,
21 for further speed and memory savings when not used. 25 for further speed and memory savings when not used.
22 - improve condvar blocking wait performance (probably only noticable 26 - improve condvar blocking wait performance (probably only noticable
23 with faster backends), also make it easier for event loops that 27 with faster backends), also make it easier for event loops that
24 do not support blockign waits. 28 do not support blocking waits.
25 29
265.34 Thu May 12 09:59:41 CEST 2011 305.34 Thu May 12 09:59:41 CEST 2011
27 - AE::TLS didn't support both cert_file and key at the same time, 31 - AE::TLS didn't support both cert_file and key at the same time,
28 due to some copy&paste bug (reported and analyzed by vti). 32 due to some copy&paste bug (reported and analyzed by vti).
29 - improve AE::Handle timeout documentation slightly. 33 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines