aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-14455-455/+455
* Pass the second argument of works_on as a reference, requires slightlylloyd2008-02-141-5/+6
* 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
* Wrap to 80 columnslloyd2008-01-241-7/+7
* Update readme.txt and changelog with 1.7.3 information1.7.3lloyd2008-01-232-7/+8
* Reorder the output of configure.pl --help so the most important and mostlloyd2008-01-221-27/+28
* Fix pk_bench.cpp compilation (remove a stray try statement)lloyd2008-01-171-3/+2
* merge of '3d9e9476c5b2a2ee125eee7e0dd10bfe460d0546'lloyd2007-12-24208-2110/+1788
|\
| * Qualify (some) calls to functions in the global namespace using anlloyd2007-12-249-80/+78
| * Add a short comment describing Turing::fixedSlloyd2007-11-191-1/+1
| * Change the default list of PRNG devices fromlloyd2007-11-171-1/+1
| * Drop es_file: replaced by es_devlloyd2007-11-173-61/+0
| * Add a hook for the es_dev module in Builtin_Moduleslloyd2007-11-171-0/+8
| * Add a new module, es_dev, that will replace es_file. Instead of using C++lloyd2007-11-173-0/+153
| * Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)lloyd2007-11-172-6/+5
| * Add base64 encoding and decoding to the set of benchmarked filterslloyd2007-11-161-0/+3
| * Mark start and end as const in karatsuba_size since they are never modifiedlloyd2007-11-161-2/+2
| * Revert the change that renamed append() to push_back(). As pointed outlloyd2007-11-1517-49/+47
| * The porting doc describes how to port code from Botan 1.2 to 1.4, butlloyd2007-11-151-144/+0
| * Update log to mention the recent rename of append to push_backlloyd2007-11-141-1/+2
| * Rename MemoryRegion::append to push_backlloyd2007-11-1416-47/+48
| * Remove the ability to load an external configuration file. Applicationslloyd2007-11-146-482/+0
| * merge of '3302429a7b66a2e175af0e12870f150aaf81445e'lloyd2007-11-121-2/+0
| |\
| | * Remove unused include of assert.hlloyd2007-11-071-2/+0
| * | Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead.lloyd2007-11-112-10/+1
| * | Make IDEA::mul_inv just a function in an anonymous namespace, since it reallylloyd2007-11-112-39/+36
| * | Remove some static_casts that weren't required and didn't do much to makelloyd2007-11-111-11/+11
| * | Have IDEA's mul() return the result instead of altering a reference value.lloyd2007-11-111-13/+25
| * | Add /Zi to debug flags for Visual Studiolloyd2007-11-111-1/+1
| * | Prevent lines > 80 columnslloyd2007-11-111-1/+1
| |/
| * Document the --no-asm optionlloyd2007-10-241-12/+15
| * Fix flags for Core2 optimizations with Intel C++lloyd2007-10-231-1/+1
| * Malloc_Allocator doesn't have a constructor anymore but the declarationlloyd2007-10-231-2/+0
| * merge of '27e4f97cd587d56d2fb2f7819f2d1117565a7f28'lloyd2007-10-231-5/+5
| |\
| | * Sort lines in .mtn-ignorelloyd2007-10-231-5/+5
| * | Switch the order of tests on constraints on modules to CPU, then OS, thenlloyd2007-10-231-9/+9
| |/
| * Document some of the other major changes since 1.7.2lloyd2007-10-221-2/+6
| * Change the syntax from load_on: to load_on (since that way configure.pl canlloyd2007-10-2228-161/+173
| * Ignore .pem files in doc/exampleslloyd2007-10-211-0/+1
| * Have Malloc_Allocator directly inherit from the Allocator interface, withoutlloyd2007-10-212-7/+8
| * Add new options to configure.pl:lloyd2007-10-211-33/+105
| * Build Alpha as little-endian by default.lloyd2007-10-211-0/+1
| * Make i686 the x86 default CPU (used if the user just says 'x86' or equivalent)lloyd2007-10-211-1/+1
| * Document changes so far for 1.7.3 in the log. Bump the version in configure.pllloyd2007-10-213-3/+8
| * Move reverse_bytes from bit_ops.h to bit_ops.cpplloyd2007-10-212-19/+33
| * Remove useless commentlloyd2007-10-211-5/+1
| * Add an option --quiet which will disable the messages caused whenlloyd2007-10-211-6/+21
| * Fix --modules, the value was getting lost.lloyd2007-10-211-4/+5
| * Report which modules are not being loaded and why when doing autoconfig.lloyd2007-10-211-12/+30