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-13
util: Throw tinyformat::format_error on formatting error
Wladimir J. van der Laan
2017-03-12
util: Properly handle errors during log message formatting
Wladimir J. van der Laan
2017-03-09
Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_s...
Wladimir J. van der Laan
2017-03-09
Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled
Wladimir J. van der Laan
2017-03-09
[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)
practicalswift
2017-03-09
Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...
Wladimir J. van der Laan
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
Merge #9575: Remove unused, non-working RPC PostCommand signal
Wladimir J. van der Laan
2017-03-09
Remove unreachable code (g_rpcSignals.PostCommand)
practicalswift
2017-03-09
Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources
Wladimir J. van der Laan
2017-03-09
Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util*
Wladimir J. van der Laan
2017-03-09
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
2017-03-08
Update release notes to include RPC error code changes.
John Newbery
2017-03-08
Add commenting around JSON error codes
John Newbery
2017-03-08
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
Merge #9952: Add historical release notes for 0.14.0
Wladimir J. van der Laan
2017-03-08
Add historical release notes for 0.14.0
Wladimir J. van der Laan
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-08
Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)
kobake
2017-03-07
Improve logging in bctest.py if there is a formatting mismatch
John Newbery
2017-03-07
Return correct error codes in fundrawtransaction().
John Newbery
2017-03-07
Return correct error codes in setban().
John Newbery
2017-03-07
Return correct error codes in removeprunedfunds().
John Newbery
2017-03-07
Return correct error codes in blockchain.cpp.
John Newbery
2017-03-07
Return correct error codes in bumpfee().
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-07
Fix msvc compiler error C4146 (minus operator applied to unsigned type)
kobake
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
[next]