aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/dev_random/es_dev.cpp
Commit message (Expand)AuthorAgeFilesLines
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-125/+0
* Fix a subtle bug in the /dev/*random reader. The maximum ms wait time waslloyd2009-07-021-2/+3
* Changes to /dev/*random poller - read up to 48 bytes, and wait longer in sele...lloyd2009-06-091-3/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Change the max amount read from /dev/*random to 128 bits.lloyd2009-01-311-9/+4
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-26/+22
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-2/+3
* Reduce /dev/random poll times: 5ms for fast, 20 for slowlloyd2008-11-101-2/+2
* The device reader constructors were being called too soon. Insteadlloyd2008-11-101-17/+34
* Cache device descriptors in Device_EntropySourcelloyd2008-11-071-31/+25
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-1/+1
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-3/+11
* Move all modules into src/ directorylloyd2008-09-281-0/+112