aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 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-05refactor: Cast ping values to double before outputBen Woosley
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-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-04config: separate the asmap finding and parsing checksJon Atack
2020-03-04config: enable passing -asmap an absolute file pathJon Atack
2020-03-04config: use default value in -asmap configJon Atack
2020-03-04Merge #17809: rpc: Auto-format RPCResultMarcoFalke
2020-03-02doc: Correct spelling errors in commentsBen Woosley
2020-03-02Merge #18168: httpserver: use own HTTP status codesWladimir J. van der Laan
2020-03-02Merge #18224: Make AnalyzePSBT next role calculation simple, correctSamuel Dobson
2020-03-01Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke
2020-02-29Merge #18229: random: drop unused MACH time headersfanquake
2020-02-29Merge #18225: util: Fail to parse empty string in ParseMoneyfanquake
2020-02-28Drop unused mach time headersBen Woosley
2020-02-28Merge #16562: Refactor message transport packagingMarcoFalke
2020-02-28Merge #17800: random: don't special case clock usage on macOSWladimir J. van der Laan
2020-02-29Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()MarcoFalke
2020-02-28refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner
2020-02-29Merge #18195: test: Add cost_of_change parameter assertions to bnb_search_testMarcoFalke
2020-02-29util: Fail to parse empty string in ParseMoneyMarcoFalke
2020-02-29util: Remove unused ParseMoney that takes a c_strMarcoFalke
2020-02-28Make AnalyzePSBT next role calculation simple, correctGregory Sanders
2020-02-27Templatize ValidationState instead of subclassingJeffrey Czyz
2020-02-27Remove ValidationState's constructorJeffrey Czyz
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-28Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...MarcoFalke
2020-02-27Merge #18211: test: Disable mockforward scheduler unit test for nowfanquake
2020-02-26Merge #18167: Fix a violation of C++ standard rules where unions are used for...Wladimir J. van der Laan
2020-02-26Merge #17985: net: Remove forcerelay of rejected txsWladimir J. van der Laan
2020-02-27test: Disable mockforward scheduler unit test for nowMarcoFalke