aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
AgeCommit message (Expand)Author
2020-04-25Merge #18744: test: Add fuzzing harnesses for various classes/functions in pr...MarcoFalke
2020-04-24fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...practicalswift
2020-04-24tests: Add fuzzing harness for functions in primitives/transaction.hpracticalswift
2020-04-22tests: Add fuzzing harness for functions in primitives/block.hpracticalswift
2020-04-22Merge #18612: script: Remove undocumented and unused operator+Wladimir J. van der Laan
2020-04-20Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke
2020-04-20tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift
2020-04-17Merge #18682: fuzz: http_request workaround for libevent < 2.1.1MarcoFalke
2020-04-17fuzz: http_request workaround for libevent < 2.1.1Sebastian Falbesoner
2020-04-17Merge #18673: scripted-diff: Sort test includesMarcoFalke
2020-04-17Merge #18664: fuzz: fix unused variable compiler warningMarcoFalke
2020-04-17fuzz: fix unused variable compiler warningJon Atack
2020-04-17refactor: Remove unused methods CBloomFilter::reset()/clear()Sebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-04-15fuzz: Disable debug log fileMarcoFalke
2020-04-15script: Remove undocumented and unused operator+MarcoFalke
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