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

Comparing AnyEvent/Changes (file contents):
Revision 1.199 by root, Thu Oct 23 19:03:30 2008 UTC vs.
Revision 1.222 by root, Thu Mar 26 20:17:44 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: destroy is a must when called inside read or write callbacks. 3TODO: leakthing pasth
4TODO: delet {_rw} on tls eof solves https issues? 4TODO: strict checks for file, and valid fd
54.341
6 - event models relying on AnyEvent's signal watcher emulation did
7 invoke the callback asynchronously, contradicting documentation
8 and causing signals to get lost (this includes AnyEvent's own
9 event loop). AnyEvent now uses the standard pipe trick to make
10 callback execution synchronous to the event loop.
11 - work around the ever-incompatibly-changing API of MakeMaker.
12 - document that changing global variables without restoring them
13 is a bad idea in Perl (noted by Adam Rosenstein).
14
154.34 Thu Feb 12 18:32:45 CET 2009
16 - separately buffer TLS read data, as otherwise the read queue could
17 deadlock as receiving data is not expected while draining the
18 read queue (which cna only happen with TLS).
19 - raise EBADMSG error on JSON decoding errors.
20 - fix some minor manpage bugs (reported by Maximilian Gaß).
21 - speed up select bitmask parsing quite a bit in the pure perl
22 backend.
23 - use CORE::select instead of just select in AnyEvent::Impl::Perl.
24
254.331 Tue Jan 6 21:07:25 CET 2009
26 - socketpair fails on many vista machines because vista has
27 completely broken accept/getpeername and getsockname functions,
28 so we provide our own socketpair emulation that kind of works
29 (AnyEvent::Util::portable_pipe).
30 - new function: AnyEvent::Util::portable_socketpair.
31 - take advantage of the Guard module if it exists.
32
334.33 Fri Nov 21 02:35:40 CET 2008
34 - AnyEvent::Strict did errornously flag a fileno of 0 as
35 illegal.
36 - reduce memory usage and slightly speed up the pure perl backend
37 by only storing the file descriptor, not the file handle.
38 - add missing autocork method to AnyEvent::Handle (reported
39 by Adam Rosenstein).
40 - AnyEvent::DNS->resolve errornously documented an $rcode result
41 argument, but there isn't (spotted by Henrik Krohns).
42 - the naked truth about Tk - it's basically unmaintained.
43
444.32 Mon Nov 3 22:46:32 CET 2008
45 - fix AnyEvent::Socket::resolve_sockaddr to properly support
46 unix sockets again and choose a proper default for
47 the socket type.
48 - fix call to resolve_sockaddr in tcp_connect.
49
504.31 Thu Oct 30 04:41:48 CET 2008
5 - implement AnyEvent::Handle->destroy method. 51 - implemented AnyEvent::Handle->destroy method.
6 - hint about unexpected effects in tls mode. 52 - hint about unexpected effects in TLS mode.
53 - speed up AnyEvent::Impl::Perl by using more arrays
54 instead of hashes without the slightest loss of readability :)
55 - work around a perl argument refcounting bug.
56 - with some perl patches applied, AnyEvent now seems leak-free.
7 57
84.3 Fri Oct 3 09:18:43 CEST 2008 584.3 Fri Oct 3 09:18:43 CEST 2008
9 - AnyEvent will now install a no-op signal handler for SIGPIPE, 59 - AnyEvent will now install a no-op signal handler for SIGPIPE,
10 unless one has been installed already. 60 unless one has been installed already.
11 - warn about not loaidng AnyEvent::Impl::POE early enough 61 - warn about not loaidng AnyEvent::Impl::POE early enough

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines