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-03-29
Mining: return early when block is almost full
Suhas Daftuar
2017-03-08
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...
MarcoFalke
2017-03-08
Merge #9945: Improve logging in bctest.py if there is a formatting mismatch
MarcoFalke
2017-03-07
Improve logging in bctest.py if there is a formatting mismatch
John Newbery
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-07
Merge #9912: Optimize GetWitnessHash() for non-segwit transactions
Wladimir J. van der Laan
2017-03-07
Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Wladimir J. van der Laan
2017-03-07
devtools: Fix a syntax error typo
Wladimir J. van der Laan
2017-03-07
Merge #9932: Fix verify-commits on travis and always check top commit's tree
Wladimir J. van der Laan
2017-03-07
[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792
practicalswift
2017-03-07
Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...
MarcoFalke
2017-03-06
Rename FlushWalletDB -> CompactWalletDB, add function description
Matt Corallo
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2017-03-06
Fix bashisms in verify-commits and always check top commit's tree
Matt Corallo
2017-03-06
Check gpg version before setting --weak-digest
Matt Corallo
2017-03-06
Merge #9906: Disallow copy constructor CReserveKeys
Wladimir J. van der Laan
2017-03-06
Merge #9929: tests: Delete unused function _rpchost_to_args
Wladimir J. van der Laan
2017-03-06
Merge #9843: Fix segwit getblocktemplate test
Wladimir J. van der Laan
2017-03-06
Merge #9880: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1
Wladimir J. van der Laan
2017-03-06
tests: Delete unused function _rpchost_to_args
Wladimir J. van der Laan
2017-03-06
Disallow copy of CReserveKeys
Gregory Sanders
2017-03-06
Merge #8574: [Wallet] refactor CWallet/CWalletDB/CDB
Wladimir J. van der Laan
2017-03-06
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...
Wladimir J. van der Laan
2017-03-06
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-03-06
Merge #9739: Fix BIP68 activation test
Wladimir J. van der Laan
2017-03-06
Merge #9832: [qa] assert_start_raises_init_error
Wladimir J. van der Laan
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-06
[qa] assert_start_raises_init_error
NicolasDorier
2017-03-05
Fix regsig checking for subkey sigs in verify-commits
Matt Corallo
2017-03-05
Merge #9905: [contrib] gh-merge: Move second sha512 check to the end
Wladimir J. van der Laan
2017-03-04
Allow any subkey in verify-commits
Matt Corallo
2017-03-04
Add comment re: why SHA1 is disabled
Peter Todd
2017-03-04
Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1
Matt Corallo
2017-03-03
Update example bitcoin.conf
Alex Morcos
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
[next]