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
Age
Commit message (
Expand
)
Author
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-06
Merge #9576: [wallet] Remove redundant initialization
Wladimir J. van der Laan
2017-03-03
Allow setting minrelaytxfee to 0
Alex Morcos
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[rpc] Remove priorityDelta from prioritisetransaction
Alex Morcos
2017-03-03
[rpc] Remove priority information from mempool RPC calls
Alex Morcos
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-03
Clean up braces in CWallet::ComputeTimeSmart
Russell Yanofsky
2017-03-03
Merge #9910: Docs: correct and elaborate -rpcbind doc
Wladimir J. van der Laan
2017-03-03
Add documentation describing CWallet::nTimeSmart.
Russell Yanofsky
2017-03-03
Factor out CWallet::nTimeSmart computation into a method.
Russell Yanofsky
2017-03-03
Add tests for CWalletTx::nTimeSmart
Russell Yanofsky
2017-03-03
Merge #9774: Enable host lookups for -proxy and -onion parameters
Wladimir J. van der Laan
2017-03-03
Merge #9828: Avoid -Wshadow warnings in wallet_tests
Wladimir J. van der Laan
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
Merge #9903: Docs: add details to -rpcclienttimeout doc
Wladimir J. van der Laan
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-03
Docs: correct and elaborate -rpcbind doc
Ian Kelling
2017-03-03
Merge #9904: test: Fail if InitBlockIndex fails
Wladimir J. van der Laan
2017-03-02
Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values.
MarcoFalke
2017-03-02
test: Report InitBlockIndex result
Wladimir J. van der Laan
2017-03-02
Docs: add details to -rpcclienttimeout doc
Ian Kelling
2017-03-02
Merge #9143: Refactor ZapWalletTxes to avoid layer violations
Wladimir J. van der Laan
2017-03-02
Merge #9894: remove 'label' filter for rpc command help
Wladimir J. van der Laan
2017-03-02
Merge #9834: qt: clean up initialize/shutdown signals
Jonas Schnelli
2017-03-01
remove 'label' filter for rpc command help
Gregory Sanders
2017-03-01
Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2017-03-01
Merge #9868: Abstract out the command line options for block assembly
Wladimir J. van der Laan
2017-03-01
Merge #9861: Trivial: Debug log ambiguity fix for peer addrs
Wladimir J. van der Laan
2017-03-01
Add test for CWalletTx::GetImmatureCredit() returning stale values.
Russell Yanofsky
2017-02-28
Trivial: Debug log ambiguity fix for peer addrs
keystrike
2017-02-28
[wallet] Remove redundant initialization
practicalswift
2017-02-28
Merge #9829: Fix importmulti returning rescan errors for wrong keys
Wladimir J. van der Laan
2017-02-28
Merge #9822: Remove block file location upgrade code
Wladimir J. van der Laan
2017-02-28
Merge #9732: [Trivial] Remove nonsense #undef foreach
Wladimir J. van der Laan
2017-02-28
Merge #9867: Replace remaining sprintf with snprintf
Wladimir J. van der Laan
2017-02-28
Merge #9865: Change bitcoin address in RPC help message
Wladimir J. van der Laan
2017-02-28
Merge #9856: Terminate immediately when allocation fails
Wladimir J. van der Laan
2017-02-27
Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....
MarcoFalke
2017-02-27
Wallet: Sanitise -wallet parameter
Luke Dashjr
2017-02-27
Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...
Luke Dashjr
2017-02-27
More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...
Luke Dashjr
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
[prev]
[next]