aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-09doc: Remove --disable-ccache from docsMarcoFalke
2020-03-09Merge #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzz...MarcoFalke
2020-03-09tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...practicalswift
2020-03-09Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage valu...fanquake
2020-03-09rpc/wallet: initialize nFeeRequired to avoid using garbage value on failureKarl-Johan Alm
2020-03-07Merge #17926: tests: Add key_io fuzzing harness. Fuzz additional functions in...MarcoFalke
2020-03-07tests: Fuzz additional functions in the script fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the transaction fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the integer fuzzing harnesspracticalswift
2020-03-07tests: Fuzz additional functions in the hex fuzzing harnesspracticalswift
2020-03-07tests: Add key_io fuzzing harnesspracticalswift
2020-03-07Merge #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unbrea...fanquake
2020-03-06build: Add locale fuzzer to FUZZERS_MISSING_CORPORApracticalswift
2020-03-07Merge #18241: wallet/refactor: refer to CWallet immutably when possiblefanquake
2020-03-06Merge #18234: refactor: Replace boost::mutex,condition_var,chrono with std eq...Wladimir J. van der Laan
2020-03-06Merge #18126: tests: Add fuzzing harness testing the locale independence of t...MarcoFalke
2020-03-07lint-cppcheck: Remove -DHAVE_WORKING_BOOST_SLEEP_FORAnthony Towns
2020-03-06tests: Add fuzzing harness for locale independence testingpracticalswift
2020-03-06scheduler_tests: re-enable mockforward testAnthony Towns
2020-03-06Drop unused reverselock.hAnthony Towns
2020-03-06scheduler: switch from boost to stdAnthony Towns
2020-03-06sync.h: add REVERSE_LOCKAnthony Towns
2020-03-06scheduler: don't rely on boost interrupt on shutdownAnthony Towns
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-03-05Merge #17972: tests: Add fuzzing harness for CKey and key related functionsMarcoFalke
2020-03-05tests: Add fuzzing harness for CKey related functionspracticalswift
2020-03-05Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...MarcoFalke
2020-03-05tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)practicalswift
2020-03-05tests: Add serialization/deserialization fuzzing for integral typespracticalswift
2020-03-05Merge #17917: tests: Add amount compression/decompression fuzzing to existing...MarcoFalke
2020-03-05compressor: Make the domain of CompressAmount(...) explicitpracticalswift
2020-03-05Merge #18109: tests: Avoid hitting some known minor tinyformat issues when fu...MarcoFalke
2020-03-05Merge #18112: Serialization improvements step 5 (blockencodings)Wladimir J. van der Laan
2020-03-05Merge #18260: refactor: Fix implicit value conversion in formatPingTimeMarcoFalke
2020-03-05Merge #18263: rpc: change setmocktime check to use IsMockableChainMarcoFalke
2020-03-05[rpc] changed MineBlocksOnDemand to IsMockableChainGloria Zhao
2020-03-05Merge #18056: ci: Check for submodulesWladimir J. van der Laan
2020-03-05Merge #17812: config, net, test: asmap feature refinements and functional testsfanquake
2020-03-05refactor: Cast ping values to double before outputBen Woosley
2020-03-05Merge #18249: test: Bump timeouts to accomodate really slow disksfanquake
2020-03-05Merge #18259: doc: Merge release notes for 0.20.0 releasefanquake
2020-03-04refactor: Convert ping wait time from double to int64_tBen Woosley
2020-03-04refactor: Convert min ping time from double to int64_tBen Woosley
2020-03-04refactor: Convert ping time from double to int64_tBen Woosley
2020-03-04doc: Merge release notes for 0.20.0 releaseMarcoFalke
2020-03-04init: move asmap code earlier in init processJon Atack
2020-03-04rpc: fix getpeerinfo RPCResult `mapped_as` typeJon Atack
2020-03-04net: extract conditional to bool CNetAddr::IsHeNetJon Atack
2020-03-04logging: asmap logging and #include fixupsJon Atack
2020-03-04test: add functional test for an empty, unparsable asmapJon Atack