Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-22 | Merge branch 'optimize' | Gavin Andresen | |
2012-05-18 | Cache signature verifications | Gavin Andresen | |
Create a maximum-10MB signature verification result cache. This should almost double the number of transactions that can be processed on a given CPU, because before this change ECDSA signatures were verified when transactions were added to the memory pool and then again when they appeared in a block. | |||
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-05-17 | Refactor: move code from key.h to key.cpp | Gavin Andresen | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2011-12-17 | Add GetSecret() and GetKeys() to CKeyStore | Pieter Wuille | |