| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 2 | -0/+10 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 11 | -11/+11 |
* | Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patch | lloyd | 2010-05-13 | 1 | -2/+3 |
* | Avoid trying to use GCC's cpuid.h in versions where it doesn't exist | lloyd | 2010-05-06 | 1 | -1/+3 |
* | Remove some C-style casts | lloyd | 2010-04-23 | 1 | -2/+2 |
* | At startup, test if lock_mem() at least seems to work. If it doesn't, | lloyd | 2010-03-13 | 2 | -0/+14 |
* | Add back the Integrity_Failure exception. For one, removing it causes | lloyd | 2010-03-04 | 1 | -0/+9 |
* | Fix stupid typo | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Pass the args to SIMD_32 variant of rotate_left/rotate_right as const | lloyd | 2010-03-03 | 1 | -6/+6 |
* | Use static_cast if using std::time-based get_nanoseconds_clock to make | lloyd | 2010-03-03 | 1 | -2/+6 |
* | Switch back to stdio.h-based debug funcs, iostreams was broken and silly | lloyd | 2010-02-14 | 1 | -11/+8 |
* | Call global functions with :: prefix | lloyd | 2010-02-14 | 1 | -4/+4 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 5 | -12/+31 |
* | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 3 | -38/+15 |
* | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 4 | -0/+34 |
* | merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a' | lloyd | 2010-01-07 | 2 | -67/+18 |
|\ |
|
| * | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 2 | -67/+18 |