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
Age
Commit message (
Expand
)
Author
2015-05-18
Change default nTxConfirmTarget to 2
Alex Morcos
2015-05-18
wallet: Introduce constant for `-txconfirmtarget` default
Wladimir J. van der Laan
2015-05-16
Merge pull request #6137
Wladimir J. van der Laan
2015-05-14
minor: remove unneeded bool in CWalletDB::Recover
Philip Kaufmann
2015-05-14
remove unused classes from db.h
Philip Kaufmann
2015-05-06
Merge pull request #6055
Wladimir J. van der Laan
2015-05-04
Merge pull request #6085
Wladimir J. van der Laan
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-04-30
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-04-29
Merge pull request #5511
Wladimir J. van der Laan
2015-04-28
wallet: fix boost::get usage with boost 1.58
Cory Fields
2015-04-26
Merge pull request #5696
Wladimir J. van der Laan
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
Show zero value txouts in listunspent.
Gregory Maxwell
2015-04-20
trivial string change in wallet.cpp (the -> that)
Philip Kaufmann
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-15
Merge pull request #5992
Wladimir J. van der Laan
2015-04-13
[squashme] fix listunspent code indentation
Jonas Schnelli
2015-04-12
Push down RPC reqWallet flag
Jonas Schnelli
2015-04-12
[move] move listunspent to wallet/rpcwallet.cpp
Jonas Schnelli
2015-04-08
move ThreadFlushWalletDB declaration to walletdb.h
Philip Kaufmann
2015-04-01
wallet: make it possible to disable transaction broadcast
Wladimir J. van der Laan
2015-03-24
Regression test for ResendWalletTransactions
Gavin Andresen
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
Includes: MOVEONLY: move more method definitions out of wallet.h
Jorge Timón
2015-03-24
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Jorge Timón
2015-03-24
Merge pull request #5933
Pieter Wuille
2015-03-22
wallet: move crypter to wallet
Cory Fields
2015-03-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-21
[Wallet] sort pending wallet transactions before reaccepting
dexX7
2015-03-20
refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp
Jonas Schnelli
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli