| Commit message (Expand) | Author | Age | Files | Lines |
* | First step towards replacing the existing containers with std::vector | lloyd | 2012-05-18 | 1 | -2/+2 |
* | Remove needless destructors | lloyd | 2010-11-03 | 1 | -2/+0 |
* | Doxygen | lloyd | 2010-11-02 | 1 | -1/+0 |
* | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 2 | -7/+4 |
* | More size_t | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use buffer.size() directly to avoid lots of virtual calls in core loop | lloyd | 2010-10-13 | 1 | -9/+9 |
* | Remove HashFunction::HASH_BLOCK_SIZE entirely | lloyd | 2010-10-13 | 2 | -4/+11 |
* | Remove most uses of HASH_BLOCK_SIZE | lloyd | 2010-10-13 | 1 | -10/+10 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 2 | -13/+13 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -3/+3 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 2 | -6/+18 |
* | More Doxygen | lloyd | 2010-06-15 | 1 | -2/+12 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+8 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 2 | -2/+2 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 2 | -2/+2 |
* | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 1 | -5/+0 |
* | Make the member variables of MDx_HashFunction private instead of protected - | lloyd | 2009-04-07 | 1 | -6/+5 |
* | Avoid calling compress_n in MDx_HashFunction unless at least one block is | lloyd | 2009-04-07 | 1 | -1/+2 |
* | Remove some commented out code in MDx_HashFunction which was used during | lloyd | 2009-04-07 | 2 | -26/+0 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -1/+5 |
* | I had not anticipated this being really worthwhile, but it turns out | lloyd | 2008-11-23 | 2 | -38/+64 |
* | Move BufferedComputation to new buf_comp.{h,cpp} | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Add deps, missing includes, etc | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 1 | -0/+10 |
* | Make mdx_hash also a module, which most of the hash functions depend on. | lloyd | 2008-09-28 | 2 | -0/+142 |