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
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-07-27
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-22
Remove ReadVersion and WriteVersion
Andrew Chow
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-03-14
wallet: Improve log output for errors during load
Glenn Willen
2019-01-31
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-16
Merge #14268: Introduce SafeDbt to handle Dbt with free or memory_cleanse rai...
Wladimir J. van der Laan
2018-11-26
Free BerkeleyEnvironment instances when not in use
Russell Yanofsky
2018-11-24
Make SafeDbt DB_DBT_MALLOC on default initialization
Ben Woosley
2018-11-12
Introduce SafeDbt to handle DB_DBT_MALLOC raii-style
Ben Woosley
2018-11-08
wallet: Create IsDatabaseLoaded function
Chun Kuan Lee
2018-11-06
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-11-06
Refactor: Move m_db pointers into BerkeleyDatabase
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-24
wallet: Fix duplicate fileid
Chun Kuan Lee
2018-09-19
Drop unused setRange arg to BerkeleyBatch::ReadAtCursor
Ben Woosley
2018-08-09
Add function to close all Db's and reload the databae environment
Andrew Chow
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-01-16
Add a lock to the wallet directory
MeshCollider
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-13
Fix uninitialized atomic variables
João Barbosa
2017-06-12
Add missing include for atomic in db.h
Alex Morcos
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-05-03
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-20
wallet: Make IsDummy private in CWalletDBWrapper
Wladimir J. van der Laan
2017-04-20
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
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
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-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
[next]