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

Comparing AnyEvent/Changes (file contents):
Revision 1.451 by root, Sun Jul 24 14:24:03 2011 UTC vs.
Revision 1.452 by root, Tue Aug 2 20:02:44 2011 UTC

17 - many read types in AnyEvent::Handle would malfunction during 17 - many read types in AnyEvent::Handle would malfunction during
18 transitions to TLS because of a "delete $self->{rbuf}". 18 transitions to TLS because of a "delete $self->{rbuf}".
19 (reported by Gerald Galster). 19 (reported by Gerald Galster).
20 - resolve AnyEvent::Util::guard at first-use-time, not at load time, 20 - resolve AnyEvent::Util::guard at first-use-time, not at load time,
21 for further speed and memory savings when not used. 21 for further speed and memory savings when not used.
22 - improve condvar blocking wait performance (probably only noticable
23 with faster backends), also make it easier for event loops that
24 do not support blockign waits.
22 25
235.34 Thu May 12 09:59:41 CEST 2011 265.34 Thu May 12 09:59:41 CEST 2011
24 - AE::TLS didn't support both cert_file and key at the same time, 27 - AE::TLS didn't support both cert_file and key at the same time,
25 due to some copy&paste bug (reported and analyzed by vti). 28 due to some copy&paste bug (reported and analyzed by vti).
26 - improve AE::Handle timeout documentation slightly. 29 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines