| Commit message (Expand) | Author | Age | Files | Lines |
* | In the Unix entropy source fast poll, clear the stat buf before | lloyd | 2009-01-03 | 1 | -0/+1 |
* | Rickard Bondesson reported on botan-devel about some problems building | lloyd | 2008-12-02 | 3 | -11/+7 |
* | If the read succeceed in EGD_EntropySource::slow_poll, the loop would | lloyd | 2008-11-25 | 1 | -0/+2 |
* | In es_ftw, remove check for if the return value of read() is larger | lloyd | 2008-11-24 | 1 | -1/+1 |
* | Modify es_ftw to use xor_into_buf | lloyd | 2008-11-23 | 1 | -4/+4 |
* | Previously es_unix would always try to get 16K, then return. Now it | lloyd | 2008-11-23 | 1 | -4/+3 |
* | Limit the output size of fast polls by the BeOS, Unix, and Win32 entropy | lloyd | 2008-11-23 | 3 | -0/+3 |
* | Compile fix | lloyd | 2008-11-23 | 1 | -2/+2 |
* | Remove now unused buf_es module | lloyd | 2008-11-23 | 3 | -134/+0 |
* | Update BeOS entropy poller to also derive directly from EntropySource | lloyd | 2008-11-23 | 3 | -35/+46 |
* | Fix return types in declaration | lloyd | 2008-11-23 | 1 | -2/+3 |
* | Convert Win32 stats polling entropy source to use xor_into_buf. Untested. | lloyd | 2008-11-23 | 3 | -44/+59 |
* | Fix indexing of ids array. Don't zeroize stat/rusage bufs before use | lloyd | 2008-11-23 | 1 | -8/+4 |
* | Use template version of xor_into_buf wherever useful in es_unix.cpp | lloyd | 2008-11-23 | 1 | -3/+3 |
* | Use template version of xor_into_buf in es_unix | lloyd | 2008-11-23 | 1 | -1/+1 |
* | Change unix_procs entropy source to be a plain EntropySource instead of | lloyd | 2008-11-23 | 3 | -24/+47 |
* | Remove dep on buf_es in proc_walk info.txt | lloyd | 2008-11-21 | 1 | -4/+0 |
* | Last minute es_ftw optimizations / logic changes. Performance of seeding | lloyd | 2008-11-21 | 2 | -35/+27 |
* | Remove debug printf | lloyd | 2008-11-21 | 1 | -1/+0 |
* | Cache socket descriptors in EGD entropy source, instead of creating each poll | lloyd | 2008-11-21 | 2 | -50/+97 |
* | Reduce /dev/random poll times: 5ms for fast, 20 for slow | lloyd | 2008-11-10 | 1 | -2/+2 |
* | The device reader constructors were being called too soon. Instead | lloyd | 2008-11-10 | 2 | -19/+40 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+2 |
* | Cache device descriptors in Device_EntropySource | lloyd | 2008-11-07 | 2 | -34/+45 |
* | Add fast_poll implementation | lloyd | 2008-11-04 | 2 | -3/+12 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 13 | -16/+55 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 8 | -8/+64 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 8 | -8/+8 |
* | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 1 | -0/+1 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 8 | -0/+0 |
* | New filters module. Add deps for it in some needed areas (codec, pbes) | lloyd | 2008-09-28 | 1 | -0/+10 |
* | Move buf_es into module, add deps where needed | lloyd | 2008-09-28 | 6 | -0/+144 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 24 | -0/+1445 |