aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-16Merge #9993: Initialize nRelockTimeMarcoFalke
2017-03-16[trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift
2017-03-14Initialize nRelockTimePatrick Strateman
2017-03-14Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...Wladimir J. van der Laan
2017-03-14Merge #9955: Don't require segwit in getblocktemplate for segwit signalling o...Wladimir J. van der Laan
2017-03-14Merge #9497: CCheckQueue Unit TestsWladimir J. van der Laan
2017-03-14Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-03-14Merge #9505: Prevector Quick DestructWladimir J. van der Laan
2017-03-14Merge #8665: Assert all the things!Wladimir J. van der Laan
2017-03-13Merge #9963: util: Properly handle errors during log message formattingWladimir J. van der Laan
2017-03-13Merge #9830: Add safe flag to listunspent resultWladimir J. van der Laan
2017-03-13Merge #9953: Fix shutdown hang with >= 8 -addnodes setWladimir J. van der Laan
2017-03-13util: Throw tinyformat::format_error on formatting errorWladimir J. van der Laan
2017-03-12util: Properly handle errors during log message formattingWladimir J. van der Laan
2017-03-10Add safe flag to listunspent resultNicolasDorier
2017-03-10Add COutput::fSafe member for safe handling of unconfirmed outputsRussell Yanofsky
2017-03-09Merge #9962: [trivial] Fix typo in rpc/protocol.hMarcoFalke
2017-03-09Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_s...Wladimir J. van der Laan
2017-03-09Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabledWladimir 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 338bf06practicalswift
2017-03-09Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...Wladimir J. van der Laan
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-09Merge #9575: Remove unused, non-working RPC PostCommand signalWladimir J. van der Laan
2017-03-09Remove unreachable code (g_rpcSignals.PostCommand)practicalswift
2017-03-09Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sourcesWladimir J. van der Laan
2017-03-09Trivial: Add const modifier to GetHDChain and IsHDEnabledNicolasDorier
2017-03-08Add missing braces in semaphore posts in netMatt Corallo
2017-03-08Fix shutdown hang with >= 8 -addnodes setMatt Corallo
2017-03-08Add commenting around JSON error codesJohn Newbery
2017-03-08Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from wallet/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-08Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...MarcoFalke
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-03-07Improve logging in bctest.py if there is a formatting mismatchJohn Newbery
2017-03-07Return correct error codes in fundrawtransaction().John Newbery
2017-03-07Return correct error codes in setban().John Newbery
2017-03-07Return correct error codes in removeprunedfunds().John Newbery
2017-03-07Return correct error codes in blockchain.cpp.John Newbery
2017-03-07Return correct error codes in bumpfee().John Newbery
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-07Merge #9369: Factor out CWallet::nTimeSmart computation into a method.Wladimir J. van der Laan
2017-03-07Merge #9912: Optimize GetWitnessHash() for non-segwit transactionsWladimir J. van der Laan
2017-03-07Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDBWladimir J. van der Laan
2017-03-07[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792practicalswift
2017-03-07Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke
2017-03-06Rename FlushWalletDB -> CompactWalletDB, add function descriptionMatt Corallo