aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
Commit message (Collapse)AuthorAgeFilesLines
* [wallet] Securely erase potentially sensitive keys/valuesThomas Snider2017-06-051-21/+22
| | | | | Github-Pull: #10308 Rebased-From: 6c914ac176624468c66febdb1ad0e24ff2118a5f
* Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-2/+0
|\ | | | | | | d63ff62 Make nWalletDBUpdated atomic to avoid a potential race. (Patrick Strateman)
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-2/+0
| |
* | Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille2017-01-091-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | 5113474 wallet: Use CDataStream.data() (Wladimir J. van der Laan) e2300ff bench: Use CDataStream.data() (Wladimir J. van der Laan) adff950 dbwrapper: Use new .data() method of CDataStream (Wladimir J. van der Laan) a2141e4 streams: Remove special cases for ancient MSVC (Wladimir J. van der Laan) af4c44c streams: Add data() method to CDataStream (Wladimir J. van der Laan)
| * | wallet: Use CDataStream.data()Wladimir J. van der Laan2016-12-151-6/+6
| |/
* / Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [Wallet] remove unused code/conditions in ReadAtCursorJonas Schnelli2016-08-231-6/+4
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+1
|
* Bugfix: Describe dblogsize option correctly (it refers to the wallet ↵Luke Dashjr2015-10-011-0/+2
| | | | database, not memory pool)
* fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann2015-06-161-1/+3
| | | | | | | | - fixes #3136 - the problem is related to Boost path and a static initialized internal pointer - using a std::string in CDBEnv::EnvShutdown() prevents the problem - this removes the boost::filesystem::path path field from CDBEnv
* remove unused classes from db.hPhilip Kaufmann2015-05-141-3/+0
|
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-3/+3
| | | | - BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
* move ThreadFlushWalletDB declaration to walletdb.hPhilip Kaufmann2015-04-081-3/+0
|
* 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/+313
could once be renamed from /src/wallet to /src/legacywallet.