index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keystore.cpp
Age
Commit message (
Expand
)
Author
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
2011-12-17
Add GetSecret() and GetKeys() to CKeyStore
Pieter Wuille
2011-08-31
SetCrypted() obtains keystore lock, to be safe.
Gavin Andresen
2011-08-31
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-09
Unify copyright notices.
Matt Corallo
2011-07-27
Fix EncryptKeys crash introduced by a9ba4710, identified by TD.
Matt Corallo
2011-07-17
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
get rid of mapPubKeys
Pieter Wuille
2011-07-13
Do not use obsolete CPrivKey for passing keys around
Pieter Wuille
2011-07-13
Add wallet privkey encryption.
Matt Corallo
2011-07-08
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-06-15
CWallet class
Pieter Wuille
2011-06-15
move wallet code to separate file
Pieter Wuille