| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-04 | Sets default standards for all CXX and C libraries. | Dennis Brentjes | |
| They can be indiviually be overridden when necessary. | |||
| 2016-10-27 | Adds libgcrypt implementation for elgamal in multiplicative group. | Dennis Brentjes | |
| Also adapts the API to both handle sodium and gcrypt libraries. | |||
| 2016-10-21 | Adds SSL connections between nodes. | Dennis Brentjes | |
| 2016-10-17 | Fixes the build on clang | Dennis Brentjes | |
| Fixes an issue that was allowing targets that depend on libcmix-network to be build not using the c++11 standard. | |||
| 2016-10-13 | Second big network rewrite. | Dennis Brentjes | |
| This time without the ugly SFINAE hack to restrict sending and receiving on Senders and Receivers respectively. Replaced this hack with private inheritance and using declerations. Also renamed receive to async_receive to better reflect the behaviour. | |||
| 2016-10-12 | Major network rewrite. | Dennis Brentjes | |
| One generic class has been introduced to handle all connection types. Typedefs provide Sender Receiver and SenderReceiver types, which limit the functionality of the types. As to not accidentally communicate with the wrong node about things. | |||
| 2016-10-01 | Fixes the build for mxe-cross-builds, and if building shared libraries. | Dennis Brentjes | |
| 2016-09-29 | Added some boilerplate to enable ssl connections. | Dennis Brentjes | |
| 2016-09-28 | Made changes so we can have a 1 Node cmix network. | Dennis Brentjes | |
| 2016-09-22 | Added connect wrapper to for libcmix-network | Dennis Brentjes | |
| 2016-08-31 | Split up the client and server parts in a separate network library | Dennis Brentjes | |
