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
/
wallet
/
db.h
Age
Commit message (
Expand
)
Author
2017-02-06
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-01-09
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make nWalletDBUpdated atomic to avoid a potential race.
Patrick Strateman
2016-12-15
wallet: Use CDataStream.data()
Wladimir J. van der Laan
2016-08-23
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-10-01
Bugfix: Describe dblogsize option correctly (it refers to the wallet database...
Luke Dashjr
2015-06-16
fix crash on shutdown when e.g. changing -txindex and abort action
Philip Kaufmann
2015-05-14
remove unused classes from db.h
Philip Kaufmann
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-08
move ThreadFlushWalletDB declaration to walletdb.h
Philip Kaufmann
2015-03-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli