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

Comparing AnyEvent/Changes (file contents):
Revision 1.223 by root, Fri Mar 27 08:33:41 2009 UTC vs.
Revision 1.262 by root, Sun Jul 5 01:38:43 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: strict checks for file, and valid fd 3ZERO_RETURN - stoptls?
44.341 4 - AnyEvent::DNS did not properly follow CNAME records with
5 uppercase targets.
6 - AnyEvent::DNS would errornously return AAAA records
7 with v4 mapped addresses (a faulty record) as ipv4 addresses,
8 causing AnyEvent::Socket to throw an exception.
9 - added new module AnyEvent::TLS for easier SSL/TLS context
10 creation, with many options including hostname verification,
11 secure default configuration, lots of documentation and,
12 predefined diffie-hellman keys for perfect forward security
13 and much more. get it while it's still fresh!
14 - use AnyEvent::TLS in AnyEvent::Handle for context management.
15 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
16 so AnyEvent::Socket users have smaller memory footprint
17 in the common case.
18 - add AnyEvent::Handle->push_shutdown method.
19 - add an additional error message parameter to AnyEvent::Handle's
20 on_error callback (for TLS, $! is still available).
21 - make AnyEvent::Handle more robust against early conenction
22 failures (during new), and return C<undef> in that case
23 from the constructor.
24 - AnyEvent::Handle will now try to load only JSON::XS first,
25 then fall back to JSON.
26 - format_ipv4/format_ipv6 are now exported by default, for symmetry,
27 and because it was documented that way.
28
294.451 Fri Jul 3 00:28:58 CEST 2009
30 - do not clear rbuf when shutting down an AnyEvent::Handle
31 object - doing so breaks AnyEvent::HTTP.
32
334.45 Mon Jun 29 22:59:26 CEST 2009
34 - a write error could cause AnyEvent::Handle to create
35 an I/O watcher with an undefined $fh.
36 - special-case mapped ipv4 addresses in both
37 AnyEvent::Socket::format_address and parse_address,
38 to treat them just like ipv4 addresses.
39 - updated and overhauled the AnyEvent::Intro doc.
40 - implement AnyEvent::Socket::format_ipv4/ipv6.
41 - slightly speed up portable_pipe/socketpair.
42 - expand condvar begin/end documentation.
43
444.42 Fri Jun 26 08:32:18 CEST 2009
45 - preliminary and neccesarily incomplete support for IO::Async.
46 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
47 case it was set to IGNORE, to ensure we can catch child statuses
48 even when the calling env acts stupidly.
49 - updated benchmarks with IO::Async, which performs very well.
50
514.412 Wed Jun 24 01:35:57 CEST 2009
52 - support an "untaint" attribute for AnyEvent::DNS
53 and set it on the default resolver.
54 - implement and document AnyEvent::Impl::Perl::loop.
55 - remove all anyevent-env variables from %ENV
56 when running in tainted mode.
57 - mention and extend the IO::Lambda benchmark.
58
594.411 Sun Jun 7 18:48:02 CEST 2009
60 - do not try to use F_SETFD on windows.
61
624.41 Thu May 14 06:40:11 CEST 2009
63 - work around issues in older perls (5.8.0?) when
64 a signal handler is deleted from the %SIG hash.
65 - use POSIX::_exit in child test, to avoid running
66 destructors.
67 - speed up CHLD handling by relying on SIGCHLD being
68 synchronously delivered, even when we roll our own
69 implementation.
70 - AnyEvent::DNS: add the "dname" resource record name
71 for cosmetic reasons.
72
734.4 Sun Apr 26 20:12:33 CEST 2009
74 - implemented idle watchers, where applicable.
75 - AnyEvent->time died when Event backend was in use.
76 - fix a memleak in the Tk backend.
77 - sped up Tk timer handling.
78 - clip negative "after" values to 0 in AnyEvent::Impl::Event
79 to avoid spamming out warning messages.
80 - fix Qt timers without interval.
81 - avoid Qt zero-timeout special case, in old libqt's.
82
834.352 Mon Apr 20 16:31:11 CEST 2009
84 - fix AnyEvent::Strict error messages for child watchers.
85 - fix/update Makefile.PL "recommends" versions.
86 - add AnyEvent->now_update.
87
884.351 Sat Apr 11 07:56:14 CEST 2009
89 - actually make the signal pipe work under win32.
90 - localise $! in signal handler to avoid changing $!, although
91 perl itself does not seem to save/restore errno either.
92 - set the cloexec flag on the signal pipe (normally set by perl too).
93
944.35 Fri Mar 27 11:48:20 CET 2009
5 - event models relying on AnyEvent's signal watcher emulation did 95 - event models relying on AnyEvent's signal watcher emulation did
6 invoke the callback asynchronously, contradicting documentation 96 invoke the callback asynchronously, contradicting documentation
7 and causing signals to get lost (this includes AnyEvent's own 97 and causing signals to get lost (this includes AnyEvent's own
8 event loop). AnyEvent now uses the standard pipe trick to make 98 event loop). AnyEvent now uses the standard pipe trick to make
9 callback execution synchronous to the event loop. 99 callback execution synchronous to the event loop.
10 - AnyEvent::Handle didn't free tls context data on DESTROY 100 - AnyEvent::Handle didn't free TLS context data on DESTROY
11 (patch by Pavel Shaydo). 101 (patch by Pavel Shaydo).
12 - work around the ever-incompatibly-changing API of MakeMaker. 102 - work around the ever-incompatibly-changing API of MakeMaker.
13 - document that changing global variables without restoring them 103 - document that changing global variables without restoring them
14 is a bad idea in Perl (noted by Adam Rosenstein). 104 is a bad idea in Perl (noted by Adam Rosenstein).
105 - AnyEvent::Strict now barfs if ->io is passed a file.
15 106
164.34 Thu Feb 12 18:32:45 CET 2009 1074.34 Thu Feb 12 18:32:45 CET 2009
17 - separately buffer TLS read data, as otherwise the read queue could 108 - separately buffer TLS read data, as otherwise the read queue could
18 deadlock as receiving data is not expected while draining the 109 deadlock as receiving data is not expected while draining the
19 read queue (which cna only happen with TLS). 110 read queue (which cna only happen with TLS).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines