| Commit message (Expand) | Author | Age | Files | Lines |
* | FD_ZERO on Solaris uses memset, and assumes we included string.h | lloyd | 2011-05-24 | 1 | -0/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 1 | -2/+2 |
* | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 3 | -13/+13 |
* | Use size_t in filters | lloyd | 2010-10-12 | 2 | -8/+10 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Fix comparison functor | lloyd | 2010-09-03 | 1 | -3/+3 |
* | Clean up the unix process running entropy source a little bit. Tweak | lloyd | 2010-09-03 | 3 | -24/+35 |
* | Remove calling getsid, it causes problems with too many different | lloyd | 2010-09-03 | 1 | -3/+1 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+11 |
* | More Doxygen | lloyd | 2010-06-16 | 1 | -0/+4 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Add constructor and destructor for pipe_wrapper to handle init and close | lloyd | 2010-06-02 | 1 | -5/+5 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 2 | -2/+2 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 5 | -6/+15 |
* | Move most code that relies heavily on Filters into src/filters. | lloyd | 2009-11-17 | 1 | -9/+0 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+4 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 5 | -4/+14 |
* | In es_unix, two changes | lloyd | 2009-01-31 | 1 | -6/+3 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 5 | -124/+103 |
* | 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 | 1 | -8/+0 |
* | 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 | 1 | -0/+1 |
* | 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 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+2 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 2 | -1/+3 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 2 | -2/+2 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Move buf_es into module, add deps where needed | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 6 | -0/+532 |