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

Comparing AnyEvent/Changes (file contents):
Revision 1.357 by root, Thu Nov 19 01:55:57 2009 UTC vs.
Revision 1.428 by root, Wed Dec 29 04:27:53 2010 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
3TODO: document TCP_*** constants
4TODO: catch AE::xxx for anyevent strict and anyevent debug
5TODO: anyevent::trace? or debug tracing all watchers?
6TODO: anyevent strict checking for $_ changes?
7
8TODO: wbuf_max for anyevent
9 - major IOAsync patch by Paul Evans - 0.33 is required, as the major
10 issues with IO::Async have been solved in that version, including
11 the availabilty of a default loop!
12 - the default testsuite now honors PERL_ANYEVENT_MODEL (Paul Evans).
13 - set CLOEXEC flag on parent-side fd's in AnyEvent::Util::run_cmd,
14 to avoid leaking them to any child processes.
15 - try to force files into the arch-dependend lib directory, for the
16 half-"turly obsessive compulsive person"(s) that depend on it.
17
185.29 Sun Dec 5 10:49:21 CET 2010
19 - convert EV backend to EV 4.00 API (so better upgrade EV too).
20 - AE::Handle: implement dynamic read_size adjustment, add
21 max_read_size parameter, reduce default read_size to 2048.
22 - add some FAQ entries for servers and/or on_eof vs. on_error.
23 - work around OS bugs (cygwin again) when lingering in AE::Handle.
24 - reduce memory usage slightly when connect was used in AE::Handle.
25 - wrok around more segfaults in Tk.
26 - document tls_ctx => undef as valid.
27 - detect WNOHANG value at compiletime.
28 - include some probably linux-only support for building AnyEvent
29 as part of the perl core.
30 - improve compatibility of t/08_idna.t to perl 5.8.
31 - make AnyEvent::Strict truly optional (in case somebody builds a
32 minimal perl...).
33
345.28 Wed Oct 13 04:14:23 CEST 2010
35 - due to a glitch, AnyEvent's internal getprotobyname wasn't
36 actually used in tcp_server.
37 - implement AnyEvent::CondVar->new method, which was documented but
38 missing.
39 - support autoloading of read types in unshift_read.
40 - AnyEvent::Strict: do the test for invalid fh arguments differently,
41 resulting in more informative error messages.
42 - new AnyEvent::FAQ manpage.
43 - clarify that you can actually call push_read etc. in on_read.
44 - put keys and certs in /tmp, not into the current directory,
45 and document this in the SECURITY CONSIDERATIONS sections
46 of AnyEvent::TLS.
47 - support ";" as resolv.conf comment character in AnyEvent::DNS, as
48 requested by Ron Isaacson.
49 - document $AnyEvent::DNS::RESOLVER variable.
50 - incorporated major typo patches by Abhijit Menon-Sen.
51 - AnyEvent::Handle now croaks when negative timeouts are passed.
52 - add a shitload of TCP_xxx sockopt name constants to AnyEvent::Util,
53 undocumented, but who knows when they might come in handy.
54
555.271 Tue Jun 8 12:05:46 CEST 2010
56 - backport to perl 5.8.x.
57
585.27 Sun Jun 6 12:12:05 CEST 2010
59 - postpone differently in AnyEvent::Socket now, as
60 when not, canceling the connection attempt might fail
61 (found by Felix Antonius Wilhelm Ostmann).
62 - explicitly check for non-stream sockets in AE::Handle, too many
63 clueless people fell into the trap of this somehow working.
64 - simplified and reworked the "OTHER MODULES" section.
65 - better/more condvar examples.
66
675.261 Wed Apr 28 16:13:36 CEST 2010
68 - AF_INET6 was not properly used from Socket6 during configuration
69 time (found by Andy Grundman).
70
715.26 Mon Apr 12 04:49:35 CEST 2010
72 - don't generate spurious readyness notifications when select
73 returns EINTR in the pure perl backend (analysed and testcase
74 by Bas Denissen).
75 - give same examples in SYNOPSIS sections of AnyEvent and AE.
76 - provider faster implementations for AE::time/now/now_update for
77 EV and Perl backends.
78 - provide faster AE::cv and AE::time implementations for all
79 backends.
80 - no longer support lower/mixed-case signal names (this was
81 never documented nor universally supported).
82 - some more memory ยต-optimisations, and somewhat less messy
83 code to cope with both AnyEvent and AE APIs.
84
855.251 Sat Mar 13 00:58:21 CET 2010
86 - make test failed if it was run before make install on perl <=
87 5.8.8, and older versions of perl make our live very difficult,
88 so write constants.pl during Makefile.PL time.
89
905.25 Sat Mar 13 00:23:14 CET 2010
91 - fix a race condition in AnyEvent::Handle that would cause
92 a "bio_read: unsupported method" error (in _another_
93 ssl connection) after user code threw an exception.
94 - added AnyEvent::Handle->destroyed method.
95 - speed up AnyEvent::Socket::format_address and ::format_ipv6.
96 - the AnyEvent::Util::fh_nonblocking function worked only
97 by lucky accident on win32.
98 - smaller and faster AnyEvent::Util::fh_nonblocking.
99 - when the (required!) Time::HiRes module is missing, AnyEvent
100 did not fall back to built-in time properly.
101 - do not load Fcntl at runtime, saving memory and loading time.
102 - precompile a number of constants and use them instead of runtime
103 detection and eval.
104 - free detection code after detection and similar memory optimisations.
105 - Perl backend timer interval best effort drift has been improved
106 (same algorithm as EV).
107 - update unicode idna mapping table.
108
1095.24 Tue Jan 5 11:39:43 CET 2010
110 - cygwin never reports errors from failed connects. 1.5 just gives
111 you continous readyness and EAGAIN, 1.7 is even more broken and
112 just hangs. work around both issues in a cygwin-specific hack.
113 - improve idle watcher documentation slightly.
114
1155.23 Sun Dec 20 23:48:00 CET 2009
116 - support IDNs in resolve_sockaddr, and therefore in tcp_connect.
117 - implement punycode_encode/decode, idn_nameprep,
118 idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
119 - provide $AE::VERSION.
120 - removed traces of "no strict 'refs'".
121
1225.22 Sat Dec 5 03:51:13 CET 2009
123 - downgrade-or-fail in AnyEvent::Handle::push_write, to
124 diagnose encoding failures earlier and more succinctly.
125 (this works around bugs in perl, throwing away encoding info
126 when passing scalar data to extensions).
127 - add more examples to AnyEvent::Socket manpage.
128 - upgrade internal warning set to the same as common::sense 2.03.
129 - use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
130 (John Beppu).
131 - AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
132 - add google public dns servers to fallback server set and make sure
133 we load-balance properly between the three sets. also add all
134 fallback dns servers, not just a random one, to each dns config.
2 135
35.21 Thu Nov 19 02:48:47 CET 2009 1365.21 Thu Nov 19 02:48:47 CET 2009
4 - fix a problem where socket constants were called with parameters 137 - fix a problem where socket constants were called with parameters
5 (spotted by David Friedland). 138 (spotted by David Friedland).
6 - fork_call never use'd POSIX (reported by Daisuke Maki). 139 - fork_call never use'd POSIX (reported by Daisuke Maki).
3554.3 Fri Oct 3 09:18:43 CEST 2008 4884.3 Fri Oct 3 09:18:43 CEST 2008
356 - AnyEvent will now install a no-op signal handler for SIGPIPE, 489 - AnyEvent will now install a no-op signal handler for SIGPIPE,
357 unless one has been installed already. 490 unless one has been installed already.
358 - warn about not loaidng AnyEvent::Impl::POE early enough 491 - warn about not loaidng AnyEvent::Impl::POE early enough
359 (patch by Adam Rosenstein). 492 (patch by Adam Rosenstein).
360 - fixed a great number of bugs and corner cases in AnyEvent::Handle: 493 - fixed a great number of bugs and corner cases in AnyEvent::Handle.
361 - fix a bug in where in SSL connect mode, the 494 - fix a bug in where in SSL connect mode, the
362 client would first wait for some data by the server and 495 client would first wait for some data by the server and
363 otherwise hang. (reported and analysed in an absolutely 496 otherwise hang. (reported and analysed in an absolutely
364 exemplary manner by Adam Rosenstein). 497 exemplary manner by Adam Rosenstein).
365 - fix a bug in where SSL EOF would not be treated 498 - fix a bug in where SSL EOF would not be treated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines