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

Comparing AnyEvent/Changes (file contents):
Revision 1.320 by root, Thu Aug 6 13:31:01 2009 UTC vs.
Revision 1.357 by root, Thu Nov 19 01:55:57 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: Danga::Socket backend. 35.21 Thu Nov 19 02:48:47 CET 2009
4 - fix a problem where socket constants were called with parameters
5 (spotted by David Friedland).
6 - fork_call never use'd POSIX (reported by Daisuke Maki).
7 - improve perl 5.6 compatibility further (but it still won't work
8 unless you rip out everything but the core).
9 - prefer Net::DNS::Resolver over ipconfig, if installed, on win32.
10 uses 10MB of RAM, but doesn't open a console window. *sigh*.
4 11
5TODO: delay tcp_connect 125.202 Wed Oct 14 22:35:44 CEST 2009
64.901 13 - AnyEvent::DNS would unexpectedly clobber $_ under windows
14 (analysed by Matthias Waldorf).
15 - AnyEvent::Handle::run_cmd can now pass the PID of the
16 newly-created process, which is much less useful than it might
17 sound (based on patch by Yann Kerherve).
18
195.201 Tue Sep 29 12:09:25 CEST 2009
20 - AnyEvent:Handle::on_starttls/on_stoptls methods were broken
21 (reported by Torsten Foertsch).
22 - common::sense 2.0 could cause tcp_server to throw an exception
23 (analysed by elmex).
24
255.2 Mon Sep 14 07:04:49 CEST 2009
26 - INCOMPATIBLE CHANGE: do no longer support register_read_type
27 and register_write_type in AnyEvent::Handle, instead support
28 package names (the facility was mostly abused).
29 - implement "packagename-as-read/write type" support in
30 AnyEvent::Handle.
31 - AnyEvent::Handle: new options "keepalive" and "oobinline".
32 - oobinline set by default to avoid security issues.
33 - the pure-perl event loop backend wrongly detected times() fallback
34 support (spotted by Pavel Boldin).
35
365.12 Tue Sep 1 20:26:50 CEST 2009
37 - be more lenient when parsing resolv.conf files, as some people
38 use hashmarks as comment indicator inside directives (reported
39 by Michael S. Fischer).
40 - use same set of warnings as common::sense 2.0.
41 - fix a potential 32 bit overflow issue due to perl having problems
42 with large hex constants in the Perl backend.
43 - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
44 by default.
45 - fix some prototypes.
46 - (optionally) require Async::Interrupt 1.02.
47 - replace opendns fallbacks by verizon/level3 public dns servers.
48
495.112 Fri Aug 21 13:59:04 CEST 2009
50 - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
51 using starttls with an illegal/uncreatable tls context.
52 - port to broken win32 perls.
53
545.111 Sun Aug 16 18:44:36 CEST 2009
55 - perl errornously requires sockaddr_un structures returned by the
56 kernel to have a specific length. work around this bug by padding
57 sockaddr_un structures (found to fail on OS X, as perl only uses
58 the correct code for GNU/Linux, but likely to fail on other
59 OSes as well).
60
615.11 Wed Aug 12 17:49:37 CEST 2009
62 - fixed a bug in run_cmd with input from filename.
63 - create a json coder object when none is given in write direction
64 to reduce dependency on JSON.
65
665.1 Tue Aug 11 03:17:32 CEST 2009
67 - tcp_connect now reports the correct error in $!, not an unrelated
68 one (was broken since 4.91).
69 - AE::Handle did not properly clear rtimeout/wtimeout watchers
70 when retrying a tcp_connect.
71 - new functions: AnyEvent::Util::run_cmd and close_all_fds_except.
72 - fixed wrong documentation in AE::Socket.
73
745.01 Mon Aug 10 03:16:32 CEST 2009
75 - last release broke EV child watchers :/.
76
775.0 Sun Aug 9 17:32:09 CEST 2009
78 - officially introduce and document the AE API.
79 - lowering the timeout at runtime did not have immediate effect
80 in AnyEvent::Handle.
81 - AE::Handle now has separate and independent read and write timeout
82 settings.
83 - probe for Guard module when AnyEvent::Util is loaded, not at
84 runtime (Event doesn't like eval "use" from callbacks, and it avoids
85 exporting the probe function).
86 - Impl::IOAsync's io watchers did not use the filehandle emulation
87 code to work around it's watcher limits.
88 - work around IO::Async's problems with overloaded objects.
89 - try to disable wearnings inside IO::Async, it's just too buggy.
90 - do no longer use Event by default, only EV or Perl, Event is too buggy.
91 - hackishly provide fast AE:: interface when EV or Perl is the backend.
92 - inherit VERSION from AnyEvent::VERSION in most modules.
93
944.91 Thu Aug 6 15:42:45 CEST 2009
7 - AE::Handle::starttls could get out of sync when the read buffer 95 - AE::Handle::starttls could get out of sync when the read buffer
8 already contains some TLS handshake. 96 already contains some TLS handshake.
9 - AE::Handle did not properly free the TLS session, causing bigger 97 - AE::Handle did not properly free the TLS session, causing bigger
10 memory leaks in Net::SSLeay than expected (reported by toaster). 98 memory leaks in Net::SSLeay than expected (reported by toaster).
11 - AE::Socket::tcp_connect will now artificially delay invoking 99 - AE::Socket::tcp_connect will now artificially delay invoking
12 the callback to avoid returning after invoking the callback. 100 the callback to avoid returning after invoking the callback.
101 - convert many internal watcher uses to AE API.
13 102
144.9 Sat Aug 1 11:07:01 CEST 2009 1034.9 Sat Aug 1 11:07:01 CEST 2009
15 - Glib silently fails when registering a timeout with 104 - Glib silently fails when registering a timeout with
16 a negative value, so avoid that. 105 a negative value, so avoid that.
17 - call condvar callback immediately when it is set 106 - call condvar callback immediately when it is set
34 - new function: AnyEvent::Socket::format_hostport. 123 - new function: AnyEvent::Socket::format_hostport.
35 124
364.881 Tue Jul 28 12:51:53 CEST 2009 1254.881 Tue Jul 28 12:51:53 CEST 2009
37 - work around a bug in local in pre-5.10 perls, causing 126 - work around a bug in local in pre-5.10 perls, causing
38 AnyEvent::Handle to recurse when it should not 127 AnyEvent::Handle to recurse when it should not
39 (analyzed by elmex). 128 (analysed by elmex).
40 129
414.88 Tue Jul 28 04:04:37 CEST 2009 1304.88 Tue Jul 28 04:04:37 CEST 2009
42 - re-bless the handle into a dummy package after calling 131 - re-bless the handle into a dummy package after calling
43 AnyEvent::Handle::destroy, so the user does not need to check 132 AnyEvent::Handle::destroy, so the user does not need to check
44 for errors after every push_write etc. 133 for errors after every push_write etc.
269 - warn about not loaidng AnyEvent::Impl::POE early enough 358 - warn about not loaidng AnyEvent::Impl::POE early enough
270 (patch by Adam Rosenstein). 359 (patch by Adam Rosenstein).
271 - fixed a great number of bugs and corner cases in AnyEvent::Handle: 360 - fixed a great number of bugs and corner cases in AnyEvent::Handle:
272 - fix a bug in where in SSL connect mode, the 361 - fix a bug in where in SSL connect mode, the
273 client would first wait for some data by the server and 362 client would first wait for some data by the server and
274 otherwise hang. (reported and analyzed in an absolutely 363 otherwise hang. (reported and analysed in an absolutely
275 exemplary manner by Adam Rosenstein). 364 exemplary manner by Adam Rosenstein).
276 - fix a bug in where SSL EOF would not be treated 365 - fix a bug in where SSL EOF would not be treated
277 as stream EOF, putting the connection into a hung state. 366 as stream EOF, putting the connection into a hung state.
278 (reported and analyzed in an absolutely exemplary manner by Adam 367 (reported and analysed in an absolutely exemplary manner by Adam
279 Rosenstein). 368 Rosenstein).
280 - fix a potential segfault when the TLS context 369 - fix a potential segfault when the TLS context
281 would go missing in a read callback (e.g. due to stoptls) - 370 would go missing in a read callback (e.g. due to stoptls) -
282 Net::SSLeay of course makes no type checking whatsoever. 371 Net::SSLeay of course makes no type checking whatsoever.
283 - AnyEvent::Handle will not stop the read watcher in TLS mode. 372 - AnyEvent::Handle will not stop the read watcher in TLS mode.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines