aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/proc_walk/proc_walk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-1/+1
* Compile fixJack Lloyd2016-07-181-1/+1
* Fix proc_walk - would always return 0 entropy collected.Jack Lloyd2016-07-181-0/+3
* Revamp entropy pollingJack Lloyd2016-07-171-3/+9
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-2/+1
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+1
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
* entropy: Add missing overridesDaniel Seither2015-07-301-1/+1
* lib/entropy: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Remove the shared IO buffer from EntropySource_Accumulator.lloyd2015-03-181-4/+4
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-6/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+2
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-1/+1
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-26/+4
* Move lib into srclloyd2014-01-101-0/+173