aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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