| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-28 | Version bump to 0.1.0 | Dennis Brentjes | |
| 2016-11-28 | Removed the Bignum abstraction library, as it was not needed. | Dennis Brentjes | |
| 2016-11-04 | Sets default standards for all CXX and C libraries. | Dennis Brentjes | |
| They can be indiviually be overridden when necessary. | |||
| 2016-11-01 | Used IWYU to tidy up some inclusions. | Dennis Brentjes | |
| 2016-10-20 | Shared secret key is now distributed to the other nodes. | Dennis Brentjes | |
| 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-10 | Added a Client so we can start finishing up the setup phase of cMix. | Dennis Brentjes | |
| 2016-10-04 | Added a bignum library to abstract possible implementations. | Dennis Brentjes | |
| 2016-09-28 | Finally made a initial doxygen documentation pass over all files. | Dennis Brentjes | |
| 2016-09-28 | Made changes so we can have a 1 Node cmix network. | Dennis Brentjes | |
| 2016-09-28 | added some cmake modules to forinstance enable sanitizer options. | Dennis Brentjes | |
| 2016-09-22 | Added a logging facility using boost::log::trivial. | Dennis Brentjes | |
| 2016-09-02 | Changed to api to be less repetative in use. | Dennis Brentjes | |
| 2016-09-01 | Added a CMake system to easily add and choose crypto implementations. | Dennis Brentjes | |
| 2016-08-31 | Split up the client and server parts in a separate network library | Dennis Brentjes | |
| 2016-08-30 | Proof of concept skeleton, linktime algorithm implementation selection. | Dennis Brentjes | |
| 2016-08-26 | Initial commit, just some ideas and testing. | Dennis Brentjes | |
