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
2020-03-07
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
fanquake
2020-03-02
wallet/db: make Backup() const
Karl-Johan Alm
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-07
wallet: Remove unused boost::this_thread::interruption_point
MarcoFalke
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-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-22
Remove ReadVersion and WriteVersion
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-18
Have WalletBatch automatically flush every 1000 updates
Andrew Chow
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-30
Remove dead code for walletFile check
Hennadii Stepanov
2019-03-14
wallet: Improve log output for errors during load
Glenn Willen
2019-02-13
Merge #15334: wallet: Log absolute paths for the wallets
Wladimir J. van der Laan
2019-02-13
Log full paths for wallets
Hennadii Stepanov
2019-02-06
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-04
wallet: Close wallet env lock file
João Barbosa
2019-02-04
wallet: Close dbenv error file db.log
João Barbosa
2019-02-01
wallet: Add missing cs_db lock
João Barbosa
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
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2018-12-04
Merge #14760: Log env path in BerkeleyEnvironment::Flush
Wladimir J. van der Laan
2018-11-26
Trivial: add doxygen-compatible comments relating to BerkeleyEnvironment
Pierre Rochard
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-19
Log env path in BerkeleyEnvironment::Flush
João Barbosa
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-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-11
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-05
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-09
Add function to close all Db's and reload the databae environment
Andrew Chow
2018-08-09
Move BerkeleyEnvironment deletion from internal method to callsite
Andrew Chow
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-15
wallet: Fix backupwallet for multiwallets
Daniel Kraft
2018-06-18
bugfix: Remove dangling wallet env instance
João Barbosa
[next]