ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/Changes
Revision: 1.35
Committed: Sun Sep 15 20:18:14 2019 UTC (4 years, 8 months ago) by root
Branch: MAIN
Changes since 1.34: +3 -3 lines
Log Message:
2.0

File Contents

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