aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove unused Boost includespracticalswift2017-06-091-1/+0
* | | Merge #10521: Limit variable scopePieter Wuille2017-06-091-1/+1
|\ \ \ | |/ / |/| |
| * | Limit variable scopepracticalswift2017-06-051-1/+1
| |/
* / Remove unused variablespracticalswift2017-06-031-1/+0
|/
* Remove unused C++ code not covered by unit testspracticalswift2017-04-261-9/+0
* wallet: Reduce references to global bitdb environmentWladimir J. van der Laan2017-04-201-32/+42
* wallet: Get rid of fFileBackedWladimir J. van der Laan2017-04-201-3/+9
* wallet: Introduce database handle wrapperWladimir J. van der Laan2017-04-201-6/+52
* Use fsbridge for fopen and freopenWladimir J. van der Laan2017-04-031-1/+1
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-12/+12
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-9/+9
* Rename first iterator to prevent shadowing.Pavel Janík2017-03-181-4/+4
* Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm2017-03-081-20/+17
* [Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli2017-03-061-2/+165
* 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