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.cpp
Age
Commit message (
Expand
)
Author
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-11
Merge #10546: Remove 33 unused Boost includes
Wladimir J. van der Laan
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-06
wallet: Base backup filenames on original wallet filename
Luke Dashjr
2017-06-06
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-05
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
2017-06-03
Remove unused variables
practicalswift
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-20
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-18
Rename first iterator to prevent shadowing.
Pavel Janík
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-06
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
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-31
Do not shadow variables.
Pavel Janík
2016-08-30
Berkeley DB v6 compatibility fix
Alexey Vesnin
2016-08-23
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2016-08-18
CDB: fix debug output
crowning-
2016-02-29
Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-02-15
test: test leading space for ParseHex
Wladimir J. van der Laan
2016-02-15
wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-01-20
[walletdb] Fix syntax error in key parser
MarcoFalke
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-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