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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
1
-8
/
+0
*
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-15
1
-797
/
+2
*
walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cpp
Andrew Chow
2020-06-15
1
-0
/
+61
*
walletdb: move IsWalletLoaded to walletdb.cpp
Andrew Chow
2020-06-15
1
-5
/
+0
*
walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
Andrew Chow
2020-06-15
1
-1
/
+6
*
walletdb: Make SpliWalletFilePath non-static
Andrew Chow
2020-06-15
1
-1
/
+1
*
Merge #18792: wallet: Remove boost from PeriodicFlush
fanquake
2020-06-02
1
-3
/
+0
|
\
|
*
wallet: Make PeriodicFlush uninterruptible
MarcoFalke
2020-05-26
1
-3
/
+0
*
|
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
1
-128
/
+0
*
|
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
1
-1
/
+1
*
|
Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
Andrew Chow
2020-05-25
1
-61
/
+62
*
|
walletdb: remove fAggressive from Salvage
Andrew Chow
2020-05-25
1
-11
/
+3
*
|
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-25
1
-23
/
+5
|
/
*
refactor: Add BerkeleyDatabaseVersion() function
Hennadii Stepanov
2020-05-11
1
-1
/
+6
*
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
1
-5
/
+5
*
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-07
1
-1
/
+1
|
\
|
*
wallet/db: make Backup() const
Karl-Johan Alm
2020-03-02
1
-1
/
+1
*
|
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-21
1
-2
/
+2
|
/
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-2
/
+2
*
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
1
-9
/
+9
*
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-07
1
-7
/
+5
*
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-08
1
-3
/
+3
*
Merge #15588: Log the actual wallet file version and no longer publicly expos...
MeshCollider
2019-07-27
1
-1
/
+1
|
\
|
*
Remove ReadVersion and WriteVersion
Andrew Chow
2019-07-22
1
-1
/
+1
*
|
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-3
/
+3
*
|
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-0
/
+1
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-4
/
+0
*
|
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-29
1
-1
/
+3
|
\
\
|
*
|
Have WalletBatch automatically flush every 1000 updates
Andrew Chow
2019-05-18
1
-1
/
+3
*
|
|
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-16
1
-1
/
+1
|
\
\
\
|
*
|
|
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
|
|
/
/
*
/
/
Remove dead code for walletFile check
Hennadii Stepanov
2019-04-30
1
-7
/
+0
|
/
/
*
/
wallet: Improve log output for errors during load
Glenn Willen
2019-03-14
1
-0
/
+8
|
/
*
Merge #15334: wallet: Log absolute paths for the wallets
Wladimir J. van der Laan
2019-02-13
1
-1
/
+1
|
\
|
*
Log full paths for wallets
Hennadii Stepanov
2019-02-13
1
-1
/
+1
*
|
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-06
1
-0
/
+7
|
\
\
|
*
|
wallet: Close wallet env lock file
João Barbosa
2019-02-04
1
-0
/
+2
|
*
|
wallet: Close dbenv error file db.log
João Barbosa
2019-02-04
1
-0
/
+5
|
|
/
*
/
wallet: Add missing cs_db lock
João Barbosa
2019-02-01
1
-0
/
+1
|
/
*
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-31
1
-18
/
+29
|
\
|
*
Trivial: add doxygen-compatible comments relating to BerkeleyEnvironment
Pierre Rochard
2018-11-26
1
-0
/
+8
|
*
Free BerkeleyEnvironment instances when not in use
Russell Yanofsky
2018-11-26
1
-18
/
+21
*
|
Merge #14268: Introduce SafeDbt to handle Dbt with free or memory_cleanse rai...
Wladimir J. van der Laan
2019-01-16
1
-0
/
+39
|
\
\
|
*
|
Make SafeDbt DB_DBT_MALLOC on default initialization
Ben Woosley
2018-11-24
1
-3
/
+3
|
*
|
Introduce SafeDbt to handle DB_DBT_MALLOC raii-style
Ben Woosley
2018-11-12
1
-0
/
+39
*
|
|
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
1
-1
/
+1
*
|
|
Merge #14760: Log env path in BerkeleyEnvironment::Flush
Wladimir J. van der Laan
2018-12-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Log env path in BerkeleyEnvironment::Flush
João Barbosa
2018-11-19
1
-1
/
+1
*
|
|
wallet: Create IsDatabaseLoaded function
Chun Kuan Lee
2018-11-08
1
-2
/
+1
[next]