aboutsummaryrefslogtreecommitdiff
path: root/run.sh
AgeCommit message (Collapse)Author
2017-02-11Working Ed25519 Implementation of libcmix.Dennis Brentjes
2016-12-15Adds the StatsDaemon to the run script and made it output to file.Dennis Brentjes
2016-12-01Fixes a parse error when not giving an argument to run.shDennis Brentjes
2016-12-01Use the new protobuf arena allocator.Dennis Brentjes
Run script now takes a parameter tool to for instance "benchmark"
2016-11-28Added a third node to the run script.Dennis Brentjes
2016-11-27Implements message delivery.Dennis Brentjes
Adds a minimum number of messages per mix. Embeds the destination in the message. Clients now send messages to themselves.
2016-11-22Added pointer tracing, and fixes memeory leaks within a single run of cmix.Dennis Brentjes
2016-11-21Added some testing tools I had locally but never added to the repo.Dennis Brentjes