| Commit message (Expand) | Author | Age | Files | Lines |
* | The change in rev f6d0cb6f9569d228ed6a11d021c3f57f55220bde was actually | lloyd | 2008-06-26 | 1 | -4/+4 |
* | ew_ftw was reading up to 32 Mb for a fast poll and 256 Mb for a slow poll. | lloyd | 2008-06-22 | 1 | -2/+2 |
* | New, much cleaner (and thread safe) implementation of es_ftW | lloyd | 2008-06-17 | 2 | -59/+97 |
* | Remove unneeded inclusion of <fstream> | lloyd | 2008-06-16 | 1 | -1/+0 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 3 | -3/+3 |
* | propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7... | lloyd | 2008-04-17 | 1 | -2/+0 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a... | lloyd | 2008-04-12 | 1 | -2/+0 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b... | lloyd | 2008-04-10 | 1 | -2/+0 |
| | |\ |
|
| | | * | In Botan, the Timer base class provides access to a high-resolution | lloyd | 2008-04-07 | 1 | -2/+0 |
* | | | | Drop eng_aep module (the hardware AEP engine). I still have a card (and driver | lloyd | 2008-04-14 | 8 | -815/+0 |
|/ / / |
|
* | | | Make the memory allocator's chunk size a compile time constant, via a | lloyd | 2008-04-12 | 1 | -1/+0 |
* | | | Fix some relatively minor linker namespace pollution issues | lloyd | 2008-04-11 | 4 | -33/+29 |
|/ / |
|
* | | Remove severa global configuration variables related to entropy gathering, | lloyd | 2008-04-10 | 8 | -35/+18 |
* | | Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropy | lloyd | 2008-04-10 | 1 | -8/+3 |
* | | Fix some completely bogus code in zlib.cpp that was causing compilation failu... | lloyd | 2008-04-10 | 1 | -8/+8 |
* | | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 82 | -83/+96 |
|/ |
|
* | Wrap lines | lloyd | 2008-03-14 | 1 | -1/+2 |
* | Update mp_asm64 module to use new signatures for word_madd{2,3} functions1.7.4 | lloyd | 2008-03-10 | 1 | -6/+6 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 76 | -76/+76 |
* | Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buf | lloyd | 2008-03-09 | 2 | -0/+91 |
* | Avoid closing an invalid file descriptor, even though it is basically | lloyd | 2008-03-09 | 1 | -1/+1 |
* | Alter bigint_madd2 and bigint_madd3 to take only 3 (4, resp) arguments, | lloyd | 2008-03-09 | 2 | -12/+12 |
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 81 | -81/+81 |
* | Fix compilation with GCC 3.2 - it doesn't like the :: namespace specification | lloyd | 2008-02-12 | 2 | -2/+2 |
* | Mark es_dev as only running on Unix/Unix-like systems. Patch from Joel Low. | lloyd | 2008-01-31 | 1 | -0/+16 |
* | Qualify (some) calls to functions in the global namespace using an | lloyd | 2007-12-24 | 9 | -80/+78 |
* | Add a new module, es_dev, that will replace es_file. Instead of using C++ | lloyd | 2007-11-17 | 3 | -0/+153 |
* | Revert the change that renamed append() to push_back(). As pointed out | lloyd | 2007-11-15 | 1 | -1/+1 |
* | Rename MemoryRegion::append to push_back | lloyd | 2007-11-14 | 1 | -1/+1 |
* | Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead. | lloyd | 2007-11-11 | 2 | -10/+1 |
* | Change the syntax from load_on: to load_on (since that way configure.pl can | lloyd | 2007-10-22 | 27 | -28/+40 |
* | Remove several uses of old style C casts in favor of C++98's static_cast and | lloyd | 2007-10-19 | 2 | -3/+3 |
* | Fix the alg_ia32 module code WRT the recent changes to loadstor.h not being | lloyd | 2007-10-19 | 4 | -4/+4 |
* | bit_ops.h no longer includes loadstor.h | lloyd | 2007-10-19 | 1 | -1/+1 |
* | Don't hard code any directories to search for programs into es_unix. | lloyd | 2007-10-19 | 1 | -6/+1 |
* | Add stats of '/', '/tmp', '.', and '..' to the es_unix fast poll. | lloyd | 2007-10-19 | 1 | -1/+12 |
* | New implementation of fast polling in es_unix. Instead of executing | lloyd | 2007-10-19 | 2 | -41/+44 |
* | Update the copyright notice to include 2007 | lloyd | 2007-09-13 | 2 | -2/+2 |
* | Avoid some C-style casts in the modules | lloyd | 2007-07-23 | 4 | -4/+4 |
* | Add QueryPerformanceCounter to the Win32 fast entropy poll, as it can't | lloyd | 2007-05-18 | 1 | -0/+4 |
* | propagate from branch 'net.randombit.botan.stable' (head 63c067b5454498ee4846... | lloyd | 2007-04-01 | 1 | -0/+1 |
|\ |
|
| * | Need to include stdlib.h for exit() call, reported through the Debian | lloyd | 2007-04-01 | 1 | -0/+1 |
* | | Check in an initial assembler implementation of SHA-1 for x86-64 systems. | lloyd | 2007-03-12 | 4 | -9/+321 |
* | | Insert a note so the toolchain knows that we are not using an executable | lloyd | 2007-03-12 | 1 | -0/+4 |
* | | Provide a more flexible mechanism for specifying which modules are loaded. | lloyd | 2007-03-12 | 27 | -18/+58 |
* | | Small cleanups. | lloyd | 2007-03-10 | 1 | -1/+1 |
* | | Clean up the x86-64 bigint_mul_add_words implementation a bit using the | lloyd | 2007-03-08 | 1 | -9/+11 |
* | | Add macros to represent register names | lloyd | 2007-03-08 | 1 | -1/+39 |
* | | Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested, | lloyd | 2007-03-04 | 2 | -0/+2 |
|/ |
|
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 77 | -77/+77 |