| Commit message (Expand) | Author | Age | Files | Lines |
* | We were checking the wrong bit for rdrand support. Found using SDE's | lloyd | 2012-05-10 | 1 | -1/+1 |
* | Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the | lloyd | 2012-04-20 | 1 | -0/+3 |
* | Use LoadLibraryA instead of bare LoadLibrary so things work if used in | lloyd | 2011-12-13 | 1 | -1/+1 |
* | GCC doesn't like casting a function pointer to void* without an | lloyd | 2011-12-02 | 1 | -1/+2 |
* | Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162 | lloyd | 2011-11-28 | 1 | -1/+15 |
* | Call cpuid via inline asm on x86-64, so we can use it with Clang (no | lloyd | 2011-11-18 | 1 | -2/+16 |
* | Add AltiVec detection for POWER7 processors | lloyd | 2011-11-02 | 1 | -0/+2 |
* | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 1 | -0/+1 |
* | Fix -Wshadow warning | lloyd | 2011-06-22 | 1 | -2/+2 |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 1 | -1/+8 |
* | Split the SIMD implementations into their own modules and choose one | lloyd | 2011-05-24 | 5 | -649/+0 |
* | Fix the problem that prevented the SSE2 IDEA implementation from | lloyd | 2011-05-12 | 1 | -1/+0 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 6 | -13/+13 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 3 | -6/+6 |
* | My workaround for gcc pr 44174 caused cpuid support to be silently | lloyd | 2011-04-18 | 1 | -2/+8 |
* | Fix location of online docs in readme | lloyd | 2011-04-15 | 1 | -18/+0 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 1 | -2/+3 |
* | Call GCC's __get_cpuid macro from a function marked noinline to work | lloyd | 2011-04-06 | 1 | -2/+9 |
* | Prefer GCC builtin except on ARM, add comment as to why | lloyd | 2011-03-14 | 1 | -6/+11 |
* | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity. | lloyd | 2011-03-14 | 1 | -20/+32 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
* | Another cast | lloyd | 2011-02-09 | 1 | -1/+1 |
* | Some casts to avoid VC warnings | lloyd | 2011-02-09 | 1 | -3/+3 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 2 | -10/+25 |
* | According to PR 137, cpuid.h doesn't exist with Clang on OS X or | lloyd | 2011-01-21 | 1 | -1/+1 |
* | Use size_t for shift and rotate values. Also define rotate_left and | lloyd | 2010-12-28 | 4 | -18/+21 |
* | If the user defines BOTAN_NO_SSE_INTRINSICS, avoid including | lloyd | 2010-12-22 | 2 | -3/+3 |
* | Clang 2.8 also has cpuid.h | lloyd | 2010-11-29 | 1 | -1/+1 |
* | Add assert equal | lloyd | 2010-11-29 | 1 | -8/+18 |
* | Doxygen updates. | lloyd | 2010-11-02 | 1 | -12/+10 |
* | Doxygen | lloyd | 2010-11-02 | 2 | -3/+15 |
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 2 | -154/+0 |
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 1 | -13/+2 |
* | Prefix vs postfix | lloyd | 2010-10-15 | 2 | -4/+4 |
* | More size_t | lloyd | 2010-10-15 | 1 | -24/+24 |
* | More size_t | lloyd | 2010-10-13 | 2 | -7/+7 |
* | Remove the upto argument to update_be | lloyd | 2010-10-13 | 1 | -5/+8 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -4/+4 |
* | Add accessors for block size and output length | lloyd | 2010-10-13 | 1 | -0/+5 |
* | s/u32bit/size_t/ in utils | lloyd | 2010-10-13 | 11 | -55/+55 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 2 | -11/+12 |
* | Use size_t in filters | lloyd | 2010-10-12 | 1 | -1/+1 |
* | Add a simple update_be to BufferedComputation that takes an integer | lloyd | 2010-10-12 | 1 | -0/+10 |
* | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 1 | -0/+1 |
* | Drop debug.h, it didn't turn out to be that useful for most things, | lloyd | 2010-10-07 | 2 | -38/+0 |
* | Doxygen | lloyd | 2010-10-01 | 1 | -14/+61 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 3 | -0/+86 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 1 | -3/+6 |
* | Dynamic loading confirmed to work on Windows (tested Windows 7 x64) | lloyd | 2010-09-08 | 1 | -0/+1 |
* | Under certain compilation modules, HMODULE isn't a void* but rather a | lloyd | 2010-09-08 | 1 | -2/+2 |