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-09
Merge #9962: [trivial] Fix typo in rpc/protocol.h
MarcoFalke
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
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
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
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
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 #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...
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
[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-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
Disallow copy of CReserveKeys
Gregory Sanders
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 #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
[next]