| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename the mp_muladd source files to mp_mulop | lloyd | 2006-12-15 | 4 | -9/+4 |
* | Update some modules which were never changed to use Allocator::get instead | lloyd | 2006-12-09 | 3 | -3/+3 |
* | Also mark ICC as usable with the alg_ia32 module | lloyd | 2006-11-24 | 1 | -0/+1 |
* | Enable the alg_amd64 module under Intel C++ as well (looks like ICC knows | lloyd | 2006-11-24 | 1 | -0/+1 |
* | Remove solaris from the list of OK platforms for assembly; Solaris as | lloyd | 2006-11-06 | 2 | -2/+0 |
* | Use the new syntax for adding macros to build.h | lloyd | 2006-10-11 | 1 | -2/+1 |
* | Improve readability a bit with some additional macros | lloyd | 2006-09-26 | 1 | -10/+12 |
* | Define the ADD_IMM macro in terms of ADD() | lloyd | 2006-09-26 | 1 | -3/+1 |
* | Better instruction scheduling, some higher level macros for readability | lloyd | 2006-09-24 | 2 | -9/+18 |
* | Initial x86-64 assembly code for the inner multiply-add loop. | lloyd | 2006-09-24 | 3 | -0/+175 |
* | Fix the clean and install targets in the makefiles | lloyd | 2006-09-09 | 4 | -4/+4 |
* | Move the (commented out) gzip.cpp/gzip.h entries into the add file block | lloyd | 2006-09-03 | 1 | -4/+3 |
* | Place the add_file/replace_file/ignore_file markers in the module info | lloyd | 2006-09-03 | 26 | -88/+136 |
* | Remove explicit alignment settings before the loops; the loop macro | lloyd | 2006-09-02 | 1 | -5/+2 |
* | The assembly code is only using 81 words of W, but 84 were being allocated. | lloyd | 2006-08-21 | 1 | -2/+2 |
* | Remove a check for GCC in the source; that's what the module compiler | lloyd | 2006-08-21 | 1 | -4/+0 |
* | Rename some variables for consistency with the SHA-1 asm code | lloyd | 2006-08-21 | 2 | -14/+16 |
* | Get ride of an unnecessary register copy | lloyd | 2006-08-21 | 1 | -11/+9 |
* | Inside the compression function, store the original stack pointer in the | lloyd | 2006-08-21 | 2 | -28/+38 |
* | Let SHA_160::W be resized dynamically; potentially the asm version could | lloyd | 2006-08-21 | 1 | -0/+8 |
* | Somewhat ineffectual instruction reorderings in the round functions | lloyd | 2006-08-21 | 1 | -28/+28 |
* | Rotate the temporary variable along with the chaining variables; gives | lloyd | 2006-08-21 | 1 | -175/+154 |
* | Declare mp_bits for alg_ia32, since it touches the MPI code | lloyd | 2006-08-20 | 1 | -0/+2 |