ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.36
Committed: Sun Dec 1 18:59:31 2019 UTC (4 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension AnyEvent::Fork::RPC
2
3 TODO: allow overtaking an existing $fh
4 TODO: compatible $0 method, somehow
5
6 2.0 Sun Sep 15 22:17:38 CEST 2019
7 - INCOMPATIBLE PROTOCOL: make sure both sides get updated
8 (e.g. when uisng AnyEvent::Fork::Remote).
9 - add AnyEvent::RPC::flush function in the child.
10 - introduce protocol versioning to ensure the right backend
11 module version is loaded.
12 - implement a more version-agnostic protocol.
13 - exposed buffer size as C<buflen_req> and C<buflen_res>
14 parameters to allow tweaking.
15
16 1.24 Tue Mar 26 05:18:55 CET 2019
17 - check if connection has succeeded, rather than crashing
18 (based on patch by Johan Finnved).
19 - add t/03_connfail.t testcase by Johan Finnved.
20
21 1.23 Thu Nov 10 17:31:14 CET 2016
22 - async backend had an optimization for EV that failed to
23 actually trigger when EV was used (analyzed by sten).
24 - adapt to new AnyEvent::Fork process name.
25
26 1.22 Thu May 12 18:53:37 CEST 2016
27 - add $CBOR_XS_SERIALISER.
28
29 1.21 Tue Oct 15 10:52:09 CEST 2013
30 - work around perl 5.14 and earlier bug causing
31 "Goto undefined subroutine &CORE::exit" messages.
32
33 1.2 Wed Sep 25 13:05:46 CEST 2013
34 - INCOMPATIBLE CHANGE: remove dependency on, and autoloading
35 of, AnyEvent::Fork.
36 - provide an eof option to specify an alternative to exiting
37 in the asynchronous backend.
38 - add $NSTORABLE_SERIALISER.
39 - use "AE::log die" instead of die to report uncaught errors.
40 - ->run now provides a better $0 (as seen in some ps outputs).
41 - add a nice async Coro RPC server example.
42 - add an example of how to use AnyEvent::Log and on_event to
43 forward log messages to the parent.
44 - work around bugs in the TCP/IP stack on windows, aborting
45 connections instead of properly closing them on exit.
46 - log any errors via AE::log fatal instead of die'ing in the
47 async backend.
48
49 1.1 Sun Apr 28 15:48:17 CEST 2013
50 - add support for the AnyEvent::Fork::Remote API.
51 - switch to an ABI-independent protocol.
52 - emit clearer diagnostic for some broken cpan-testers setups.
53
54 0.2 Sun Apr 21 14:26:16 CEST 2013
55 - do not create a watcher when shutting down the object, shut down
56 directly, to work around perl global destruction bugs.
57 - expliticly call exit in child server - not elegant, but
58 doesn't disturb any sane perl, and helps broken win32 perls
59 to clean up.
60
61 0.1 Thu Apr 18 15:29:48 CEST 2013
62 - first release.
63
64 0.00 Tue Apr 16 21:40:55 CEST 2013
65 - post planning, pre writing.
66