aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with GCC 3.2 - it doesn't like the :: namespace specificationlloyd2008-02-122-2/+2
* Mark es_dev as only running on Unix/Unix-like systems. Patch from Joel Low.lloyd2008-01-311-0/+16
* Qualify (some) calls to functions in the global namespace using anlloyd2007-12-249-80/+78
* Add a new module, es_dev, that will replace es_file. Instead of using C++lloyd2007-11-173-0/+153
* Revert the change that renamed append() to push_back(). As pointed outlloyd2007-11-151-1/+1
* Rename MemoryRegion::append to push_backlloyd2007-11-141-1/+1
* Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead.lloyd2007-11-112-10/+1
* Change the syntax from load_on: to load_on (since that way configure.pl canlloyd2007-10-2227-28/+40
* Remove several uses of old style C casts in favor of C++98's static_cast and lloyd2007-10-192-3/+3
* Fix the alg_ia32 module code WRT the recent changes to loadstor.h not beinglloyd2007-10-194-4/+4
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-1/+1
* Don't hard code any directories to search for programs into es_unix.lloyd2007-10-191-6/+1
* Add stats of '/', '/tmp', '.', and '..' to the es_unix fast poll.lloyd2007-10-191-1/+12
* New implementation of fast polling in es_unix. Instead of executinglloyd2007-10-192-41/+44
* Update the copyright notice to include 2007lloyd2007-09-132-2/+2
* Avoid some C-style casts in the moduleslloyd2007-07-234-4/+4
* Add QueryPerformanceCounter to the Win32 fast entropy poll, as it can'tlloyd2007-05-181-0/+4
* propagate from branch 'net.randombit.botan.stable' (head 63c067b5454498ee4846...lloyd2007-04-011-0/+1
|\
| * Need to include stdlib.h for exit() call, reported through the Debianlloyd2007-04-011-0/+1
* | Check in an initial assembler implementation of SHA-1 for x86-64 systems.lloyd2007-03-124-9/+321
* | Insert a note so the toolchain knows that we are not using an executablelloyd2007-03-121-0/+4
* | Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-1227-18/+58
* | Small cleanups.lloyd2007-03-101-1/+1
* | Clean up the x86-64 bigint_mul_add_words implementation a bit using thelloyd2007-03-081-9/+11
* | Add macros to represent register nameslloyd2007-03-081-1/+39
* | Add Solaris to the allowed platforms for alg_amd64 and alg_ia32. Untested,lloyd2007-03-042-0/+2
|/
* Bump copyright year to 2007lloyd2007-01-2077-77/+77
* Rename the mp_muladd source files to mp_muloplloyd2006-12-154-9/+4
* Update some modules which were never changed to use Allocator::get insteadlloyd2006-12-093-3/+3
* Also mark ICC as usable with the alg_ia32 modulelloyd2006-11-241-0/+1
* Enable the alg_amd64 module under Intel C++ as well (looks like ICC knowslloyd2006-11-241-0/+1
* Remove solaris from the list of OK platforms for assembly; Solaris aslloyd2006-11-062-2/+0
* Use the new syntax for adding macros to build.h lloyd2006-10-111-2/+1
* Improve readability a bit with some additional macroslloyd2006-09-261-10/+12
* Define the ADD_IMM macro in terms of ADD()lloyd2006-09-261-3/+1
* Better instruction scheduling, some higher level macros for readabilitylloyd2006-09-242-9/+18
* Initial x86-64 assembly code for the inner multiply-add loop.lloyd2006-09-243-0/+175
* Fix the clean and install targets in the makefileslloyd2006-09-094-4/+4
* Move the (commented out) gzip.cpp/gzip.h entries into the add file blocklloyd2006-09-031-4/+3
* Place the add_file/replace_file/ignore_file markers in the module infolloyd2006-09-0326-88/+136
* Remove explicit alignment settings before the loops; the loop macrolloyd2006-09-021-5/+2
* The assembly code is only using 81 words of W, but 84 were being allocated.lloyd2006-08-211-2/+2
* Remove a check for GCC in the source; that's what the module compilerlloyd2006-08-211-4/+0
* Rename some variables for consistency with the SHA-1 asm codelloyd2006-08-212-14/+16
* Get ride of an unnecessary register copylloyd2006-08-211-11/+9
* Inside the compression function, store the original stack pointer in thelloyd2006-08-212-28/+38
* Let SHA_160::W be resized dynamically; potentially the asm version couldlloyd2006-08-211-0/+8
* Somewhat ineffectual instruction reorderings in the round functionslloyd2006-08-211-28/+28
* Rotate the temporary variable along with the chaining variables; giveslloyd2006-08-211-175/+154
* Declare mp_bits for alg_ia32, since it touches the MPI codelloyd2006-08-201-0/+2