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
2016-09-02
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-08-31
Do not shadow variables.
Pavel Janík
2016-08-29
Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursor
Pieter Wuille
2016-08-24
Merge #8445: Move CWallet::setKeyPool to private section of CWallet.
Wladimir J. van der Laan
2016-08-23
[Wallet] remove unused code/conditions in ReadAtCursor
Jonas Schnelli
2016-08-19
Use __func__ to get function name for output printing
MarcoFalke
2016-08-17
Move CWallet::setKeyPool to private section of CWallet
Patrick Strateman
2016-07-29
Split CWallet::AddToWallet into AddToWallet and LoadToWallet.
Patrick Strateman
2016-07-09
[Wallet] keep HD seed during salvagewallet
Jonas Schnelli
2016-05-31
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-09
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Patrick Strateman
2016-03-23
Added companion removeprunedfunds call.
instagibbs
2016-03-14
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2016-01-08
c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally
Cory Fields
2016-01-07
Merge pull request #7229
Wladimir J. van der Laan
2016-01-05
c++11: detect and correct for boost builds with an incompatible abi
Cory Fields
2015-12-19
[walletdb] Add missing LOCK() in Recover() for dummyWallet
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-11-13
Prevector type
Pieter Wuille
2015-10-29
Reject invalid pubkeys when reading ckey items from the wallet.
Gregory Maxwell
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-05-27
Merge pull request #5669
Wladimir J. van der Laan
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-14
minor: remove unneeded bool in CWalletDB::Recover
Philip Kaufmann
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
[prev]