aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-14Merge #13460: doc: Remove note to install all boost dev packagesMarcoFalke
2018-06-14Avoid concurrency issueChun Kuan Lee
2018-06-14Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)Wladimir J. van der Laan
2018-06-14Add linter: Make sure all shell scripts opt out of locale dependence using "e...practicalswift
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-13doc: Remove note to install all boost dev packagesMarcoFalke
2018-06-13Merge #13441: Prevent shared conf files from failing with different available...MarcoFalke
2018-06-13Merge #13457: tests: Drop variadic macroWladimir J. van der Laan
2018-06-13Merge #13406: travis: Change Mac goal to all deployMarcoFalke
2018-06-13build: Build system changes to support only Qt5Wladimir J. van der Laan
2018-06-13Merge #13350: [tests] Add logging to provide anchor points when debugging p2p...MarcoFalke
2018-06-13expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-13tests: Drop variadic macroMarcoFalke
2018-06-13Merge #13445: build: Reset default -g -O2 flags when enable debugWladimir J. van der Laan
2018-06-13Merge #13435: When build fails due to lib missing, indicate which oneWladimir J. van der Laan
2018-06-13Merge #13428: validation: check the specified number of blocks (off-by-one)Wladimir J. van der Laan
2018-06-13Merge #13447: travis: Increase travis_wait time while verifying commitsMarcoFalke
2018-06-12travis: Change Mac goal to all deploy so that travis can build all executable...Chun Kuan Lee
2018-06-12Add unavailable options to hidden options categoryAndrew Chow
2018-06-12Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...practicalswift
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-06-12Improve coverage of SHA256 SelfTest codePieter Wuille
2018-06-12Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86Wladimir J. van der Laan
2018-06-12travis: Increase travis_wait time while verifying commitsChun Kuan Lee
2018-06-12Merge #13066: Migrate verify-commits script to python, run in travisWladimir J. van der Laan
2018-06-12Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan
2018-06-12rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequestJoão Barbosa
2018-06-12Use python instead of slow shell script on verify-commitsChun Kuan Lee
2018-06-12Merge #13440: qa: Log as utf-8Wladimir J. van der Laan
2018-06-12Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke
2018-06-12Reset default -g -O2 flags when enable debugChun Kuan Lee
2018-06-11Only set fNewBlock to true in AcceptBlock when we write to diskMatt Corallo
2018-06-11When build fails due to lib missing, indicate which oneBen Woosley
2018-06-11qa: Log as utf-8MarcoFalke
2018-06-11scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley
2018-06-11rpc: Avoid "duplicate" return value for invalid submitblockMarcoFalke
2018-06-11Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan
2018-06-11wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke
2018-06-11Merge #12634: [refactor] Make TransactionWithinChainLimit more flexibleWladimir J. van der Laan
2018-06-11Merge #13060: [wallet] [rpc] Remove getlabeladdress RPCWladimir J. van der Laan
2018-06-11Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBS...Wladimir J. van der Laan
2018-06-11Merge #13408: crypto: cleanup sha256 buildWladimir J. van der Laan
2018-06-11Merge #13421: qa: Remove portseed_offset from test runnerWladimir J. van der Laan
2018-06-11Merge #13043: [qt] OptionsDialog: add prune settingWladimir J. van der Laan
2018-06-11test: Add MempoolAncestryTestsKarl-Johan Alm
2018-06-11mempool: Calculate descendant maximum thoroughlyKarl-Johan Alm
2018-06-11wallet: Switch to using ancestor/descendant limitsKarl-Johan Alm
2018-06-11wallet: Strictly greater than for ancestor capsKarl-Johan Alm
2018-06-11Remove deprecated TransactionWithinChainLimitKarl-Johan Alm
2018-06-11Switch to GetTransactionAncestry() in OutputEligibleForSpendingKarl-Johan Alm