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

Comparing AnyEvent/Changes (file contents):
Revision 1.221 by root, Thu Mar 26 07:47:42 2009 UTC vs.
Revision 1.252 by root, Mon Jun 29 11:04:09 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.341 3 - special-case mapped ipv4 addresses in both
4 AnyEvent::Socket::format_address and parse_address,
5 to treat them just like ipv4 addresses.
6 - implement AnyEvent::Socket::format_ipv4/ipv6.
7 - slightly speed up portable_pipe/socketpair.
8 - expand condvar ebgin/end documentation.
9
104.42 Fri Jun 26 08:32:18 CEST 2009
11 - preliminary and neccesarily incomplete support for IO::Async.
12 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
13 case it was set to IGNORE, to ensure we can catch child statuses
14 even when the calling env acts stupidly.
15 - updated benchmarks with IO::Async, which performs very well.
16
174.412 Wed Jun 24 01:35:57 CEST 2009
18 - support an "untaint" attribute for AnyEvent::DNS
19 and set it on the default resolver.
20 - implement and document AnyEvent::Impl::Perl::loop.
21 - remove all anyevent-env variables from %ENV
22 when running in tainted mode.
23 - mention and extend the IO::Lambda benchmark.
24
254.411 Sun Jun 7 18:48:02 CEST 2009
26 - do not try to use F_SETFD on windows.
27
284.41 Thu May 14 06:40:11 CEST 2009
29 - work around issues in older perls (5.8.0?) when
30 a signal handler is deleted from the %SIG hash.
31 - use POSIX::_exit in child test, to avoid running
32 destructors.
33 - speed up CHLD handling by relying on SIGCHLD being
34 synchronously delivered, even when we roll our own
35 implementation.
36 - AnyEvent::DNS: add the "dname" resource record name
37 for cosmetic reasons.
38
394.4 Sun Apr 26 20:12:33 CEST 2009
40 - implemented idle watchers, where applicable.
41 - AnyEvent->time died when Event backend was in use.
42 - fix a memleak in the Tk backend.
43 - sped up Tk timer handling.
44 - clip negative "after" values to 0 in AnyEvent::Impl::Event
45 to avoid spamming out warning messages.
46 - fix Qt timers without interval.
47 - avoid Qt zero-timeout special case, in old libqt's.
48
494.352 Mon Apr 20 16:31:11 CEST 2009
50 - fix AnyEvent::Strict error messages for child watchers.
51 - fix/update Makefile.PL "recommends" versions.
52 - add AnyEvent->now_update.
53
544.351 Sat Apr 11 07:56:14 CEST 2009
55 - actually make the signal pipe work under win32.
56 - localise $! in signal handler to avoid changing $!, although
57 perl itself does not seem to save/restore errno either.
58 - set the cloexec flag on the signal pipe (normally set by perl too).
59
604.35 Fri Mar 27 11:48:20 CET 2009
4 - event models relying on AnyEvent's signal watcher emulation did 61 - event models relying on AnyEvent's signal watcher emulation did
5 invoke the callback asynchronously, contradicting documentation 62 invoke the callback asynchronously, contradicting documentation
6 and causing signals to get lost (this includes AnyEvent's own 63 and causing signals to get lost (this includes AnyEvent's own
7 event loop). AnyEvent now uses the standard pipe trick to make 64 event loop). AnyEvent now uses the standard pipe trick to make
8 callback execution synchronous to the event loop. 65 callback execution synchronous to the event loop.
66 - AnyEvent::Handle didn't free TLS context data on DESTROY
67 (patch by Pavel Shaydo).
9 - work around the ever-incompatibly-changing API of MakeMaker. 68 - work around the ever-incompatibly-changing API of MakeMaker.
10 - document that changing global variables without restoring them 69 - document that changing global variables without restoring them
11 is a bad idea in Perl (noted by Adam Rosenstein). 70 is a bad idea in Perl (noted by Adam Rosenstein).
71 - AnyEvent::Strict now barfs if ->io is passed a file.
12 72
134.34 Thu Feb 12 18:32:45 CET 2009 734.34 Thu Feb 12 18:32:45 CET 2009
14 - separately buffer TLS read data, as otherwise the read queue could 74 - separately buffer TLS read data, as otherwise the read queue could
15 deadlock as receiving data is not expected while draining the 75 deadlock as receiving data is not expected while draining the
16 read queue (which cna only happen with TLS). 76 read queue (which cna only happen with TLS).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines