aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-161-40/+0
* Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman2016-05-091-5/+5
* Added companion removeprunedfunds call.instagibbs2016-03-231-0/+39
* [wallet] Move hardcoded file name out of log messagesMarcoFalke2016-03-141-9/+9
* c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields2016-01-081-5/+0
* Merge pull request #7229Wladimir J. van der Laan2016-01-071-1/+6
|\
| * [walletdb] Add missing LOCK() in Recover() for dummyWalletMarcoFalke2015-12-191-1/+6
* | c++11: detect and correct for boost builds with an incompatible abiCory Fields2016-01-051-0/+6
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Merge pull request #6914Wladimir J. van der Laan2015-12-011-5/+5
|\
| * Prevector typePieter Wuille2015-11-131-5/+5
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-1/+7
|/
* Reject invalid pubkeys when reading ckey items from the wallet.Gregory Maxwell2015-10-291-1/+6
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-2/+4
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
* Merge pull request #5669Wladimir J. van der Laan2015-05-271-0/+1
|\
| * Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* | minor: remove unneeded bool in CWalletDB::RecoverPhilip Kaufmann2015-05-141-2/+1
|/
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+1
* 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/+986