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

Comparing AnyEvent/Changes (file contents):
Revision 1.324 by root, Sun Aug 9 00:20:35 2009 UTC vs.
Revision 1.406 by root, Tue Aug 31 22:56:20 2010 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.92 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: check for -w? somehow?
9 - clarify that you can actually call push_read etc. in on_read.
10 - incorporated major typo patches by Abhijit Menon-Sen.
11
125.271 Tue Jun 8 12:05:46 CEST 2010
13 - backport to perl 5.8.x.
14
155.27 Sun Jun 6 12:12:05 CEST 2010
16 - postpone differently in AnyEvent::Socket now, as
17 when not, canceling the connection attempt might fail
18 (found by Felix Antonius Wilhelm Ostmann).
19 - explicitly check for non-stream sockets in AE::Handle, too many
20 clueless people fell into the trap of this somehow working.
21 - simplified and reworked the "OTHER MODULES" section.
22 - better/more condvar examples.
23
245.261 Wed Apr 28 16:13:36 CEST 2010
25 - AF_INET6 was not properly used from Socket6 during configuration
26 time (found by Andy Grundman).
27
285.26 Mon Apr 12 04:49:35 CEST 2010
29 - don't generate spurious readyness notifications when select
30 returns EINTR in the pure perl backend (analysed and testcase
31 by Bas Denissen).
32 - give same examples in SYNOPSIS sections of AnyEvent and AE.
33 - provider faster implementations for AE::time/now/now_update for
34 EV and Perl backends.
35 - provide faster AE::cv and AE::time implementations for all
36 backends.
37 - no longer support lower/mixed-case signal names (this was
38 never documented nor universally supported).
39 - some more memory ยต-optimisations, and somewhat less messy
40 code to cope with both AnyEvent and AE APIs.
41
425.251 Sat Mar 13 00:58:21 CET 2010
43 - make test failed if it was run before make install on perl <=
44 5.8.8, and older versions of perl make our live very difficult,
45 so write constants.pl during Makefile.PL time.
46
475.25 Sat Mar 13 00:23:14 CET 2010
48 - fix a race condition in AnyEvent::Handle that would cause
49 a "bio_read: unsupported method" error (in _another_
50 ssl connection) after user code threw an exception.
51 - added AnyEvent::Handle->destroyed method.
52 - speed up AnyEvent::Socket::format_address and ::format_ipv6.
53 - the AnyEvent::Util::fh_nonblocking function worked only
54 by lucky accident on win32.
55 - smaller and faster AnyEvent::Util::fh_nonblocking.
56 - when the (required!) Time::HiRes module is missing, AnyEvent
57 did not fall back to built-in time properly.
58 - do not load Fcntl at runtime, saving memory and loading time.
59 - precompile a number of constants and use them instead of runtime
60 detection and eval.
61 - free detection code after detection and similar memory optimisations.
62 - Perl backend timer interval best effort drift has been improved
63 (same algorithm as EV).
64 - update unicode idna mapping table.
65
665.24 Tue Jan 5 11:39:43 CET 2010
67 - cygwin never reports errors from failed connects. 1.5 just gives
68 you continous readyness and EAGAIN, 1.7 is even more broken and
69 just hangs. work around both issues in a cygwin-specific hack.
70 - improve idle watcher documentation slightly.
71
725.23 Sun Dec 20 23:48:00 CET 2009
73 - support IDNs in resolve_sockaddr, and therefore in tcp_connect.
74 - implement punycode_encode/decode, idn_nameprep,
75 idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
76 - provide $AE::VERSION.
77 - removed traces of "no strict 'refs'".
78
795.22 Sat Dec 5 03:51:13 CET 2009
80 - downgrade-or-fail in AnyEvent::Handle::push_write, to
81 diagnose encoding failures earlier and more succinctly.
82 (this works around bugs in perl, throwing away encoding info
83 when passing scalar data to extensions).
84 - add more examples to AnyEvent::Socket manpage.
85 - upgrade internal warning set to the same as common::sense 2.03.
86 - use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
87 (John Beppu).
88 - AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
89 - add google public dns servers to fallback server set and make sure
90 we load-balance properly between the three sets. also add all
91 fallback dns servers, not just a random one, to each dns config.
92
935.21 Thu Nov 19 02:48:47 CET 2009
94 - fix a problem where socket constants were called with parameters
95 (spotted by David Friedland).
96 - fork_call never use'd POSIX (reported by Daisuke Maki).
97 - improve perl 5.6 compatibility further (but it still won't work
98 unless you rip out everything but the core).
99 - prefer Net::DNS::Resolver over ipconfig, if installed, on win32.
100 uses 10MB of RAM, but doesn't open a console window. *sigh*.
101
1025.202 Wed Oct 14 22:35:44 CEST 2009
103 - AnyEvent::DNS would unexpectedly clobber $_ under windows
104 (analysed by Matthias Waldorf).
105 - AnyEvent::Handle::run_cmd can now pass the PID of the
106 newly-created process, which is much less useful than it might
107 sound (based on patch by Yann Kerherve).
108
1095.201 Tue Sep 29 12:09:25 CEST 2009
110 - AnyEvent:Handle::on_starttls/on_stoptls methods were broken
111 (reported by Torsten Foertsch).
112 - common::sense 2.0 could cause tcp_server to throw an exception
113 (analysed by elmex).
114
1155.2 Mon Sep 14 07:04:49 CEST 2009
116 - INCOMPATIBLE CHANGE: do no longer support register_read_type
117 and register_write_type in AnyEvent::Handle, instead support
118 package names (the facility was mostly abused).
119 - implement "packagename-as-read/write type" support in
120 AnyEvent::Handle.
121 - AnyEvent::Handle: new options "keepalive" and "oobinline".
122 - oobinline set by default to avoid security issues.
123 - the pure-perl event loop backend wrongly detected times() fallback
124 support (spotted by Pavel Boldin).
125
1265.12 Tue Sep 1 20:26:50 CEST 2009
127 - be more lenient when parsing resolv.conf files, as some people
128 use hashmarks as comment indicator inside directives (reported
129 by Michael S. Fischer).
130 - use same set of warnings as common::sense 2.0.
131 - fix a potential 32 bit overflow issue due to perl having problems
132 with large hex constants in the Perl backend.
133 - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
134 by default.
135 - fix some prototypes.
136 - (optionally) require Async::Interrupt 1.02.
137 - replace opendns fallbacks by verizon/level3 public dns servers.
138
1395.112 Fri Aug 21 13:59:04 CEST 2009
140 - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
141 using starttls with an illegal/uncreatable tls context.
142 - port to broken win32 perls.
143
1445.111 Sun Aug 16 18:44:36 CEST 2009
145 - perl errornously requires sockaddr_un structures returned by the
146 kernel to have a specific length. work around this bug by padding
147 sockaddr_un structures (found to fail on OS X, as perl only uses
148 the correct code for GNU/Linux, but likely to fail on other
149 OSes as well).
150
1515.11 Wed Aug 12 17:49:37 CEST 2009
152 - fixed a bug in run_cmd with input from filename.
153 - create a json coder object when none is given in write direction
154 to reduce dependency on JSON.
155
1565.1 Tue Aug 11 03:17:32 CEST 2009
157 - tcp_connect now reports the correct error in $!, not an unrelated
158 one (was broken since 4.91).
159 - AE::Handle did not properly clear rtimeout/wtimeout watchers
160 when retrying a tcp_connect.
161 - new functions: AnyEvent::Util::run_cmd and close_all_fds_except.
162 - fixed wrong documentation in AE::Socket.
163
1645.01 Mon Aug 10 03:16:32 CEST 2009
165 - last release broke EV child watchers :/.
166
1675.0 Sun Aug 9 17:32:09 CEST 2009
168 - officially introduce and document the AE API.
4 - lowering the timeout at runtime did not have immediate effect 169 - lowering the timeout at runtime did not have immediate effect
5 in AnyEvent::Handle. 170 in AnyEvent::Handle.
6 - AE::Handle now has separate and independent read and write timeout 171 - AE::Handle now has separate and independent read and write timeout
7 settings. 172 settings.
173 - probe for Guard module when AnyEvent::Util is loaded, not at
174 runtime (Event doesn't like eval "use" from callbacks, and it avoids
175 exporting the probe function).
176 - Impl::IOAsync's io watchers did not use the filehandle emulation
177 code to work around it's watcher limits.
178 - work around IO::Async's problems with overloaded objects.
179 - try to disable wearnings inside IO::Async, it's just too buggy.
180 - do no longer use Event by default, only EV or Perl, Event is too buggy.
8 - hackishly provide fast AE:: interface when EV is the backend. 181 - hackishly provide fast AE:: interface when EV or Perl is the backend.
182 - inherit VERSION from AnyEvent::VERSION in most modules.
9 183
104.91 Thu Aug 6 15:42:45 CEST 2009 1844.91 Thu Aug 6 15:42:45 CEST 2009
11 - AE::Handle::starttls could get out of sync when the read buffer 185 - AE::Handle::starttls could get out of sync when the read buffer
12 already contains some TLS handshake. 186 already contains some TLS handshake.
13 - AE::Handle did not properly free the TLS session, causing bigger 187 - AE::Handle did not properly free the TLS session, causing bigger
39 - new function: AnyEvent::Socket::format_hostport. 213 - new function: AnyEvent::Socket::format_hostport.
40 214
414.881 Tue Jul 28 12:51:53 CEST 2009 2154.881 Tue Jul 28 12:51:53 CEST 2009
42 - work around a bug in local in pre-5.10 perls, causing 216 - work around a bug in local in pre-5.10 perls, causing
43 AnyEvent::Handle to recurse when it should not 217 AnyEvent::Handle to recurse when it should not
44 (analyzed by elmex). 218 (analysed by elmex).
45 219
464.88 Tue Jul 28 04:04:37 CEST 2009 2204.88 Tue Jul 28 04:04:37 CEST 2009
47 - re-bless the handle into a dummy package after calling 221 - re-bless the handle into a dummy package after calling
48 AnyEvent::Handle::destroy, so the user does not need to check 222 AnyEvent::Handle::destroy, so the user does not need to check
49 for errors after every push_write etc. 223 for errors after every push_write etc.
2714.3 Fri Oct 3 09:18:43 CEST 2008 4454.3 Fri Oct 3 09:18:43 CEST 2008
272 - AnyEvent will now install a no-op signal handler for SIGPIPE, 446 - AnyEvent will now install a no-op signal handler for SIGPIPE,
273 unless one has been installed already. 447 unless one has been installed already.
274 - warn about not loaidng AnyEvent::Impl::POE early enough 448 - warn about not loaidng AnyEvent::Impl::POE early enough
275 (patch by Adam Rosenstein). 449 (patch by Adam Rosenstein).
276 - fixed a great number of bugs and corner cases in AnyEvent::Handle: 450 - fixed a great number of bugs and corner cases in AnyEvent::Handle.
277 - fix a bug in where in SSL connect mode, the 451 - fix a bug in where in SSL connect mode, the
278 client would first wait for some data by the server and 452 client would first wait for some data by the server and
279 otherwise hang. (reported and analyzed in an absolutely 453 otherwise hang. (reported and analysed in an absolutely
280 exemplary manner by Adam Rosenstein). 454 exemplary manner by Adam Rosenstein).
281 - fix a bug in where SSL EOF would not be treated 455 - fix a bug in where SSL EOF would not be treated
282 as stream EOF, putting the connection into a hung state. 456 as stream EOF, putting the connection into a hung state.
283 (reported and analyzed in an absolutely exemplary manner by Adam 457 (reported and analysed in an absolutely exemplary manner by Adam
284 Rosenstein). 458 Rosenstein).
285 - fix a potential segfault when the TLS context 459 - fix a potential segfault when the TLS context
286 would go missing in a read callback (e.g. due to stoptls) - 460 would go missing in a read callback (e.g. due to stoptls) -
287 Net::SSLeay of course makes no type checking whatsoever. 461 Net::SSLeay of course makes no type checking whatsoever.
288 - AnyEvent::Handle will not stop the read watcher in TLS mode. 462 - AnyEvent::Handle will not stop the read watcher in TLS mode.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines