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

Comparing AnyEvent/Changes (file contents):
Revision 1.193 by root, Wed Oct 1 15:10:39 2008 UTC vs.
Revision 1.195 by root, Thu Oct 2 08:10:27 2008 UTC

14 would go missing in a read callback (e.g. due to stoptls) - 14 would go missing in a read callback (e.g. due to stoptls) -
15 Net::SSLeay of course makes no type checking whatsoever. 15 Net::SSLeay of course makes no type checking whatsoever.
16 - AnyEvent::Handle will not stop the read watcher in TLS mode. 16 - AnyEvent::Handle will not stop the read watcher in TLS mode.
17 - AnyEvent::Handle->stoptls will send a TLS close notify 17 - AnyEvent::Handle->stoptls will send a TLS close notify
18 instead of simply destroying the stream now. 18 instead of simply destroying the stream now.
19 - fix a bug where large blocks of data written in TLS mode
20 would not be sent unless triggered by receives.
19 - on_drain will now take the tls write buffer into account. 21 - on_drain will now take the tls write buffer into account.
20 - SSL operations have been streamlined a bit and should be faster 22 - SSL operations have been streamlined a bit and should be faster
21 now, more to come, though. 23 now, more to come, though.
24 - added a FAQ section, will document nontrivial issues in there.
22 25
234.234 Mon Sep 29 04:08:13 CEST 2008 264.234 Mon Sep 29 04:08:13 CEST 2008
24 - fix child watcher documentation: only child exits will be reported, 27 - fix child watcher documentation: only child exits will be reported,
25 no trace events. 28 no trace events.
26 - mention SIGPIPE in AnyEvent::Handle. 29 - mention SIGPIPE in AnyEvent::Handle.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines