aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | | Merge #10536: Remove unreachable or otherwise redundant codePieter Wuille2017-06-201-8/+2
|\ \ \ | |/ / |/| |
| * | Remove unreachable or otherwise redundant codepracticalswift2017-06-121-8/+2
* | | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-5/+5
|\ \ \ | |/ / |/| |
| * | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-5/+5
* | | Merge #8694: Basic multiwallet supportWladimir J. van der Laan2017-06-121-91/+57
|\ \ \
| * | | wallet: Update formattingLuke Dashjr2017-06-061-7/+10
| * | | wallet: Include actual backup filename in recovery warning messageLuke Dashjr2017-06-061-4/+4
| * | | Bugfix: wallet: Fix warningStr, errorStr argument orderLuke Dashjr2017-06-061-1/+1
| * | | Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr2017-06-061-13/+12
| * | | CWalletDB: Store the update counter per walletLuke Dashjr2017-06-051-19/+9
| * | | wallet: Move nAccountingEntryNumber from static/global to CWalletLuke Dashjr2017-06-051-9/+3
| * | | Bugfix: wallet: Increment "update counter" when modifying account stuffLuke Dashjr2017-06-051-2/+2
| * | | Bugfix: wallet: Increment "update counter" only after actually making the app...Luke Dashjr2017-06-051-49/+29
| |/ /
* / / Remove unused Boost includespracticalswift2017-06-091-1/+0
|/ /
* | Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan2017-05-181-1/+1
|\ \ | |/ |/|
| * MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-1/+1
* | wallet: CWalletDB CDB composition not inheritanceWladimir J. van der Laan2017-04-201-42/+66
* | wallet: Introduce database handle wrapperWladimir J. van der Laan2017-04-201-2/+3
|/
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-2/+2
* 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-1/+1
* Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm2017-03-081-38/+36
* Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo2017-03-061-1/+1
* Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo2017-03-061-25/+20
* [Wallet] refactor CWallet/CWalletDB/CDBJonas Schnelli2017-03-061-106/+36
* Merge #9143: Refactor ZapWalletTxes to avoid layer violationsWladimir J. van der Laan2017-03-021-9/+5
|\
| * Refactor ZapWalletTxes to avoid layer vialotionsJonas Schnelli2017-01-241-9/+5
* | Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky2017-02-151-1/+1
* | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-11/+25
* | Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-101-7/+2
* | Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-26/+40
|\ \ | |/ |/|
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-26/+40
* | Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\ \
| * | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | | Merge #8776: Wallet refactoring leading up to multiwalletPieter Wuille2017-01-031-1/+2
|\ \ \ | |/ / |/| |
| * | Wallet: Let the interval-flushing thread figure out the filenameLuke Dashjr2016-11-111-1/+2
| |/
* / Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|/
* Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman2016-10-301-77/+1
* Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-2/+1
|\
| * C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-2/+1
* | Do not shadow variables.Pavel Janík2016-08-311-3/+3
|/
* Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursorPieter Wuille2016-08-291-4/+4
|\
| * [Wallet] remove unused code/conditions in ReadAtCursorJonas Schnelli2016-08-231-4/+4
* | Merge #8445: Move CWallet::setKeyPool to private section of CWallet.Wladimir J. van der Laan2016-08-241-8/+2
|\ \ | |/ |/|
| * Move CWallet::setKeyPool to private section of CWalletPatrick Strateman2016-08-171-8/+2
* | Use __func__ to get function name for output printingMarcoFalke2016-08-191-2/+2
|/
* Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-291-1/+1
* [Wallet] keep HD seed during salvagewalletJonas Schnelli2016-07-091-1/+1
* [Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli2016-05-311-0/+17