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

Comparing AnyEvent/Changes (file contents):
Revision 1.543 by root, Thu Apr 5 06:14:10 2012 UTC vs.
Revision 1.544 by root, Sun Apr 8 03:44:59 2012 UTC

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 6lib/AnyEvent/DNS.pm: open my $fh, "<", $resolv_conf
7lib/AnyEvent/DNS.pm: if (open my $fh, "ipconfig /all |") { 7lib/AnyEvent/DNS.pm: if (open my $fh, "ipconfig /all |") {
8lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!"; 8lib/AnyEvent/TLS.pm: or croak "$dh_file: failed to open DH parameter file: $!";
9TODO: ssl error messages in 80ssltest
10 9
116.2 106.2
12 - child watchers are broken in POE 1.352 (also many earlier 11 - 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 12 versions) and there seems to be no way to work around it, as POE
14 itself is inherently racy. Document this regression and sleep a 13 itself is inherently racy. Document this regression and add a delay
15 second in t/68_poe_03_child.t for the time being. 14 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 15 - new module AnyEvent::IO, that is a frontend to either a pure-perl
17 synchronous I/O implementation (AnyEvent::IO::Perl), or to the 16 synchronous I/O implementation (AnyEvent::IO::Perl), or to the
18 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). 17 asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO).
19 - load /etc/hosts only when dns fails has no answer. 18 - load /etc/hosts only when DNS has no answer.
20 - stat /etc/hosts on every access and reload it if it changed. 19 - stat /etc/hosts on every access and reload it if it changed.
21 - load /etc/hosts via AnyEvent::IO - potentially asynchronous. 20 - load /etc/hosts via AnyEvent::IO - potentially asynchronous.
22 - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As 21 - 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 22 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 23 appending, and the file might not have been opened when the function

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines