aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin_fuzzy.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-25[tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequestpracticalswift
2017-10-05Merge #10440: [tests] Add libFuzzer supportWladimir J. van der Laan
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-06-01Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille
2017-05-22[tests] Add libFuzzer support.practicalswift
2017-05-19[test] Speed up fuzzing by ~200x when using afl-fuzzpracticalswift
2017-02-05Init ECC context for test_bitcoin_fuzzy.Gregory Maxwell
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-15Make fuzzer actually test CTxOutCompressorPieter Wuille
2016-12-15Simple fuzzing frameworkPatrick Strateman