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
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
wallet: Fix backupwallet for multiwallets
Daniel Kraft
2018-07-15
1
-1
/
+1
|
/
*
bugfix: Remove dangling wallet env instance
João Barbosa
2018-06-18
1
-1
/
+4
*
Merge #13127: wallet: Add Clang thread safety annotations for variables guard...
MarcoFalke
2018-05-14
1
-1
/
+1
|
\
|
*
wallet: Add Clang thread safety annotations for variables guarded by cs_db
practicalswift
2018-04-30
1
-1
/
+1
*
|
wallet: Improve logging when BerkeleyDB environment fails to close
Tim Ruffing
2018-05-09
1
-3
/
+6
*
|
wallet: Reset BerkeleyDB handle after connection fails
Tim Ruffing
2018-05-03
1
-0
/
+1
|
/
*
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
1
-72
/
+72
|
\
|
*
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
1
-72
/
+72
*
|
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
|
/
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-5
/
+5
*
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
1
-2
/
+13
*
Allow wallet files not in -walletdir directory
Russell Yanofsky
2018-03-03
1
-0
/
+1
*
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-03
1
-30
/
+78
*
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
1
-20
/
+1
*
Make .walletlock distinct from .lock
MeshCollider
2018-01-16
1
-2
/
+2
*
Generalise walletdir lock error message for correctness
MeshCollider
2018-01-16
1
-2
/
+3
*
Add a lock to the wallet directory
MeshCollider
2018-01-16
1
-20
/
+46
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-1
/
+0
|
\
|
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-1
/
+0
*
|
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-18
1
-12
/
+13
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Use MakeUnique<Db>(...)
practicalswift
2017-11-09
1
-1
/
+1
*
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
1
-2
/
+2
*
Use unique_ptr for pdbCopy (Db) and fix potential memory leak
practicalswift
2017-11-09
1
-2
/
+1
*
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-11-09
1
-11
/
+8
*
Merge #11376: Ensure backupwallet fails when attempting to backup to source file
MarcoFalke
2017-11-01
1
-0
/
+5
|
\
|
*
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
2017-10-10
1
-0
/
+5
*
|
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-10-19
1
-0
/
+35
*
|
[wallet] Fix leak in CDB constructor
João Barbosa
2017-10-14
1
-18
/
+16
|
/
*
Merge #10845: Remove unreachable code
Wladimir J. van der Laan
2017-09-06
1
-2
/
+0
|
\
|
*
Remove unreachable code
practicalswift
2017-07-16
1
-2
/
+0
*
|
Merge #11017: [wallet] Close DB on error.
Jonas Schnelli
2017-08-15
1
-4
/
+8
|
\
\
|
*
|
[wallet] Close DB on error.
Karl-Johan Alm
2017-08-09
1
-4
/
+8
|
|
/
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-22
/
+22
|
/
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-14
1
-1
/
+1
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
|
|
/
*
|
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-12
1
-8
/
+14
|
\
\
|
*
|
wallet: Base backup filenames on original wallet filename
Luke Dashjr
2017-06-06
1
-2
/
+2
|
*
|
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
1
-7
/
+8
|
*
|
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
1
-5
/
+0
|
*
|
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
1
-0
/
+10
|
|
/
*
|
Merge #10546: Remove 33 unused Boost includes
Wladimir J. van der Laan
2017-06-11
1
-1
/
+0
|
\
\
[next]