Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 1 | -4/+6 |
| | | | | | files. Were missed by the automated script that added them to the cpp/h files, it appears. | ||||
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 1 | -0/+1 |
| | | | | Contributed by Patrick Georgi | ||||
* | Fix various auto generated dependencies that were wrong | lloyd | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+4 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | New module load_on directive 'never', to mark known-buggy code | lloyd | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Rearrange BigInt directories: | lloyd | 2008-09-30 | 2 | -0/+428 |
math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files |