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-15
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2012-04-15
fix warnings: delete called on 'XX' that has virtual functions but non-virtua...
Wladimir J. van der Laan
2011-11-07
Some extra comments
Pieter Wuille
2011-11-02
Add returns to avoid annoying compile-time warnings.
Matt Corallo
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