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

Comparing AnyEvent/Changes (file contents):
Revision 1.257 by root, Tue Jun 30 22:42:33 2009 UTC vs.
Revision 1.258 by root, Thu Jul 2 23:22:34 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3 - load AnyEvent::Handle only on demand in AnyEvent::DNS, 3 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
4 so AnyEvent::Socket users have smaller memory footprint 4 so AnyEvent::Socket users have smaller memory footprint
5 in the common case. 5 in the common case.
6 - add AnyEvent::Handle->push_shutdown method.
7 - add an additional error message parameter to AnyEvent::Handle's
8 on_error callback (for TLS, $! is still available).
6 - make AnyEvent::Handle more robust against early conenction 9 - make AnyEvent::Handle more robust against early conenction
7 failures (during new), and return C<undef> in that case 10 failures (during new), and return C<undef> in that case
8 from the constructor. 11 from the constructor.
12
134.451 Fri Jul 3 00:28:58 CEST 2009
14 - do not clear rbuf when shutting down an AnyEvent::Handle
15 object - doing so breaks AnyEvent::HTTP.
9 16
104.45 Mon Jun 29 22:59:26 CEST 2009 174.45 Mon Jun 29 22:59:26 CEST 2009
11 - a write error could cause AnyEvent::Handle to create 18 - a write error could cause AnyEvent::Handle to create
12 an I/O watcher with an undefined $fh. 19 an I/O watcher with an undefined $fh.
13 - special-case mapped ipv4 addresses in both 20 - special-case mapped ipv4 addresses in both

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines