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

Comparing AnyEvent/Changes (file contents):
Revision 1.546 by root, Thu Apr 12 08:13:05 2012 UTC vs.
Revision 1.547 by root, Fri Apr 13 04:38:13 2012 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: add debug/trace logging to some modules 4TODO: add debug/trace logging to some modules
5TODO: use the eval-with-cb-call trick also to speed up JSON? 5TODO: use the eval-with-cb-call trick also to speed up JSON?
6lib/AnyEvent/DNS.pm: open my $fh, "<", $resolv_conf
7lib/AnyEvent/DNS.pm: if (open my $fh, "ipconfig /all |") {
8lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!";
9TODO: common pitfalls? 6TODO: common pitfalls?
10 7
117.0 87.0 Fri Apr 13 06:33:30 CEST 2012
12 - child watchers are broken in POE 1.352 (also many earlier 9 - child watchers are broken in POE 1.352 (also many earlier
13 versions) and there seems to be no way to work around it, as POE 10 versions) and there seems to be no way to work around it, as POE
14 itself is inherently racy. Document this regression and add a delay 11 itself is inherently racy. Document this regression and add a delay
15 in t/68_poe_03_child.t for the time being. 12 in t/68_poe_03_child.t for the time being.
16 - new module AnyEvent::IO, that is a frontend to either a pure-perl 13 - new module AnyEvent::IO, that is a frontend to either a pure-perl
17 synchronous I/O implementation (AnyEvent::IO::Perl), or to the 14 synchronous I/O implementation (AnyEvent::IO::Perl), or to the
18 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). 15 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO).
19 - load /etc/hosts only when DNS has no answer. 16 - load /etc/hosts only when DNS has no answer.
20 - stat /etc/hosts on every access and reload it if it changed. 17 - stat /etc/hosts on every access and reload it if it changed.
21 - load /etc/hosts via AnyEvent::IO - potentially asynchronous. 18 - load /etc/hosts via AnyEvent::IO - potentially asynchronous.
19 - fix a buggy croak in the dh parameter rsading in AnyEvent::TLS.
22 - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As 20 - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As
23 a side effect, they now use true appending as opposed to libc 21 a side effect, they now use true appending as opposed to libc
24 appending, and the file might not have been opened when the function 22 appending, and the file might not have been opened when the function
25 returns. 23 returns.
26 - the default logging level was not properly documented in a variety of 24 - the default logging level was not properly documented in a variety of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines