aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-04tests: Add proof-of-work fuzzing harnesspracticalswift
2020-03-25Merge #18402: gui: display mapped AS in peers info windowWladimir J. van der Laan
2020-03-25Merge #18331: build: Use git archive as source tarballWladimir J. van der Laan
2020-03-25Merge #18423: tests: Add fuzzing harness for classes/functions in blockfilter...MarcoFalke
2020-03-25Merge #18342: doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzzfanquake
2020-03-24tests: Add fuzzing harness for classes/functions in blockfilter.hpracticalswift
2020-03-24tests: Add integer serialization/deserialization fuzzing harnesspracticalswift
2020-03-24Merge #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_per...MarcoFalke
2020-03-24Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txsMarcoFalke
2020-03-24tests: Add fuzzing harness for functions in net_permissions.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in timedata.hpracticalswift
2020-03-24tests: Add fuzzing harness for functions in addrdb.hpracticalswift
2020-03-24gui: avoid QT Designer/Form Editor re-formattingJon Atack
2020-03-24gui: display Mapped AS in peers info windowJon Atack
2020-03-23Merge #18278: interfaces: Describe and follow some code conventionsMarcoFalke
2020-03-23Merge #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in ...MarcoFalke
2020-03-23Merge #18392: ci: Run feature_block in valgrindMarcoFalke
2020-03-23Merge #18406: test: add executable flag for rpc_estimatefee.pyfanquake
2020-03-22test: add executable flag for rpc_estimatefee.pySebastian Falbesoner
2020-03-22ci: Run feature_block and feature_abortnode in valgrindMarcoFalke
2020-03-22tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverf...practicalswift
2020-03-21Merge #18396: rpc: add missing HelpExampleRpc for getblockfilterMarcoFalke
2020-03-21rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner
2020-03-20test: Remove ci timeout restriction in test_runnerMarcoFalke
2020-03-19doc: Add internal interface conventions to developer notesRussell Yanofsky
2020-03-19Merge #18386: doc: Temporary note that release notes should be edited in wikiMarcoFalke
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Change Chain::broadcastTransaction param orderRussell Yanofsky
2020-03-19refactor: Rename Chain::Notifications methods to be consistent with other int...Russell Yanofsky
2020-03-19refactor: Rename Node::disconnect methodsRussell Yanofsky
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-03-19doc: Temporary note that release notes should be edited in wikiWladimir J. van der Laan
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-19Merge #18340: doc: mention MAKE=gmake workaround when building on a BSDWladimir J. van der Laan
2020-03-19Merge #18359: build: fix sysctl() detection on macOSWladimir J. van der Laan
2020-03-19Merge #18378: Bugfix & simplify bn2vch using int.to_bytesWladimir J. van der Laan
2020-03-19build: fix sysctl() detection on macOSfanquake
2020-03-18doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz. Simplify instr...practicalswift
2020-03-18Add bn2vch test to functional testsPieter Wuille
2020-03-18Simplify bn2vch using int.to_bytesPieter Wuille
2020-03-18Merge #18376: net: fix use-after-free in testsMarcoFalke
2020-03-18Merge #18300: fuzz: Add option to merge input dir to test runnerMarcoFalke
2020-03-18Merge #18155: tests: Add harness which fuzzes EvalScript and VerifyScript usi...MarcoFalke
2020-03-18Merge #18379: doc: Comment fix merkle.cppMarcoFalke
2020-03-18Update merkle.cpp4d55397500
2020-03-18Merge #18371: test: use fs namespace in dbwrapper unicodepath testMarcoFalke
2020-03-18net: fix use-after-free in testsVasil Dimov
2020-03-18test: use fs namespace in dbwrapper unicodepath testfanquake
2020-03-18doc: mention MAKE=gmake workaround when building on a BSDemu
2020-03-17Merge #18289: refactor: Make scheduler methods type safeMarcoFalke