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

Comparing AnyEvent/Changes (file contents):
Revision 1.258 by root, Thu Jul 2 23:22:34 2009 UTC vs.
Revision 1.259 by root, Fri Jul 3 08:51:48 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3ZERO_RETURN - stoptls?
3 - load AnyEvent::Handle only on demand in AnyEvent::DNS, 4 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
4 so AnyEvent::Socket users have smaller memory footprint 5 so AnyEvent::Socket users have smaller memory footprint
5 in the common case. 6 in the common case.
6 - add AnyEvent::Handle->push_shutdown method. 7 - add AnyEvent::Handle->push_shutdown method.
7 - add an additional error message parameter to AnyEvent::Handle's 8 - add an additional error message parameter to AnyEvent::Handle's
8 on_error callback (for TLS, $! is still available). 9 on_error callback (for TLS, $! is still available).
9 - make AnyEvent::Handle more robust against early conenction 10 - make AnyEvent::Handle more robust against early conenction
10 failures (during new), and return C<undef> in that case 11 failures (during new), and return C<undef> in that case
11 from the constructor. 12 from the constructor.
13 - AnyEvent::Handle will now try to load only JSON::XS first,
14 then fall back to JSON.
12 15
134.451 Fri Jul 3 00:28:58 CEST 2009 164.451 Fri Jul 3 00:28:58 CEST 2009
14 - do not clear rbuf when shutting down an AnyEvent::Handle 17 - do not clear rbuf when shutting down an AnyEvent::Handle
15 object - doing so breaks AnyEvent::HTTP. 18 object - doing so breaks AnyEvent::HTTP.
16 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines