summaryrefslogtreecommitdiff
path: root/lava
AgeCommit message (Expand)Author
2015-02-22Explicitly allow wait-all to occur before send0.1.6Neil Williams
2013-08-15Move bundles list into the group information to prevent cross-contamination d...Neil Williams
2013-08-08remove note now that the merge has happenedNeil Williams
2013-08-07Merge branch 'unittests' and add licence to the new module.Neil Williams
2013-08-07set up the packages as modules for simpler packaging.Neil Williams
2013-07-22extract group.py with history for the new lava-group package.Neil Williams
2013-07-22Move the group dispatcher runtime into a separate daemon process.Neil Williams
2013-07-22Extend the blocksize for longer messages.Neil Williams
2013-07-22Remove some debug codeNeil Williams
2013-07-22Relocate the work to handle key value pair information into the send function...Neil Williams
2013-07-22Collate all of the data for all devices in this role and send it all out to a...Neil Williams
2013-07-22Deepcopy the message for each client with the same role into the message to s...Neil Williams
2013-07-22Expand the code to make the debug clearer.Neil Williams
2013-07-22Ensure GroupDispatcher continues running if a lava_wait is received before a ...Neil Williams
2013-07-22Send the group_data back instead of an AckNeil Williams
2013-07-22Fix typo in type used with append.Neil Williams
2013-07-22Finalise the debug statements at usable levels.Neil Williams
2013-07-22fix the lavaSync code to clear sync data when all clients have had their sync...Neil Williams
2013-07-22Improve the debug messages to detect what is going onNeil Williams
2013-07-22make the lavaSync debug clearerNeil Williams
2013-07-22add target multi node data from Fu Wei's branchNeil Williams
2013-07-22Ensure all socket calls are locally scoped and refreshed every time through t...Neil Williams
2013-07-22migrate to socket interface instead of twisted because the inability to resta...Neil Williams
2013-07-22get the twisted implementation working as far as it can before migrating to r...Neil Williams
2013-07-22Allow the GroupDispatcher to proceed if the data is not JSON, just complain.Neil Williams
2013-07-22handle an empty JSON string as a bad request.Neil Williams
2013-07-22allow nodes to register themselvesNeil Williams
2013-07-22fix typo in the role handlerNeil Williams
2013-07-22allow lavaSync to work with a messageIDNeil Williams
2013-07-22move common code into subroutines and complete lavaWait and lavaWaitAllNeil Williams
2013-07-22Fill out more code for lava_send and lava_waitNeil Williams
2013-07-22Add lava_send implementation and migrate group_data to use JSON.Neil Williams
2013-07-22add the hostname to the group data and add a lava_sync primitive based on gro...Neil Williams
2013-07-22Add a stop call for later useNeil Williams
2013-07-22Tie the Group and Node dispatchers into the main dispatcher invocation.Neil Williams
2013-07-22Add classes to demonstrate how to setup the group server and individual nodes.Neil Williams