aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/client.hpp
AgeCommit message (Expand)Author
2016-12-01Removed a large chunk of code duplication in the network code.Dennis Brentjes
2016-11-21Reworked server and client to do one mix and shutdown.Dennis Brentjes
2016-11-16Working implementation of elgamal in 2048 bit multiplicative group.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-16Updates all the documentation.Dennis Brentjes
2016-10-13Second big network rewrite.Dennis Brentjes
2016-10-13Added a stop condition for the client,Dennis Brentjes
2016-10-12Major network rewrite.Dennis Brentjes
2016-10-05Seperates Nodes and Clients for incoming connections.Dennis 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-09-29This changset triggered a storm of changes.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-08-31Split up the client and server parts in a separate network libraryDennis Brentjes