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

Comparing AnyEvent/Changes (file contents):
Revision 1.107 by root, Mon May 26 02:30:33 2008 UTC vs.
Revision 1.131 by root, Thu May 29 17:51:33 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3 - provide more documentation for the resolver class.
4 - really replace longest run of :0: by :: in format_address,
5 also properly convert :: and ::1 again.
6 - support naptr name and decode it
7
84.1 Thu May 29 05:45:40 CEST 2008
9 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address
10 which mirrors their purpose better (old names still available
11 for a while). Also moved AnyEvent::DNS::addr to
12 AnyEvent::Socket::resolve_sockaddr.
13 - implement AnyEvent->time and AnyEvent->now.
14 - fix IPv6 support in pack_sockaddr.
15 - officially un-experimentalise all newly introduced code.
16 - support unix domain sockets everywhere by specifying
17 a host of "unix/" and the pathname as service.
18 - implement an activity timeout in AnyEvent::Handle.
19 - added a regex read type to AnyEvent::Handle.
20 - added a json read/write type to AnyEvent::Handle.
21 - always croak in on_error in AnyEvent::Handle.
22 - document how to subclass AnyEvent::Handle.
23 - implement AnyEvent::Util::fork_call.
24 - add support for IPv6 nameservers and nameserver statements.
25 - work around _yet_ _another_ windows perl bug in where empty
26 select masks cause errors in the pure perl backend (this
27 workaround cannot be implemented for the other event loops,
28 but EV also works around this).
29 - supply AnyEvent::Socket::address_type and make good use of it.
30 - clarify and fix the Handle documentation w.r.t $self vs. $handle
31 vs. callback arguments.
32 - add some recommends to the META.yml.
33
344.05 Mon May 26 19:44:06 CEST 2008
35 - some platforms ignore the rfc and prepend an extra sa_len member to
36 the sockaddr structure, cater for those. also use sockaddr_family,
37 didn't know it was there, but comes in handy for the workaround.
38 - undo the import WIN32 hack.
39
404.04 Mon May 26 08:03:31 CEST 2008
41 - try to work around yet another windows bug: failed connects are reported
42 as if it were out-of-band data. windows users: you suck. Only
43 EV, Glib, Event and the pure perl backend can handle this condition.
44 - optimize write algorithm in AnyEvent::Handle.
3 - properly parse PERL_ANYEVENT_PROTOCOLS and use the info correctly. 45 - properly parse PERL_ANYEVENT_PROTOCOLS and use the info correctly.
46 - tcp_connect now properly iterates through all targets.
4 - check wether IPv6 sockets can actually be created, otherwise, disable ipv6 47 - check wether IPv6 sockets can actually be created, otherwise, disable ipv6
5 support entirely. also hardcode some AF_INEt6 constants for the 48 support entirely. also hardcode some AF_INET6 constants for the
6 sake of perl 5.8. 49 sake of perl 5.8.
7 - vastly improved nameserver/suffix detection algorithm for windows 50 - vastly improved nameserver/suffix detection algorithm for windows
8 (still a hack...) 51 (still a hack...)
9 - try to use a fallback dns server if no dns servers could be found. 52 - try to use a fallback dns server if no dns servers could be found.
53 - splatter around some local $SIG{__DIE__}'s to work around bad
54 die handlers.
10 55
114.03 Sun May 25 05:05:57 CEST 2008 564.03 Sun May 25 05:05:57 CEST 2008
12 - work around perl bugs on windows, where perl returns undocumented 57 - work around perl bugs on windows, where perl returns undocumented
13 error codes for sysread, syswrite etc. 58 error codes for sysread, syswrite etc.
14 - fix AnyEvent::Handle::unshift_read to really unshift and not push. 59 - fix AnyEvent::Handle::unshift_read to really unshift and not push.
35 - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore. 80 - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore.
36 - try very hard not to freeze on broken windows perls. 81 - try very hard not to freeze on broken windows perls.
37 - make on_eof optional in AnyEvent::Handle. 82 - make on_eof optional in AnyEvent::Handle.
38 - support service names in tcp_connect and tcp_server. 83 - support service names in tcp_connect and tcp_server.
39 - work around netbsd/openbsd bug causing unix sockets not to 84 - work around netbsd/openbsd bug causing unix sockets not to
40 become writable untill empty. 85 become writable until empty.
41 - only make a dummy read for error detection when getpeername 86 - only make a dummy read for error detection when getpeername
42 returns ENOTCONN. 87 returns ENOTCONN.
43 - defend AnyEvent::Util::inet_aton against Coro::LWP brutal 88 - defend AnyEvent::Util::inet_aton against Coro::LWP brutal
44 override. 89 override.
45 - new AnyEvent::Guard::cancel. 90 - new AnyEvent::Guard::cancel.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines