aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/proc_walk
Commit message (Expand)AuthorAgeFilesLines
* Remove /proc walker entropy sourceJack Lloyd2021-04-033-210/+0
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-13/+3
* FreeBSD removed support for proc filesystem a while agoJack Lloyd2017-12-231-1/+0
* Drop IRIX supportJack Lloyd2017-12-131-1/+0
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Disable entropy proc_walk on OpenBSD.Alexander Bluhm2017-03-301-1/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-4/+0
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-122-3/+3
* 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-172-4/+10
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-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-242-3/+3
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-4/+0
* entropy: Add missing overridesDaniel Seither2015-07-302-3/+3
* Add Android OSDaniel Seither2015-07-171-0/+1
* Remove references to removed tru64 OSDaniel Seither2015-07-171-1/+0
* lib/entropy: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Remove the shared IO buffer from EntropySource_Accumulator.lloyd2015-03-182-4/+5
* Add missing includelloyd2015-02-241-0/+1
* 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-042-0/+3
* 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-102-2/+2
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-182-28/+12
* Move lib into srclloyd2014-01-103-0/+240