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

Comparing AnyEvent/Changes (file contents):
Revision 1.194 by root, Thu Oct 2 06:42: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.
22 - added a FAQ section, will document nontrivial issues in there. 24 - added a FAQ section, will document nontrivial issues in there.
23 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines