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 (
Expand
)
Author
2018-06-10
Adds a microbenchmark executable.
HEAD
master
Dennis Brentjes
2017-04-16
Updated documentation and bumped Cmix to Version 1.0
Dennis Brentjes
2017-03-14
Fixes some protobuf issues with linuxbrew systems.
Dennis Brentjes
2017-02-11
Working Ed25519 Implementation of libcmix.
Dennis Brentjes
2016-12-15
Debugged CMake files which caused compiler flags to be truncated
Dennis Brentjes
2016-12-15
Introduces and fixes warnings in the C libraries.
Dennis Brentjes
2016-12-05
Enabled some warnings, forgot to do this earlier.
Dennis Brentjes
2016-12-05
added (untested) statsd for the cmake network.
Dennis Brentjes
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
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
2016-10-12
Major network rewrite.
Dennis Brentjes
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