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

Comparing AnyEvent/Changes (file contents):
Revision 1.384 by root, Fri Mar 12 23:30:06 2010 UTC vs.
Revision 1.404 by root, Tue Aug 31 00:59:55 2010 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
3TODO: document $AnyEvent::DNS::RESOLVER
4TODO: maybe remove orderign description and make this a private feature?
5TODO: anyevenmt_read_type for unshift_read
6TODO: condvar->new method is documented and should be there.
7TODO: http://github.com/sanko/net-bittorrent/commit/e1d06941d7217011f5f06ce7152012d5e1b44b9a
8TODO: it's => its in the docs, it's endemic
9 - clarify that you can actually call push_read etc. in on_read.
10
115.271 Tue Jun 8 12:05:46 CEST 2010
12 - backport to perl 5.8.x.
13
145.27 Sun Jun 6 12:12:05 CEST 2010
15 - postpone differently in AnyEvent::Socket now, as
16 when not, canceling the connection attempt might fail
17 (found by Felix Antonius Wilhelm Ostmann).
18 - explicitly check for non-stream sockets in AE::Handle, too many
19 clueless people fell into the trap of this somehow working.
20 - simplified and reworked the "OTHER MODULES" section.
21 - better/more condvar examples.
22
235.261 Wed Apr 28 16:13:36 CEST 2010
24 - AF_INET6 was not properly used from Socket6 during configuration
25 time (found by Andy Grundman).
26
275.26 Mon Apr 12 04:49:35 CEST 2010
28 - don't generate spurious readyness notifications when select
29 returns EINTR in the pure perl backend (analysed and testcase
30 by Bas Denissen).
31 - give same examples in SYNOPSIS sections of AnyEvent and AE.
32 - provider faster implementations for AE::time/now/now_update for
33 EV and Perl backends.
34 - provide faster AE::cv and AE::time implementations for all
35 backends.
36 - no longer support lower/mixed-case signal names (this was
37 never documented nor universally supported).
38 - some more memory ยต-optimisations, and somewhat less messy
39 code to cope with both AnyEvent and AE APIs.
40
415.251 Sat Mar 13 00:58:21 CET 2010
42 - make test failed if it was run before make install on perl <=
43 5.8.8, and older versions of perl make our live very difficult,
44 so write constants.pl during Makefile.PL time.
2 45
35.25 Sat Mar 13 00:23:14 CET 2010 465.25 Sat Mar 13 00:23:14 CET 2010
4 - fix a race condition in AnyEvent::Handle that would cause 47 - fix a race condition in AnyEvent::Handle that would cause
5 a "bio_read: unsupported method" error (in _another_ 48 a "bio_read: unsupported method" error (in _another_
6 ssl connection) after user code threw an exception. 49 ssl connection) after user code threw an exception.
50 - added AnyEvent::Handle->destroyed method.
7 - speed up AnyEvent::Socket::format_address and ::format_ipv6. 51 - speed up AnyEvent::Socket::format_address and ::format_ipv6.
8 - the AnyEvent::Util::fh_nonblocking function worked only 52 - the AnyEvent::Util::fh_nonblocking function worked only
9 by lucky accident on win32. 53 by lucky accident on win32.
10 - smaller and faster AnyEvent::Util::fh_nonblocking. 54 - smaller and faster AnyEvent::Util::fh_nonblocking.
11 - when the (required!) Time::HiRes module is missing, AnyEvent 55 - when the (required!) Time::HiRes module is missing, AnyEvent
13 - do not load Fcntl at runtime, saving memory and loading time. 57 - do not load Fcntl at runtime, saving memory and loading time.
14 - precompile a number of constants and use them instead of runtime 58 - precompile a number of constants and use them instead of runtime
15 detection and eval. 59 detection and eval.
16 - free detection code after detection and similar memory optimisations. 60 - free detection code after detection and similar memory optimisations.
17 - Perl backend timer interval best effort drift has been improved 61 - Perl backend timer interval best effort drift has been improved
18 (ame algorithm as EV). 62 (same algorithm as EV).
63 - update unicode idna mapping table.
19 64
205.24 Tue Jan 5 11:39:43 CET 2010 655.24 Tue Jan 5 11:39:43 CET 2010
21 - cygwin never reports errors from failed connects. 1.5 just gives 66 - cygwin never reports errors from failed connects. 1.5 just gives
22 you continous readyness and EAGAIN, 1.7 is even more broken and 67 you continous readyness and EAGAIN, 1.7 is even more broken and
23 just hangs. work around both issues in a cygwin-specific hack. 68 just hangs. work around both issues in a cygwin-specific hack.
3994.3 Fri Oct 3 09:18:43 CEST 2008 4444.3 Fri Oct 3 09:18:43 CEST 2008
400 - AnyEvent will now install a no-op signal handler for SIGPIPE, 445 - AnyEvent will now install a no-op signal handler for SIGPIPE,
401 unless one has been installed already. 446 unless one has been installed already.
402 - warn about not loaidng AnyEvent::Impl::POE early enough 447 - warn about not loaidng AnyEvent::Impl::POE early enough
403 (patch by Adam Rosenstein). 448 (patch by Adam Rosenstein).
404 - fixed a great number of bugs and corner cases in AnyEvent::Handle: 449 - fixed a great number of bugs and corner cases in AnyEvent::Handle.
405 - fix a bug in where in SSL connect mode, the 450 - fix a bug in where in SSL connect mode, the
406 client would first wait for some data by the server and 451 client would first wait for some data by the server and
407 otherwise hang. (reported and analysed in an absolutely 452 otherwise hang. (reported and analysed in an absolutely
408 exemplary manner by Adam Rosenstein). 453 exemplary manner by Adam Rosenstein).
409 - fix a bug in where SSL EOF would not be treated 454 - fix a bug in where SSL EOF would not be treated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines