| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
