index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
db.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-14
1
-0
/
+3
*
Determine wallet file type based on file magic
Andrew Chow
2020-10-14
1
-0
/
+3
*
wallet: remove db mode string
Ivan Metlushko
2020-10-13
1
-4
/
+4
*
bugfix: make LoadWallet assigns status always
Akio Nakamura
2020-09-10
1
-0
/
+1
*
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
1
-4
/
+4
*
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
1
-4
/
+0
*
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
1
-0
/
+5
*
wallet: Add MakeDatabase function
Russell Yanofsky
2020-09-03
1
-0
/
+22
*
Introduce DummyDatabase and use it in the tests
Andrew Chow
2020-07-29
1
-0
/
+41
*
walletdb: Introduce WalletDatabase abstract class
Andrew Chow
2020-07-14
1
-0
/
+60
*
walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatch
Andrew Chow
2020-07-09
1
-0
/
+80
*
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
1
-323
/
+0
*
walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cpp
Andrew Chow
2020-06-15
1
-60
/
+5
*
walletdb: move IsWalletLoaded to walletdb.cpp
Andrew Chow
2020-06-15
1
-1
/
+0
*
walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
Andrew Chow
2020-06-15
1
-0
/
+1
*
walletdb: Make SpliWalletFilePath non-static
Andrew Chow
2020-06-15
1
-0
/
+1
*
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
1
-2
/
+0
*
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
1
-1
/
+2
*
Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
Andrew Chow
2020-05-25
1
-9
/
+0
*
walletdb: remove fAggressive from Salvage
Andrew Chow
2020-05-25
1
-1
/
+1
*
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-25
1
-12
/
+2
*
build: Enable -Wsuggest-override
Hennadii Stepanov
2020-05-12
1
-0
/
+7
*
refactor: Add BerkeleyDatabaseVersion() function
Hennadii Stepanov
2020-05-11
1
-0
/
+2
*
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-2
/
+4
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
wallet/db: make IsDummy() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
wallet/db: make Backup() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-21
1
-1
/
+1
|
\
|
*
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-08
1
-1
/
+1
*
|
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
|
/
*
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-27
1
-11
/
+0
|
\
|
*
Remove ReadVersion and WriteVersion
Andrew Chow
2019-07-22
1
-11
/
+0
*
|
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
|
wallet: Improve log output for errors during load
Glenn Willen
2019-03-14
1
-0
/
+3
|
/
*
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-31
1
-15
/
+19
|
\
|
*
Free BerkeleyEnvironment instances when not in use
Russell Yanofsky
2018-11-26
1
-15
/
+19
*
|
Merge #14268: Introduce SafeDbt to handle Dbt with free or memory_cleanse rai...
Wladimir J. van der Laan
2019-01-16
1
-47
/
+34
|
\
\
|
|
/
|
/
|
|
*
Make SafeDbt DB_DBT_MALLOC on default initialization
Ben Woosley
2018-11-24
1
-7
/
+9
|
*
Introduce SafeDbt to handle DB_DBT_MALLOC raii-style
Ben Woosley
2018-11-12
1
-40
/
+31
|
*
Drop unused setRange arg to BerkeleyBatch::ReadAtCursor
Ben Woosley
2018-09-19
1
-8
/
+2
*
|
wallet: Create IsDatabaseLoaded function
Chun Kuan Lee
2018-11-08
1
-0
/
+1
*
|
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2018-11-06
1
-0
/
+3
*
|
Refactor: Move m_db pointers into BerkeleyDatabase
Russell Yanofsky
2018-11-06
1
-1
/
+15
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
|
wallet: Fix duplicate fileid
Chun Kuan Lee
2018-10-24
1
-0
/
+7
|
/
*
Add function to close all Db's and reload the databae environment
Andrew Chow
2018-08-09
1
-0
/
+4
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
1
-25
/
+25
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
[next]