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

Comparing AnyEvent-MP/Changes (file contents):
Revision 1.14 by root, Thu Aug 13 01:16:24 2009 UTC vs.
Revision 1.57 by root, Mon Sep 7 20:00:38 2009 UTC

1Revision history for AnyEvent::MP 1Revision history for AnyEvent::MP
2
3TODO: global protocol fix?
4TODO: use seednodes only to broadcast?
5TODO: testsuite
6TODO: intro: maybe simple job pool example?
7TODO: intro: mention watchdog...
8TODO: group monitoring
9
10TODO: cal, cal_func
11TODO: mon_nodes should init-call for all up nodes
12TODO: known_nodes no longer relevant => connected_nodes?
13TODO: better autoseeding, timout*(nconnect+1)
14 - renamed AnyEvent::MP::Global functions to grp_reg|get|mon.
15 - removed all userspace time-outs from the transport, instead
16 rely on tcp retransmit timeouts and tcp keepalive.
17 - spawn now delays spawns on the local node artificially, so
18 it can return before invoking the init function.
19 - break endless recursion between ping-pong ports on the local
20 node after ~50 iterations.
21 - support JSON-encoded aemp arguments.
22 - added aemp restart.
23 - support for starting init functions with parameters added.
24 - data_format, auth_offer and auth_accept are now configurable, albeit
25 not documented.
26 - new service: AnyEvent::MP::LogCatcher.
27
281.0 Wed Sep 2 20:40:43 CEST 2009
29 - randomise more connection times, but reduce delay to 0.2s (seeds)
30 and 0.05s (normal connects).
31 - upgrade to and require AnyEvent::Watchdog 1.0.
32
330.95 Mon Aug 31 22:03:55 CEST 2009
34 - tutorial finally covers all the basics, maybe not optimally, but it
35 is covered.
36 - rename initialise_node to configure and accepts key => value
37 pairs for configuration.
38 - give aemp a full manpage.
39 - bin/aemp now expects comma-separated lists and supports multiple
40 subcommands.
41 - new aemp eval subcommand.
42 - new aemp parent subcommand.
43 - nodes get freed when no longer needed.
44 - support "*" hostname to specify all local interface addresses
45 (without localhost etc.).
46 - support "*" port to specify a dynamically-assigned port (which
47 is the default now).
48 - fix per-transport memory leak.
49
500.9 Sat Aug 29 18:47:45 CEST 2009
51 - tutorial was updated to reflect the current API, but
52 does not touch monitoring yet.
53 - got rid of noderefs and slave nodes entirely, introduce
54 free-text node identifiers and anonymous nodes.
55 - document security issues with tls_anon method and introduce
56 optional tls_md6_64_256 method.
57
580.8 Wed Aug 19 07:54:50 CEST 2009
59 - added AnyEvent::MP::Global service.
60 - support "package::" names as service names.
61 - many, many, many bugfixes and tweaks.
62
630.7 Sat Aug 15 01:18:51 CEST 2009
64 - sorry, another major API simplification.
65 - greatly improved aemp configuration abilities.
66 - introduced profile management.
67 - updated exmaples in eg/.
68 - added Kernel::snd_to_func.
2 69
30.6 Thu Aug 13 03:15:05 CEST 2009 700.6 Thu Aug 13 03:15:05 CEST 2009
4 - do away with .aemp-secret and use .perl-anyevent-mp as json config 71 - do away with .aemp-secret and use .perl-anyevent-mp as json config
5 file. 72 file.
6 - introduce bin/aemp to configure nodes. 73 - introduce bin/aemp to configure nodes.
7 - too many changes to describe 74 - too many changes to describe.
8 75
90.4 Sun Aug 9 18:05:49 CEST 2009 760.4 Sun Aug 9 18:05:49 CEST 2009
10 - API should now be really stable :) 77 - API should now be really stable :)
11 - distinguish between resolved and unresolved noderefs. 78 - distinguish between resolved and unresolved noderefs.
12 - certificates in .aemp-secret are now supported. 79 - certificates in .aemp-secret are now supported.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines