index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
walletdb.cpp
Age
Commit message (
Expand
)
Author
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-09-26
Fix parameter name typo in ErasePurpose walletdb method.
Pierre Rochard
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-18
Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection
Wladimir J. van der Laan
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-13
Fix uninitialized atomic variables
João Barbosa
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-06
wallet: Update formatting
Luke Dashjr
2017-06-06
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
Bugfix: wallet: Fix warningStr, errorStr argument order
Luke Dashjr
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-05
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
wallet: Move nAccountingEntryNumber from static/global to CWallet
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" when modifying account stuff
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" only after actually making the app...
Luke Dashjr
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-09
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-04-20
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-06
Rename FlushWalletDB -> CompactWalletDB, add function description
Matt Corallo
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-02
Merge #9143: Refactor ZapWalletTxes to avoid layer violations
Wladimir J. van der Laan
2017-02-15
Add missing cs_wallet lock that triggers new lock held assertion
Russell Yanofsky
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-06
Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.
Wladimir J. van der Laan
2017-01-24
Refactor ZapWalletTxes to avoid layer vialotions
Jonas Schnelli
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-03
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
[next]