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.h
Age
Commit message (
Expand
)
Author
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-18
Move GenerateNewKey back to CWallet
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-09
Compressed pubkeys
Pieter Wuille
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-11-07
Some extra comments
Pieter Wuille
2011-10-25
Add returns to avoid annoying compile-time warnings.
Matt Corallo
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-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-20
Bugfixes walletclass
Pieter Wuille
2011-06-15
CWallet class
Pieter Wuille
2011-06-15
move wallet code to separate file
Pieter Wuille