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
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-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
2018-05-14
Merge #13127: wallet: Add Clang thread safety annotations for variables guard...
MarcoFalke
2018-05-09
wallet: Improve logging when BerkeleyDB environment fails to close
Tim Ruffing
2018-05-03
wallet: Reset BerkeleyDB handle after connection fails
Tim Ruffing
2018-04-30
wallet: Add Clang thread safety annotations for variables guarded by cs_db
practicalswift
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
practicalswift
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files not in -walletdir directory
Russell Yanofsky
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
Make .walletlock distinct from .lock
MeshCollider
2018-01-16
Generalise walletdir lock error message for correctness
MeshCollider
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-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use MakeUnique<Db>(...)
practicalswift
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Use unique_ptr for pdbCopy (Db) and fix potential memory leak
practicalswift
2017-11-09
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-11-01
Merge #11376: Ensure backupwallet fails when attempting to backup to source file
MarcoFalke
2017-10-19
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-10-14
[wallet] Fix leak in CDB constructor
João Barbosa
2017-10-10
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
[next]