Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -5/+0 |
| | |||||
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -5/+6 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -6/+5 |
| | | | | Update dependencies as needed. | ||||
* | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the | lloyd | 2008-09-30 | 1 | -0/+2 |
| | | | | | only implemented MGF in Botan, and the only standardized MGF I even know of) with the same hash as generated Phash (you would always want this anyway). | ||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+14 |
them modules now. In any case there is no distinction so info.txt seems better. |