aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2020-05-15fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...practicalswift
2020-04-09Merge #18529: Add fuzzer version of randomized prevector testMarcoFalke
2020-04-09Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a...MarcoFalke
2020-04-09Merge #18521: fuzz: Add process_messages harnessMarcoFalke
2020-04-09Merge #18533: scripted-diff: Replace strCommand with msg_typeMarcoFalke
2020-04-08tests: Add coverage of {,Incremental}DynamicUsage(const std::set<X, Y>& s) to...practicalswift
2020-04-08tests: Add fuzzing harness for classes/functions in cuckoocache.hpracticalswift
2020-04-08tests: Add fuzzing harness for classes/functions in checkqueue.hpracticalswift
2020-04-08tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzerpracticalswift
2020-04-08tests: Add fuzzing harness for AdditionOverflow(...)practicalswift
2020-04-08tests: Add fuzzing harness for FeeFilterRounderpracticalswift
2020-04-06Reorder the test instructions by numberPieter Wuille
2020-04-06Merge and generalize case 3 and case 6Pieter Wuille
2020-04-06Only run sanity check once at the endPieter Wuille
2020-04-06Assert immediately rather than caching failurePieter Wuille
2020-04-06Make a fuzzer-based copy of the prevector randomized testPieter Wuille
2020-04-06tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun...practicalswift
2020-04-06scripted-diff: Replace strCommand with msg_typeMarcoFalke
2020-04-05fuzz: Add process_messages harnessMarcoFalke
2020-04-05Merge #18510: fuzz: Add CScriptNum::getint coverageMarcoFalke
2020-04-05Merge #18518: fuzz: Extend descriptor fuzz testMarcoFalke
2020-04-05Merge #18519: fuzz: Extend script fuzz testMarcoFalke
2020-04-05Merge #18407: tests: Add proof-of-work fuzzing harnessMarcoFalke
2020-04-04tests: Add proof-of-work fuzzing harnesspracticalswift
2020-04-04fuzz: Extend script fuzz testMarcoFalke
2020-04-04fuzz: Extend descriptor fuzz testMarcoFalke
2020-04-03fuzz: Add CScriptNum::getint coverageMarcoFalke
2020-03-29Merge #18455: tests: Add fuzzing harness for functions/classes in flatfile.h,...MarcoFalke
2020-03-29tests: Add fuzzing harness for functions/classes in random.hpracticalswift
2020-03-29tests: Add fuzzing harness for LimitedString (serialize.h)practicalswift
2020-03-29tests: Add fuzzing harness for functions/classes in span.hpracticalswift
2020-03-29tests: Add fuzzing harness for functions/classes in merkleblock.hpracticalswift
2020-03-29tests: Add fuzzing harness for functions/classes in flatfile.hpracticalswift
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-27util: Remove unused itostrMarcoFalke
2020-03-26tests: Add fuzzing harness for functions/classes in chain.hpracticalswift
2020-03-26tests: Add fuzzing harness for functions/classes in protocol.hpracticalswift
2020-03-24tests: Add fuzzing harness for classes/functions in blockfilter.hpracticalswift
2020-03-24tests: Add integer serialization/deserialization fuzzing harnesspracticalswift
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-22tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOverf...practicalswift
2020-03-17tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed si...practicalswift
2020-03-17Merge #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate...MarcoFalke
2020-03-16Merge #17997: refactor: Remove mempool global from netMarcoFalke
2020-03-15tests: Add fuzzing harness for various functions taking std::string as inputpracticalswift
2020-03-15tests: Add fuzzing harness for MultiplicationOverflow(...)practicalswift
2020-03-15tests: Add fuzzing harness for CFeeRatepracticalswift
2020-03-15tests: Add fuzzing harness for CBlockHeaderpracticalswift