| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 1 | -14/+7 |
* | More tracing. Print enabled modules in a block at the end | lloyd | 2008-09-28 | 1 | -2/+8 |
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 1 | -12/+18 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 1 | -9/+7 |
* | Add convenience aliases for --disable-modules | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Use File::Find instead of a glob, to find modinfo.txt in any directory | lloyd | 2008-09-28 | 1 | -1/+17 |
* | Fix undef warning | lloyd | 2008-09-28 | 1 | -1/+3 |
* | Modularize the Adler32 checksum in checksums/adler32 | lloyd | 2008-09-28 | 1 | -7/+35 |
* | Made a warn into print for testing, but it should stay a warn | lloyd | 2008-09-28 | 1 | -1/+1 |
* | This is the first checkin to net.randombit.botan.modularized, which | lloyd | 2008-09-28 | 1 | -21/+33 |
* | Uptick version to 1.7.13 | lloyd | 2008-09-27 | 1 | -1/+1 |
* | If a module is not compatible, print also the CPU submodel type | lloyd | 2008-09-18 | 1 | -1/+2 |
* | Display descriptions of modules during autoconfiguation so it is more | lloyd | 2008-09-17 | 1 | -9/+16 |
* | Autoconfig message said to use --arch to set CPU, should be --cpu | lloyd | 2008-09-17 | 1 | -1/+1 |
* | Type fix | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 1 | -0/+2 |
* | Update soname in configure | lloyd | 2008-09-14 | 1 | -1/+1 |
* | Comment | lloyd | 2008-09-11 | 1 | -0/+1 |
* | Rewrite guess_cpu | lloyd | 2008-09-11 | 1 | -28/+32 |
* | Guess the CPU based on {'archname'}, which works for at least Windows/x86 and... | lloyd | 2008-09-11 | 1 | -14/+24 |
* | Hijack the <supports_shared> tag in the os configs. It had been for | lloyd | 2008-09-11 | 1 | -1/+5 |
* | Use getlogin before getpwuid for Windows | lloyd | 2008-09-11 | 1 | -1/+1 |
* | Add the username and hostname to build.h | lloyd | 2008-09-07 | 1 | -0/+3 |
* | Bump to 1.7.11 (pre) | lloyd | 2008-09-07 | 1 | -1/+1 |
* | Include a comment in the generated build.h stating that the file was | lloyd | 2008-09-06 | 1 | -0/+7 |
* | Bump soname to 1.7.10 | lloyd | 2008-09-05 | 1 | -1/+1 |
* | Add new build.h macro BOTAN_TARGET_OS_IS_XXX | lloyd | 2008-09-05 | 1 | -0/+7 |
* | Changes for 1.7.91.7.9 | lloyd | 2008-08-27 | 1 | -1/+1 |
* | Fix autoconfiguration on Windows (testing on XP, VS 2008) | lloyd | 2008-08-18 | 1 | -8/+16 |
* | Bump version code to 1.7.8 | lloyd | 2008-06-30 | 1 | -1/+1 |
* | Ignore files containing # chars (emacs temp files) | lloyd | 2008-06-30 | 1 | -1/+2 |
* | Use croak instead of die | lloyd | 2008-06-22 | 1 | -1/+1 |
* | An unknown module name pass to --module died with a undef hash reference, | lloyd | 2008-06-22 | 1 | -0/+2 |
* | Add ability for one module to require another. Does not take into account | lloyd | 2008-06-17 | 1 | -0/+11 |
* | Check in initial changelog for 1.7.7. Increase version number in configure.pl | lloyd | 2008-05-24 | 1 | -1/+1 |
* | Bump version to 1.7.6 in configure.pl | lloyd | 2008-04-29 | 1 | -1/+1 |
* | Put each file in a list in the makefile on a different line | lloyd | 2008-04-13 | 1 | -11/+8 |
* | Change so_obj_flags to shared_flags | lloyd | 2008-04-13 | 1 | -4/+4 |
* | If an unbound variable in a template is found, print the all the | lloyd | 2008-04-13 | 1 | -24/+59 |
* | Don't hard-code the user and group when doing an install: instead use | lloyd | 2008-04-06 | 1 | -7/+1 |
* | Bump version in configure.pl to 1.7.5 | lloyd | 2008-03-31 | 1 | -1/+1 |
* | Changes for 1.7.4 | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Pass the second argument of works_on as a reference, requires slightly | lloyd | 2008-02-14 | 1 | -5/+6 |
* | Reorder the output of configure.pl --help so the most important and most | lloyd | 2008-01-22 | 1 | -27/+28 |
* | Document the --no-asm option | lloyd | 2007-10-24 | 1 | -12/+15 |
* | Switch the order of tests on constraints on modules to CPU, then OS, then | lloyd | 2007-10-23 | 1 | -9/+9 |
* | Change the syntax from load_on: to load_on (since that way configure.pl can | lloyd | 2007-10-22 | 1 | -133/+133 |
* | Add new options to configure.pl: | lloyd | 2007-10-21 | 1 | -33/+105 |
* | Document changes so far for 1.7.3 in the log. Bump the version in configure.pl | lloyd | 2007-10-21 | 1 | -1/+1 |