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

Comparing AnyEvent/Changes (file contents):
Revision 1.335 by elmex, Tue Aug 11 08:08:57 2009 UTC vs.
Revision 1.343 by root, Tue Sep 1 17:36:34 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: pass values to anyevent condvar callback, make this count as recv.
4 - be more lenient when parsing resolv.conf files, as some people
5 use hashmarks as comment indicator inside directives (reported
6 by Michael S. Fischer).
7 - (optionally) require Async::Interrupt 1.02.
8 - use same set of warnings as common::sense 2.0.
9 - fix a potential 32 bit overflow issue due to perl having problems
10 with large hex constants in the Perl backend.
11 - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
12 by default.
13 - fix some prototypes.
14 - replace opendns fallbacks by verizon/level3 public dns servers.
15
165.112 Fri Aug 21 13:59:04 CEST 2009
17 - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
18 using starttls with an illegal/uncreatable tls context.
19 - port to broken win32 perls.
20
215.111 Sun Aug 16 18:44:36 CEST 2009
22 - perl errornously requires sockaddr_un structures returned by the
23 kernel to have a specific length. work around this bug by padding
24 sockaddr_un structures (found to fail on OS X, as perl only uses
25 the correct code for GNU/Linux, but likely to fail on other
26 OSes as well).
27
285.11 Wed Aug 12 17:49:37 CEST 2009
3 - fixed a bug in run_cmd with input from filename. 29 - fixed a bug in run_cmd with input from filename.
30 - create a json coder object when none is given in write direction
31 to reduce dependency on JSON.
4 32
55.1 Tue Aug 11 03:17:32 CEST 2009 335.1 Tue Aug 11 03:17:32 CEST 2009
6 - tcp_connect now reports the correct error in $!, not an unrelated 34 - tcp_connect now reports the correct error in $!, not an unrelated
7 one (was broken since 4.91). 35 one (was broken since 4.91).
8 - AE::Handle did not properly clear rtimeout/wtimeout watchers 36 - AE::Handle did not properly clear rtimeout/wtimeout watchers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines