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

Comparing AnyEvent/Changes (file contents):
Revision 1.116 by root, Mon May 26 17:45:05 2008 UTC vs.
Revision 1.132 by root, Thu May 29 22:02:19 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
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 - replace ptr by real ptr lookup, provide reverse_lookup
8 and reverse_verify to replace it, support v4mapped and
9 v4compat addresses.
10
114.1 Thu May 29 05:45:40 CEST 2008
12 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address
13 which mirrors their purpose better (old names still available
14 for a while). Also moved AnyEvent::DNS::addr to
15 AnyEvent::Socket::resolve_sockaddr.
16 - implement AnyEvent->time and AnyEvent->now.
17 - fix IPv6 support in pack_sockaddr.
18 - officially un-experimentalise all newly introduced code.
19 - support unix domain sockets everywhere by specifying
20 a host of "unix/" and the pathname as service.
21 - implement an activity timeout in AnyEvent::Handle.
22 - added a regex read type to AnyEvent::Handle.
23 - added a json read/write type to AnyEvent::Handle.
24 - always croak in on_error in AnyEvent::Handle.
25 - document how to subclass AnyEvent::Handle.
26 - implement AnyEvent::Util::fork_call.
27 - add support for IPv6 nameservers and nameserver statements.
28 - work around _yet_ _another_ windows perl bug in where empty
29 select masks cause errors in the pure perl backend (this
30 workaround cannot be implemented for the other event loops,
31 but EV also works around this).
32 - supply AnyEvent::Socket::address_type and make good use of it.
33 - clarify and fix the Handle documentation w.r.t $self vs. $handle
34 vs. callback arguments.
35 - add some recommends to the META.yml.
2 36
34.05 Mon May 26 19:44:06 CEST 2008 374.05 Mon May 26 19:44:06 CEST 2008
4 - some platforms ignore the rfc and prepend an extra sa_len member to 38 - some platforms ignore the rfc and prepend an extra sa_len member to
5 the sockaddr structure, cater for those. also use sockaddr_family, 39 the sockaddr structure, cater for those. also use sockaddr_family,
6 didn't know it was there, but comes in handy for the workaround. 40 didn't know it was there, but comes in handy for the workaround.
49 - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore. 83 - AnyEvent::Socket::inet_aton will use AnyEvent::DNS now and not fork anymore.
50 - try very hard not to freeze on broken windows perls. 84 - try very hard not to freeze on broken windows perls.
51 - make on_eof optional in AnyEvent::Handle. 85 - make on_eof optional in AnyEvent::Handle.
52 - support service names in tcp_connect and tcp_server. 86 - support service names in tcp_connect and tcp_server.
53 - work around netbsd/openbsd bug causing unix sockets not to 87 - work around netbsd/openbsd bug causing unix sockets not to
54 become writable untill empty. 88 become writable until empty.
55 - only make a dummy read for error detection when getpeername 89 - only make a dummy read for error detection when getpeername
56 returns ENOTCONN. 90 returns ENOTCONN.
57 - defend AnyEvent::Util::inet_aton against Coro::LWP brutal 91 - defend AnyEvent::Util::inet_aton against Coro::LWP brutal
58 override. 92 override.
59 - new AnyEvent::Guard::cancel. 93 - new AnyEvent::Guard::cancel.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines