aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-13build: Build system changes to support only Qt5Wladimir J. van der Laan
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-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-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-11When build fails due to lib missing, indicate which oneBen Woosley
2018-06-11qa: Log as utf-8MarcoFalke
2018-06-11Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan
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
2018-06-11Add GetTransactionAncestry to CTxMemPool for general purpose chain limit chec...Karl-Johan Alm
2018-06-11mempool: Fix max descendants checkKarl-Johan Alm
2018-06-11mempool: Add explicit max_descendantsKarl-Johan Alm
2018-06-11validation: check the specified number of blocks (off-by-one)Karl-Johan Alm
2018-06-10Fix compiler warnings emitted when compiling under stock OpenBSD 6.3practicalswift
2018-06-08qa: Remove portseed_offset from test runnerMarcoFalke
2018-06-08Merge #13374: utils and libraries: checking for bitcoin address in translationsWladimir J. van der Laan
2018-06-08Merge #13259: refactoring: add a method for determining if a block is pruned ...Wladimir J. van der Laan
2018-06-07Merge #13396: Drop unused arith_uint256 ! operatorWladimir J. van der Laan
2018-06-07Merge #13243: Make reusable base class for auxiliary indicesWladimir J. van der Laan
2018-06-07Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTra...MarcoFalke
2018-06-07Merge #13369: [docs] update transifex doc linkWladimir J. van der Laan
2018-06-07Merge #13394: cli: Ignore libevent warningsWladimir J. van der Laan
2018-06-07Merge #13041: build: Add linter checking for accidental introduction of local...Wladimir J. van der Laan
2018-06-06crypto: cleanup sha256 buildCory Fields
2018-06-06speed up of tx_validationcache_tests by reusing of CTransaction.lucash.dev@gmail.com
2018-06-06Merge #13301: lint: Add linter to error on #include <*.cpp>MarcoFalke
2018-06-06lint: Add linter to error on #include <*.cpp>Ben Woosley
2018-06-06Clarify include recommendationpracticalswift
2018-06-06Enforce the use of bracket syntax includes ("#include <foo.h>")practicalswift
2018-06-06Use bracket syntax includes ("#include <foo.h>")practicalswift
2018-06-06docs: Mention lint-locale-dependence.sh in developer-notes.mdpracticalswift