index
:
cmix.git
master
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Collapse
)
Author
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