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
*
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
*
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
*
|
Allow wallet files in multiple directories
Russell Yanofsky
2018-03-03
1
-17
/
+38
|
/
*
Add a lock to the wallet directory
MeshCollider
2018-01-16
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-18
1
-2
/
+2
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-11-09
1
-1
/
+1
*
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-16
1
-4
/
+3
*
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-12
/
+12
|
/
*
Fix uninitialized atomic variables
João Barbosa
2017-07-13
1
-2
/
+2
*
Add missing include for atomic in db.h
Alex Morcos
2017-06-12
1
-0
/
+1
*
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
1
-3
/
+4
*
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
1
-5
/
+8
*
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
1
-0
/
+4
*
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
2017-05-03
1
-21
/
+22
*
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
1
-1
/
+0
*
wallet: Make IsDummy private in CWalletDBWrapper
Wladimir J. van der Laan
2017-04-20
1
-5
/
+5
*
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
2017-04-20
1
-2
/
+2
*
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
1
-0
/
+5
*
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
1
-1
/
+13
*
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
1
-3
/
+33
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-4
/
+4
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-2
/
+1
*
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
1
-1
/
+10
*
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-02-06
1
-2
/
+0
|
\
|
*
Make nWalletDBUpdated atomic to avoid a potential race.
Patrick Strateman
2016-12-21
1
-2
/
+0
*
|
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-09
1
-6
/
+6
|
\
\
|
*
|
wallet: Use CDataStream.data()
Wladimir J. van der Laan
2016-12-15
1
-6
/
+6
|
|
/
*
/
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2016-08-23
1
-6
/
+4
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-0
/
+1
[next]