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
...
|
*
|
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
*
|
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Limit variable scope
practicalswift
2017-06-05
1
-1
/
+1
|
|
/
*
/
Remove unused variables
practicalswift
2017-06-03
1
-1
/
+0
|
/
*
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
1
-9
/
+0
*
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
1
-32
/
+42
*
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
1
-3
/
+9
*
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
1
-6
/
+52
*
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-12
/
+12
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-9
/
+9
*
Rename first iterator to prevent shadowing.
Pavel Janík
2017-03-18
1
-4
/
+4
*
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-08
1
-20
/
+17
*
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
1
-2
/
+165
*
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-02-06
1
-3
/
+0
|
\
|
*
Make nWalletDBUpdated atomic to avoid a potential race.
Patrick Strateman
2016-12-21
1
-3
/
+0
*
|
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-09
1
-4
/
+4
|
\
\
|
*
|
wallet: Use CDataStream.data()
Wladimir J. van der Laan
2016-12-15
1
-4
/
+4
|
|
/
*
/
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Do not shadow variables.
Pavel Janík
2016-08-31
1
-3
/
+3
*
Berkeley DB v6 compatibility fix
Alexey Vesnin
2016-08-30
1
-1
/
+1
*
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2016-08-23
1
-1
/
+1
*
CDB: fix debug output
crowning-
2016-08-18
1
-1
/
+1
*
Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-02-29
1
-3
/
+19
|
\
|
*
wallet: Warn on unexpected EOF while salvaging wallet
Wladimir J. van der Laan
2016-02-15
1
-3
/
+19
*
|
test: test leading space for ParseHex
Wladimir J. van der Laan
2016-02-15
1
-3
/
+3
|
/
*
[walletdb] Fix syntax error in key parser
MarcoFalke
2016-01-20
1
-1
/
+1
*
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
-1
/
+1
*
Bugfix: Describe dblogsize option correctly (it refers to the wallet database...
Luke Dashjr
2015-10-01
1
-1
/
+1
*
fix crash on shutdown when e.g. changing -txindex and abort action
Philip Kaufmann
2015-06-16
1
-6
/
+6
*
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-21
1
-2
/
+2
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-0
/
+462
[prev]