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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.124 by root, Sat Mar 3 13:07:19 2012 UTC vs.
Revision 1.143 by root, Fri Mar 23 00:38:14 2012 UTC

8 8
9faq: can't se anything 9faq: can't se anything
10faq: all is asynch 10faq: all is asynch
11faq: how to interface to non-perl nodes? 11faq: how to interface to non-perl nodes?
12 12
13TODO: update docs 13TODO: check gproto, nproto, on connect
14TODO: secure - do not allow remote code execution
15TODO: switch to AnyEvent::Log
16TODO: Global loaded on demand only, adds grp database and node address database
17TODO: transport connects use any global node to find addresses (maybe itself)
18TODO: maybe check g_proto version, if sent? how about node protocol?
19TODO: connect instantly in node->connect, not with timer-0
20TODO: maybe switch to md5+sha1+sha256 or so... 14TODO: maybe switch to md5+sha1+sha256 or so...
21TODO: up_nodes for aemp-trace replace by rpc call? 15TODO: eg/*
16TODO: #TODO##d# markers
17TODO: dataconn
18TODO: maybe use transport address as node-up reason? maybe remove () from node-up messages?
19TODO: cleaning up nodes when gone? limiting reconnecting speed when unreachable?
222 202
23 - INCOMPATIBLE CHANGE: the node protocol used by this version is not 21 - INCOMPATIBLE CHANGE: the node protocol used by this version is not
24 compatible to versions <2 - you have to upgrade all nodes. 22 compatible to versions <2 - you have to upgrade all nodes.
25 - INCOMPATIBLE CHANGE: many APIs have changed, see the section 23 - INCOMPATIBLE CHANGE: many APIs have changed, see the section
26 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. 24 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details.
28 and create a fully-meshed network with each other, normal nodes only 26 and create a fully-meshed network with each other, normal nodes only
29 have to connect to seed nodes, other connections are on-demand. 27 have to connect to seed nodes, other connections are on-demand.
30 - new "norc" and "force" options for MP::configure to ignore 28 - new "norc" and "force" options for MP::configure to ignore
31 or override the rc file. 29 or override the rc file.
32 - move seed code to Kernel. 30 - move seed code to Kernel.
31 - non-json receive framing was probably broken.
33 - fixed small typo in MP::Transport. 32 - fixed small typo in MP::Transport.
34 - fix (unused) provider-kv (version sometimes missing). 33 - fix (unused) provider-kv (version sometimes missing).
35 - reduce the default export list of MP::Kernel. 34 - reduce the default export list of MP::Kernel.
36 - reduced various random delays to zero, as they 35 - reduced various random delays to zero, as they
37 are hopefully no longer needed with the new global 36 are hopefully no longer needed with the new global
38 protocol. 37 protocol.
38 - implement a secure mode that can suppress code execution
39 requests on a per-node/per-request basis.
39 - do not use GMP for generating alphanumeric strings even when 40 - do not use GMP for generating alphanumeric strings even when
40 available, use a more tricky algorithm instead. 41 available, use a more tricky algorithm instead.
41 - anonymous node names and remote port names have been shortened 42 - anonymous node names and remote port names have been shortened
42 considerably. 43 considerably.
44 - $AnyEvent::MP::Kernel::SRCNODE contains the node ID of the origin
45 node during message receives.
43 - aemp shell now supports "package" selection and offers an 46 - aemp shell now supports "package" selection and offers an
44 $ECHO port you cna send messages to. 47 $ECHO port you can send messages to.
45 - rely on perl rand() instead of using /dev/urandom when available, as 48 - rely on perl rand() instead of using /dev/urandom when available, as
46 hopefully it is random enough. 49 hopefully it is random enough.
47 - aemp shell no longer leaks one port per command. 50 - aemp shell no longer leaks one port per command.
51 - nodenames can contain %-escapes such as %n or %u.
52 - aemp now uses aemp/%n/%u as nodename.
53 - configure supports "eval", a small perl snippet to initialsie a node,
54 most useful in "aemp run eval ...".
48 - known_nodes is gone, it has little value, use all_nodes as 55 - known_nodes is gone, it has little value, use all_nodes as
49 replacement. 56 replacement.
57 - lots of small change and improvements.
58 - node_is_known has been removed.
59 - TRACE now shows the portid on SND.
50 60
511.30 Thu Jun 30 11:30:39 CEST 2011 611.30 Thu Jun 30 11:30:39 CEST 2011
52 - connection errors at the right time would kill node 62 - connection errors at the right time would kill node
53 connections in a bad way (patch by Malcolm Studd). 63 connections in a bad way (patch by Malcolm Studd).
54 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines