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

Comparing AnyEvent/Changes (file contents):
Revision 1.360 by root, Sat Nov 28 13:43:47 2009 UTC vs.
Revision 1.401 by root, Tue Jun 8 10:04:17 2010 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: inet_aton does not actually deliver ipv6 addresses 3 - backport to perl 5.8.x.
4
55.27 Sun Jun 6 12:12:05 CEST 2010
6 - postpone differently in AnyEvent::Socket now, as
7 when not, canceling the connection attempt might fail
8 (found by Felix Antonius Wilhelm Ostmann).
9 - explicitly check for non-stream sockets in AE::Handle, too many
10 clueless people fell into the trap of this somehow working.
11 - simplified and reworked the "OTHER MODULES" section.
12 - better/more condvar examples.
13
145.261 Wed Apr 28 16:13:36 CEST 2010
15 - AF_INET6 was not properly used from Socket6 during configuration
16 time (found by Andy Grundman).
17
185.26 Mon Apr 12 04:49:35 CEST 2010
19 - don't generate spurious readyness notifications when select
20 returns EINTR in the pure perl backend (analysed and testcase
21 by Bas Denissen).
22 - give same examples in SYNOPSIS sections of AnyEvent and AE.
23 - provider faster implementations for AE::time/now/now_update for
24 EV and Perl backends.
25 - provide faster AE::cv and AE::time implementations for all
26 backends.
27 - no longer support lower/mixed-case signal names (this was
28 never documented nor universally supported).
29 - some more memory ยต-optimisations, and somewhat less messy
30 code to cope with both AnyEvent and AE APIs.
31
325.251 Sat Mar 13 00:58:21 CET 2010
33 - make test failed if it was run before make install on perl <=
34 5.8.8, and older versions of perl make our live very difficult,
35 so write constants.pl during Makefile.PL time.
36
375.25 Sat Mar 13 00:23:14 CET 2010
38 - fix a race condition in AnyEvent::Handle that would cause
39 a "bio_read: unsupported method" error (in _another_
40 ssl connection) after user code threw an exception.
41 - added AnyEvent::Handle->destroyed method.
42 - speed up AnyEvent::Socket::format_address and ::format_ipv6.
43 - the AnyEvent::Util::fh_nonblocking function worked only
44 by lucky accident on win32.
45 - smaller and faster AnyEvent::Util::fh_nonblocking.
46 - when the (required!) Time::HiRes module is missing, AnyEvent
47 did not fall back to built-in time properly.
48 - do not load Fcntl at runtime, saving memory and loading time.
49 - precompile a number of constants and use them instead of runtime
50 detection and eval.
51 - free detection code after detection and similar memory optimisations.
52 - Perl backend timer interval best effort drift has been improved
53 (same algorithm as EV).
54 - update unicode idna mapping table.
55
565.24 Tue Jan 5 11:39:43 CET 2010
57 - cygwin never reports errors from failed connects. 1.5 just gives
58 you continous readyness and EAGAIN, 1.7 is even more broken and
59 just hangs. work around both issues in a cygwin-specific hack.
60 - improve idle watcher documentation slightly.
61
625.23 Sun Dec 20 23:48:00 CET 2009
63 - support IDNs in resolve_sockaddr, and therefore in tcp_connect.
64 - implement punycode_encode/decode, idn_nameprep,
65 idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
66 - provide $AE::VERSION.
67 - removed traces of "no strict 'refs'".
68
695.22 Sat Dec 5 03:51:13 CET 2009
4 - downgrade-or-fail in AnyEvent::Handle::push_write, to 70 - downgrade-or-fail in AnyEvent::Handle::push_write, to
5 diagnose encoding failures earlier and more succinctly. 71 diagnose encoding failures earlier and more succinctly.
6 (this works around bugs in perl, throwing away encoding info 72 (this works around bugs in perl, throwing away encoding info
7 when passing scalar data to extensions). 73 when passing scalar data to extensions).
8 - add more examples to AnyEvent::Socket manpage. 74 - add more examples to AnyEvent::Socket manpage.
75 - upgrade internal warning set to the same as common::sense 2.03.
76 - use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
77 (John Beppu).
78 - AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
79 - add google public dns servers to fallback server set and make sure
80 we load-balance properly between the three sets. also add all
81 fallback dns servers, not just a random one, to each dns config.
9 82
105.21 Thu Nov 19 02:48:47 CET 2009 835.21 Thu Nov 19 02:48:47 CET 2009
11 - fix a problem where socket constants were called with parameters 84 - fix a problem where socket constants were called with parameters
12 (spotted by David Friedland). 85 (spotted by David Friedland).
13 - fork_call never use'd POSIX (reported by Daisuke Maki). 86 - fork_call never use'd POSIX (reported by Daisuke Maki).
3624.3 Fri Oct 3 09:18:43 CEST 2008 4354.3 Fri Oct 3 09:18:43 CEST 2008
363 - AnyEvent will now install a no-op signal handler for SIGPIPE, 436 - AnyEvent will now install a no-op signal handler for SIGPIPE,
364 unless one has been installed already. 437 unless one has been installed already.
365 - warn about not loaidng AnyEvent::Impl::POE early enough 438 - warn about not loaidng AnyEvent::Impl::POE early enough
366 (patch by Adam Rosenstein). 439 (patch by Adam Rosenstein).
367 - fixed a great number of bugs and corner cases in AnyEvent::Handle: 440 - fixed a great number of bugs and corner cases in AnyEvent::Handle.
368 - fix a bug in where in SSL connect mode, the 441 - fix a bug in where in SSL connect mode, the
369 client would first wait for some data by the server and 442 client would first wait for some data by the server and
370 otherwise hang. (reported and analysed in an absolutely 443 otherwise hang. (reported and analysed in an absolutely
371 exemplary manner by Adam Rosenstein). 444 exemplary manner by Adam Rosenstein).
372 - fix a bug in where SSL EOF would not be treated 445 - fix a bug in where SSL EOF would not be treated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines