aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-29Switch FastRandomContext to ChaCha20Pieter Wuille
2017-03-29Add ChaCha20Pieter Wuille
2017-03-29FastRandom benchmarkPieter Wuille
2017-03-29Introduce FastRandomContext::randbool()Pieter Wuille
2017-03-29Merge #10088: Trivial: move several relay options into the relay help groupPieter Wuille
2017-03-29Merge #10086: Trivial: move rpcserialversion into RPC option groupPieter Wuille
2017-03-28Merge #10108: ApproximateBestSubset should take inputs by reference, not valuePieter Wuille
2017-03-28ApproximateBestSubset should take inputs by reference, not valueRyan Havar
2017-03-28Merge #10105: [tests] fixup - make all Travis test runs quiet, non just cron ...MarcoFalke
2017-03-28Make all Travis test runs quiet, non just cron job runsJohn Newbery
2017-03-28Merge #10076: [qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-28Merge #10096: Check that all test scripts in test/functional are being runMarcoFalke
2017-03-28Merge #9780: Suppress noisy output from qa tests in TravisMarcoFalke
2017-03-27Print out the final 1000 lines of test_framework.log if test failsJohn Newbery
2017-03-27Update travis config to run rpc-tests.py in quiet modeJohn Newbery
2017-03-27Add --quiet option to suppress rpc-tests.py outputJohn Newbery
2017-03-27Check that all test scripts in test/functional are being runJohn Newbery
2017-03-27[qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-27Merge #10057: [init] Deduplicated sigaction() boilerplateWladimir J. van der Laan
2017-03-27Merge #10056: [zmq] Call va_end() on va_start()ed args.Wladimir J. van der Laan
2017-03-27Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli
2017-03-27Merge #10073: Actually run assumevalid.pyWladimir J. van der Laan
2017-03-27Merge #10085: Docs: remove 'noconnect' optionWladimir J. van der Laan
2017-03-27Merge #10083: [QA] Renaming rawTx into rawtxWladimir J. van der Laan
2017-03-26Move several relay options into the Relay help groupJameson Lopp
2017-03-26move rpcserialversion into RPC option groupJameson Lopp
2017-03-26remove 'noconnect' option from documentationJameson Lopp
2017-03-26[QA] Renaming rawTx into rawtxNicolasDorier
2017-03-25Merge #10069: [QA] Fix typo in fundrawtransaction testMarcoFalke
2017-03-25Merge #9946: Fix build errors if spaces in path or parent directoryWladimir J. van der Laan
2017-03-25Merge #10067: [trivial] Dead code removalWladimir J. van der Laan
2017-03-25Merge #10063: add missing spaces so that markdown recognizes headlineWladimir J. van der Laan
2017-03-24Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-24fix build if spaces in src dir pathMatthew Zipkin
2017-03-24Actually run assumevalid.py.John Newbery
2017-03-24Deduplicated sigaction() boilerplateThomas Snider
2017-03-24Merge #10052: [test] Run extended tests once daily in TravisMarcoFalke
2017-03-24Merge #10053: [test] Allow functional test cases to be skippedMarcoFalke
2017-03-24[QA] Fix typo in fundrawtransaction testNicolas Dorier
2017-03-24Skip rpcbind_test if OS/network requirements are not met.John Newbery
2017-03-23[trivial] Dead code removalThomas Snider
2017-03-23add missing spaces so that markdown recognizes headlineflack
2017-03-23Merge #9701: Make bumpfee tests less fragileMarcoFalke
2017-03-23Merge #10047: [tests] Remove unused variables and importsMarcoFalke
2017-03-23Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli
2017-03-23Merge #9558: Clarify assumptions made about when BlockCheck is calledJonas Schnelli
2017-03-23Merge #10029: Fix parameter naming inconsistencies between .h and .cpp filesJonas Schnelli
2017-03-22[zmq] Call va_end() on va_start()ed args.Karl-Johan Alm
2017-03-22[tests] Remove unused variablespracticalswift