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

Comparing AnyEvent/Changes (file contents):
Revision 1.545 by root, Sun Apr 8 04:18:46 2012 UTC vs.
Revision 1.546 by root, Thu Apr 12 08:13:05 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: common pitfalls?
9 10
107 117.0
11 - child watchers are broken in POE 1.352 (also many earlier 12 - child watchers are broken in POE 1.352 (also many earlier
12 versions) and there seems to be no way to work around it, as POE 13 versions) and there seems to be no way to work around it, as POE
13 itself is inherently racy. Document this regression and add a delay 14 itself is inherently racy. Document this regression and add a delay
14 in t/68_poe_03_child.t for the time being. 15 in t/68_poe_03_child.t for the time being.
15 - new module AnyEvent::IO, that is a frontend to either a pure-perl 16 - new module AnyEvent::IO, that is a frontend to either a pure-perl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines