| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cast the first argument to msync, munmap, mlock, and munlock to char* | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Work around Sun Studio multimap insert bug | lloyd | 2010-09-03 | 1 | -0/+5 |
* | Uglify Data_Store::search_with a little to go through multimap_insert | lloyd | 2010-09-03 | 1 | -1/+7 |
* | Remove filter/pipe dependency here | lloyd | 2010-09-03 | 2 | -14/+6 |
* | Add support for Windows-style dynamic loading with LoadLibrary. Not | lloyd | 2010-08-25 | 2 | -8/+31 |
* | Workaround problem with GCC 3 - it doesn't like you casting pointers | lloyd | 2010-08-10 | 1 | -0/+4 |
* | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 2 | -0/+19 |
* | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 |
* | If we can't access cpuid, but we know that we are compiling for | lloyd | 2010-08-08 | 1 | -0/+9 |
* | If dynamic loading fails, include result of dlerror() in the exception msg | lloyd | 2010-07-30 | 1 | -1/+8 |
* | Restrict dyn_load to platforms where it might theoretically work: | lloyd | 2010-07-28 | 1 | -0/+9 |
* | Add a new utility class Dynamically_Loaded_Library which wraps around | lloyd | 2010-07-27 | 3 | -0/+122 |
* | Oops, bad GCC version check here | lloyd | 2010-07-27 | 1 | -1/+1 |
* | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions. | lloyd | 2010-07-27 | 1 | -4/+18 |
* | Add support for GCC's byteswap builtins. They were added in 4.3 and | lloyd | 2010-07-27 | 1 | -4/+29 |
* | Modify CPUID so all the check functions are purely inline. Add a new | lloyd | 2010-07-26 | 2 | -47/+25 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 2 | -2/+2 |
* | Make round_up and round_down templates instead of fixed to use u32bits | lloyd | 2010-06-29 | 1 | -6/+14 |
* | Simplify feature checks | lloyd | 2010-06-28 | 1 | -7/+12 |
* | Add detection support for upcoming AVX | lloyd | 2010-06-25 | 1 | -1/+8 |
* | Doxygen | lloyd | 2010-06-22 | 1 | -6/+35 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -6/+217 |
* | Doxygen | lloyd | 2010-06-21 | 4 | -13/+41 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -9/+9 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+20 |
* | Add a simple comment for the Botan namespace decl in types.h. This | lloyd | 2010-06-21 | 1 | -0/+3 |
* | merge of '3632315d498b1223cca850051518f7a3273f5449' | lloyd | 2010-06-16 | 3 | -9/+33 |
|\ |
|
| * | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 2 | -6/+6 |
| * | More Doxygen | lloyd | 2010-06-16 | 2 | -1/+14 |
| * | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -2/+13 |
* | | Remove some of the more extraneous namespaces | lloyd | 2010-06-16 | 1 | -6/+2 |
|/ |
|
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 6 | -21/+32 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -1/+1 |