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

Comparing AnyEvent/Changes (file contents):
Revision 1.244 by root, Tue Jun 23 12:38:18 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
3TODO: document ->loop, and maybe one_event. 3ZERO_RETURN - stoptls?
4 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
5 so AnyEvent::Socket users have smaller memory footprint
6 in the common case.
7 - add AnyEvent::Handle->push_shutdown method.
8 - add an additional error message parameter to AnyEvent::Handle's
9 on_error callback (for TLS, $! is still available).
10 - make AnyEvent::Handle more robust against early conenction
11 failures (during new), and return C<undef> in that case
12 from the constructor.
13 - AnyEvent::Handle will now try to load only JSON::XS first,
14 then fall back to JSON.
15
164.451 Fri Jul 3 00:28:58 CEST 2009
17 - do not clear rbuf when shutting down an AnyEvent::Handle
18 object - doing so breaks AnyEvent::HTTP.
19
204.45 Mon Jun 29 22:59:26 CEST 2009
21 - a write error could cause AnyEvent::Handle to create
22 an I/O watcher with an undefined $fh.
23 - special-case mapped ipv4 addresses in both
24 AnyEvent::Socket::format_address and parse_address,
25 to treat them just like ipv4 addresses.
26 - updated and overhauled the AnyEvent::Intro doc.
27 - implement AnyEvent::Socket::format_ipv4/ipv6.
28 - slightly speed up portable_pipe/socketpair.
29 - expand condvar begin/end documentation.
30
314.42 Fri Jun 26 08:32:18 CEST 2009
32 - preliminary and neccesarily incomplete support for IO::Async.
33 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
34 case it was set to IGNORE, to ensure we can catch child statuses
35 even when the calling env acts stupidly.
36 - updated benchmarks with IO::Async, which performs very well.
37
384.412 Wed Jun 24 01:35:57 CEST 2009
4 - support an "untaint" attribute for AnyEvent::DNS 39 - support an "untaint" attribute for AnyEvent::DNS
5 and set it on the default resolver. 40 and set it on the default resolver.
6 - implement and document AnyEvent::Impl::Perl::loop. 41 - implement and document AnyEvent::Impl::Perl::loop.
7 - remove all anyevent-env variables from %ENV 42 - remove all anyevent-env variables from %ENV
8 when running in tainted mode. 43 when running in tainted mode.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines