| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | simd_32 should be autoload, not always. Copy+pasted from util's info.txt | lloyd | 2010-01-06 | 1 | -2/+0 |
|/ |
|
* | Remove stubs for VIA Padlock support. I have no plans to implement it | lloyd | 2010-01-05 | 1 | -7/+1 |
* | merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a' | lloyd | 2010-01-04 | 3 | -112/+85 |
|\ |
|
| * | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 3 | -112/+85 |
* | | Remove pshufb-based bswap_4; it causes problems too easily with external | lloyd | 2010-01-04 | 1 | -21/+1 |
|/ |
|
* | Fix POWER6 AltiVec detection | lloyd | 2009-12-30 | 1 | -0/+1 |
* | Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY. | lloyd | 2009-12-30 | 2 | -5/+5 |
* | Clean up AltiVec detection code. Add (untested) support for OS X AltiVec | lloyd | 2009-12-30 | 1 | -53/+74 |
* | Use IS_XXX_FAMILY macros where useful | lloyd | 2009-12-30 | 1 | -2/+1 |
* | Mark read/write prefetches as such, instead of read-only prefetch | lloyd | 2009-12-29 | 1 | -1/+1 |
* | Kill buf_op - was basically the prototype for Buffering_Filter. | lloyd | 2009-12-28 | 3 | -176/+0 |
* | propagate from branch 'net.randombit.botan' (head 5749645b3dc61c94f9b2980aa77... | lloyd | 2009-12-27 | 3 | -0/+176 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 79ed5b0f9057b2d40335e268fdb... | lloyd | 2009-12-27 | 3 | -0/+176 |
| |\ |
|
| | * | Add a generalized Buffered_Operation. Relies on tr1 for sane callbacks | lloyd | 2009-12-27 | 3 | -0/+176 |
* | | | Add debug source to build. Fix typo in source. | lloyd | 2009-12-27 | 2 | -2/+1 |
|/ / |
|
* / | Add debug.h which is an internal-only header with debug functions that | lloyd | 2009-12-27 | 3 | -0/+65 |
|/ |
|
* | Add/fix doxygen comments | lloyd | 2009-12-24 | 1 | -5/+12 |
* | Replace time_t_to_tm with calendar_value which returns a struct representing | lloyd | 2009-12-24 | 2 | -6/+24 |
* | Wrap up whatever we're using for gmtime in an anon-namespace function do_gmtime | lloyd | 2009-12-24 | 1 | -14/+19 |
* | Fix compile of get_nanoseconds_clock for Windows. | lloyd | 2009-12-23 | 1 | -2/+12 |
* | Add a static_cast<byte>() around get_byte just to keep VC++ quiet. | lloyd | 2009-12-23 | 1 | -1/+3 |
* | Use unaligned reads/writes in xor_buf.h - bad macro name! | lloyd | 2009-12-23 | 1 | -2/+2 |
* | Deal with unknown or mixed endian architectures properly. If known little | lloyd | 2009-12-23 | 1 | -22/+18 |
* | Add bswap_4 which swaps 4 Ts in parallel. Normally just uses reverse_bytes, | lloyd | 2009-12-23 | 1 | -0/+50 |
* | Add GetSystemTimeAsFileTime as high res timer for Win32 | lloyd | 2009-12-22 | 1 | -7/+21 |
* | Fix simd_32 loadstor includes | lloyd | 2009-12-22 | 2 | -3/+3 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 5 | -20/+27 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 2 | -7/+9 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 10 | -18/+20 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 9 | -17/+59 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -1/+118 |
* | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 3 | -3/+3 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 4 | -8/+0 |
* | Use memcpy for bulk loads if algorithm endianness matches CPU endianess. | lloyd | 2009-11-10 | 1 | -0/+9 |