aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-23Release notes: add previously undocumented changesDavid A. Harding
2019-08-23Release notes: edit previously-detached notesDavid A. Harding
2019-08-22Doc: move detached release notes into release-notes.mdDavid A. Harding
2019-08-22Merge #16670: util: Add Join helper to join a list of stringsMarcoFalke
2019-08-22Merge #16674: refactor: remove obsolete qt algorithm usagefanquake
2019-08-22refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_boundfanquake
2019-08-22refactor: replace qSort with std::sortfanquake
2019-08-22refactor: replace qStableSort with std::stable_sortfanquake
2019-08-21Merge #16656: test: fix rpc_setban.py raceMarcoFalke
2019-08-21QA: fix rpc_setban.py raceJonas Schnelli
2019-08-21Merge #16572: wallet: Fix Char as Bool in Walletfanquake
2019-08-21Merge #16371: build: ignore macOS make deploy artefacts & add them to clean-l...fanquake
2019-08-20rpc: Use Join helper in rpc/utilMarcoFalke
2019-08-20util: Add Join helper to join a list of stringsMarcoFalke
2019-08-20Merge #16647: rpc: add weight to getmempoolentry outputMarcoFalke
2019-08-19Merge #16611: build: Remove src/obj directory from repositoryWladimir J. van der Laan
2019-08-19Merge #16645: doc: initial RapidCheck property-based testing documentationWladimir J. van der Laan
2019-08-19Merge #15864: Fix datadir handlingMarcoFalke
2019-08-19Merge #16623: ci: Add environment files for all settingsMarcoFalke
2019-08-19Merge #16555: doc: mention whitelist is inbound, and applies to blocksonlyMarcoFalke
2019-08-19Merge #16625: scripts: remove github-merge.pyWladimir J. van der Laan
2019-08-19scripts: remove github-merge.pyfanquake
2019-08-19Merge #16646: qa: Run tests with UPnP disabledWladimir J. van der Laan
2019-08-19Merge #16631: net: The default whitelistrelay should be trueWladimir J. van der Laan
2019-08-19Merge #16634: doc: Refer in rpcbind doc to the manpageWladimir J. van der Laan
2019-08-19doc: initial RapidCheck property-based testing documentationJon Atack
2019-08-19doc: add release-notes for getmempoolentry weight field additionfanquake
2019-08-19qa: Add RPC tests for weight in mempool entryDaniel Edgecumbe
2019-08-19RPC: add weight to mempool entry outputDaniel Edgecumbe
2019-08-19Bugfix: QA: Run tests with UPnP disabledLuke Dashjr
2019-08-19Merge #16643: doc: Add ZMQ dependencies to the Fedora build instructionsfanquake
2019-08-19Merge #16542: Return more specific errors about invalid descriptorsMeshCollider
2019-08-18doc: Add ZMQ dependencies to Fedora buildHennadii Stepanov
2019-08-17Merge #16622: build: echo property tests status during buildfanquake
2019-08-16Additional tests for other failure casesAndrew Chow
2019-08-16Check error messages in descriptor testsAndrew Chow
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-08-17Merge #15986: Add checksum to getdescriptorinfoMeshCollider
2019-08-17Reformat p2p_permissions.pynicolas.dorier
2019-08-17[Fix] The default whitelistrelay should be truenicolas.dorier
2019-08-16doc: Refer in rpcbind doc to the manpageMarcoFalke
2019-08-16Merge #16618: [Fix] Allow connection of a noban banned peerMarcoFalke
2019-08-16[doc] mention whitelist is inbound, and applies to blocksonlySjors Provoost
2019-08-16Merge #16633: travis: Fix test_runner.py timeoutsMarcoFalke
2019-08-16ci: Set --ansi in test_runnerMarcoFalke
2019-08-16ci: Add environment files for all settingsMarcoFalke
2019-08-16Merge #16620: util: Move ResolveErrMsg to util/errorMarcoFalke
2019-08-16build: echo prop tests status during buildJon Atack
2019-08-16Merge #16612: qt: Remove menu iconsJonas Schnelli