aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin_fuzzy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-2/+2
* Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-15/+15
* [tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequestpracticalswift2017-10-251-0/+23
* Merge #10440: [tests] Add libFuzzer supportWladimir J. van der Laan2017-10-051-11/+39
|\
| * [tests] Add libFuzzer support.practicalswift2017-05-221-11/+39
* | Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
* | Switch CCoinsView and chainstate db from per-txid to per-txoutPieter Wuille2017-06-011-2/+2
|/
* [test] Speed up fuzzing by ~200x when using afl-fuzzpracticalswift2017-05-191-2/+21
* Init ECC context for test_bitcoin_fuzzy.Gregory Maxwell2017-02-051-0/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make fuzzer actually test CTxOutCompressorPieter Wuille2016-12-151-2/+2
* Simple fuzzing frameworkPatrick Strateman2016-12-151-0/+256