index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
qt: periodic translations update
Wladimir J. van der Laan
2017-01-10
Update RPC argument names
John Newbery
2017-01-10
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2017-01-10
Merge #9496: Rename lambda argument name to prevent shadowing
MarcoFalke
2017-01-09
Rename lambda argument name to prevent shadowing.
Pavel JanÃk
2017-01-09
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-09
Merge #9404: Smarter coordination of change and fee in CreateTransaction.
Pieter Wuille
2017-01-09
Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite
Pieter Wuille
2017-01-07
Merge #9487: Remove stray semicolon (Fix empty body warning)
MarcoFalke
2017-01-07
Remove stray semicolon (Fix empty body warning)
Douglas Roark
2017-01-06
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-06
Merge #9319: Break addnode out from the outbound connection limits.
Pieter Wuille
2017-01-06
Don't overpay fee if we have selected new coins that result in a smaller tran...
Alex Morcos
2017-01-06
Try to reduce change output to make needed fee in CreateTransaction
Alex Morcos
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #8610: Share unused mempool memory with coincache
Pieter Wuille
2017-01-05
Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...
Pieter Wuille
2017-01-05
Merge #9413: [CoinControl] Allow non-wallet owned change addresses
Jonas Schnelli
2017-01-05
Merge #9312: Increase mempool expiry time to 2 weeks
Wladimir J. van der Laan
2017-01-05
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
Add release notes for addnode changes.
Gregory Maxwell
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
Wallet: Do not perform ECDSA in the fee calculation inner loop.
Gregory Maxwell
2017-01-05
[Qt] Do proper shutdown
Jonas Schnelli
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for net calls
Wladimir J. van der Laan
2017-01-05
test: Add test for RPC named arguments
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for misc calls
Wladimir J. van der Laan
2017-01-05
rpc: Add 'echo' call for testing
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for blockchain calls
Wladimir J. van der Laan
2017-01-05
rpc: Support named arguments
Wladimir J. van der Laan
2017-01-05
authproxy: Add support for RPC named arguments
Wladimir J. van der Laan
2017-01-05
Merge #9373: Linearize script update (hash byte reversal and Python 3 support)
Wladimir J. van der Laan
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
Merge #9417: Do not evaluate hidden LogPrint arguments
Wladimir J. van der Laan
2017-01-05
Merge #9474: Mark the minconf parameter to move as ignored
Wladimir J. van der Laan
2017-01-05
Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new
Wladimir J. van der Laan
2017-01-05
Make linearize scripts Python 3-compatible.
Doug
2017-01-05
Allow linearization scripts to support hash byte reversal
Doug
2017-01-04
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Merge #9395: Add test for -walletrejectlongchains
MarcoFalke
2017-01-04
Let autoconf detect presence of EVP_MD_CTX_new
Luke Dashjr
2017-01-04
add test for -walletrejectlongchains
Alex Morcos
[next]