aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/egd
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Be more conservative about entropy estimates. In particular, insteadlloyd2012-02-171-1/+1
* I can't spelllloyd2011-05-131-1/+1
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-122-6/+6
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Use strncpy instead of strcpy in EGD readerlloyd2010-06-131-1/+1
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-2/+8
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-6/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Fix some unused variable nits pointed out by icc 10.1lloyd2009-07-211-1/+1
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-2/+6
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-53/+85
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-1/+4
* If the read succeceed in EGD_EntropySource::slow_poll, the loop wouldlloyd2008-11-251-0/+2
* Remove debug printflloyd2008-11-211-1/+0
* Cache socket descriptors in EGD entropy source, instead of creating each polllloyd2008-11-212-50/+97
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-272-2/+4
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-262-1/+12
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move all modules into src/ directorylloyd2008-09-283-0/+137