aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-3/+0
|\
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-3/+0
* | Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille2017-01-091-4/+4
|\ \
| * | wallet: Use CDataStream.data()Wladimir J. van der Laan2016-12-151-4/+4
| |/
* / Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Do not shadow variables.Pavel Janík2016-08-311-3/+3
* Berkeley DB v6 compatibility fixAlexey Vesnin2016-08-301-1/+1
* [Wallet] remove unused code/conditions in ReadAtCursorJonas Schnelli2016-08-231-1/+1
* CDB: fix debug outputcrowning-2016-08-181-1/+1
* Merge #7537: wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan2016-02-291-3/+19
|\
| * wallet: Warn on unexpected EOF while salvaging walletWladimir J. van der Laan2016-02-151-3/+19
* | test: test leading space for ParseHexWladimir J. van der Laan2016-02-151-3/+3
|/
* [walletdb] Fix syntax error in key parserMarcoFalke2016-01-201-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* Bugfix: Describe dblogsize option correctly (it refers to the wallet database...Luke Dashjr2015-10-011-1/+1
* fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann2015-06-161-6/+6
* use constant references for strings in functions in wallet/*.*Philip Kaufmann2015-03-211-2/+2
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+462