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
/
walletdb.h
Age
Commit message (
Expand
)
Author
2013-11-11
Fix struct/class declaration mismatches
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-08-28
improve wallet load time by removing duplicated calls to EC_KEY_check_key and...
patrick s
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-06-20
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-10
Wallet: store key creation time. Calculate whole-wallet birthday.
Jeff Garzik
2013-06-05
Get rid of db dependencies on main
Eric Lombrozo
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-10-08
Handle corrupt wallets gracefully.
Gavin Andresen
2012-09-26
walletdb.h: remove dead code
Jeff Garzik
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
2012-04-17
Move CWalletDB code to new walletdb module.
Jeff Garzik