aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/unix_procs
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-123-13/+13
* Use size_t in filterslloyd2010-10-122-8/+10
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Fix comparison functorlloyd2010-09-031-3/+3
* Clean up the unix process running entropy source a little bit. Tweaklloyd2010-09-033-24/+35
* Remove calling getsid, it causes problems with too many differentlloyd2010-09-031-3/+1
* Doxygenlloyd2010-06-211-0/+11
* More Doxygenlloyd2010-06-161-0/+4
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add constructor and destructor for pipe_wrapper to handle init and closelloyd2010-06-021-5/+5
* Make many more headers internal-only.lloyd2009-12-162-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-165-6/+15
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-9/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-305-4/+14
* In es_unix, two changeslloyd2009-01-311-6/+3
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-275-124/+103
* In the Unix entropy source fast poll, clear the stat buf beforelloyd2009-01-031-0/+1
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-8/+0
* Previously es_unix would always try to get 16K, then return. Now itlloyd2008-11-231-4/+3
* Limit the output size of fast polls by the BeOS, Unix, and Win32 entropylloyd2008-11-231-0/+1
* Fix indexing of ids array. Don't zeroize stat/rusage bufs before uselloyd2008-11-231-8/+4
* Use template version of xor_into_buf wherever useful in es_unix.cpplloyd2008-11-231-3/+3
* Use template version of xor_into_buf in es_unixlloyd2008-11-231-1/+1
* Change unix_procs entropy source to be a plain EntropySource instead oflloyd2008-11-233-24/+47
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+2
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-272-1/+3
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-092-2/+2
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move buf_es into module, add deps where neededlloyd2008-09-281-0/+4
* Move all modules into src/ directorylloyd2008-09-286-0/+532