| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-01 | Removed a large chunk of code duplication in the network code. | Dennis Brentjes | |
| 2016-10-21 | Adds SSL connections between nodes. | Dennis Brentjes | |
| 2016-10-16 | Updates all the documentation. | Dennis Brentjes | |
| Mainly covers the network rewrites. | |||
| 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. | |||
