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-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-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