aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wallet encryption with compressed pubkeysPieter Wuille2012-02-111-1/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-2/+2
* Compressed pubkeysPieter Wuille2012-01-091-18/+18
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-2/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+2
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-8/+9
* OP_EVAL implementationGavin Andresen2011-12-191-0/+30
* Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-8/+4
* SetCrypted() obtains keystore lock, to be safe.Gavin Andresen2011-08-311-0/+13
* Fix rpc-hanging deadlocksGavin Andresen2011-08-311-5/+3
* Unify copyright notices.Matt Corallo2011-08-091-1/+2
* Fix EncryptKeys crash introduced by a9ba4710, identified by TD.Matt Corallo2011-07-271-1/+1
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-10/+10
* get rid of mapPubKeysPieter Wuille2011-07-171-18/+40
* Do not use obsolete CPrivKey for passing keys aroundPieter Wuille2011-07-131-4/+2
* Add wallet privkey encryption.Matt Corallo2011-07-131-43/+72
* Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-10/+97
* CWallet classPieter Wuille2011-06-151-3/+3
* move wallet code to separate filePieter Wuille2011-06-151-0/+33