aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network
AgeCommit message (Expand)Author
2016-11-16Working implementation of elgamal in 2048 bit multiplicative group.Dennis Brentjes
2016-11-04Sets default standards for all CXX and C libraries.Dennis Brentjes
2016-10-27Adds libgcrypt implementation for elgamal in multiplicative group.Dennis Brentjes
2016-10-21Only send one transaction at a time when 2 async_sends are queued after each ...Dennis Brentjes
2016-10-21Adds SSL connections between nodes.Dennis Brentjes
2016-10-20Set the "reuse address" option on the acceptor tcp socket.Dennis Brentjes
2016-10-17Fixes the build on clangDennis Brentjes
2016-10-16Updates all the documentation.Dennis Brentjes
2016-10-13Second big network rewrite.Dennis Brentjes
2016-10-13Connecting client now have to send an id to each node.Dennis Brentjes
2016-10-13Added a stop condition for the client,Dennis Brentjes
2016-10-12Major network rewrite.Dennis Brentjes
2016-10-11Commit introducing Client keyexchange, triggering bugs.Dennis Brentjes
2016-10-05Fixes some bugs in parsing the program_options.Dennis Brentjes
2016-10-05Seperates Nodes and Clients for incoming connections.Dennis Brentjes
2016-10-05Added some missing documentation for the retry connections.Dennis Brentjes
2016-10-04Retry connecting 5 times, 3, 6, 12, 24, 48 and 96 seconds between attemptsDennis Brentjes
2016-10-04Fixes a bug in the network which send the wrong message length.Dennis Brentjes
2016-10-01Adds some missing documentation of the Client class.Dennis Brentjes
2016-10-01Removes all tracing log calls.Dennis Brentjes
2016-10-01Fixes the build for mxe-cross-builds, and if building shared libraries.Dennis Brentjes
2016-09-29This changset triggered a storm of changes.Dennis Brentjes
2016-09-29Added some boilerplate to enable ssl connections.Dennis Brentjes
2016-09-28Finally made a initial doxygen documentation pass over all files.Dennis Brentjes
2016-09-28Made changes so we can have a 1 Node cmix network.Dennis Brentjes
2016-09-22Explicitely default initialize done handler, checks done before executing.Dennis Brentjes
2016-09-22Added connect wrapper to for libcmix-networkDennis Brentjes
2016-08-31Split up the client and server parts in a separate network libraryDennis Brentjes