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
2020-10-14
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-10-13
wallet: remove db mode string
Ivan Metlushko
2020-09-10
bugfix: make LoadWallet assigns status always
Akio Nakamura
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
wallet: Add MakeDatabase function
Russell Yanofsky
2020-07-29
Introduce DummyDatabase and use it in the tests
Andrew Chow
2020-07-14
walletdb: Introduce WalletDatabase abstract class
Andrew Chow
2020-07-09
walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatch
Andrew Chow
2020-06-15
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cpp
Andrew Chow
2020-06-15
walletdb: move IsWalletLoaded to walletdb.cpp
Andrew Chow
2020-06-15
walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
Andrew Chow
2020-06-15
walletdb: Make SpliWalletFilePath non-static
Andrew Chow
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
Andrew Chow
2020-05-25
walletdb: remove fAggressive from Salvage
Andrew Chow
2020-05-25
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-12
build: Enable -Wsuggest-override
Hennadii Stepanov
2020-05-11
refactor: Add BerkeleyDatabaseVersion() function
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-02
wallet/db: make IsDummy() const
Karl-Johan Alm
2020-03-02
wallet/db: make Backup() const
Karl-Johan Alm
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
[next]