index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_bitcoin_fuzzy.cpp
Age
Commit message (
Expand
)
Author
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-25
[tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest
practicalswift
2017-10-05
Merge #10440: [tests] Add libFuzzer support
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-05-22
[tests] Add libFuzzer support.
practicalswift
2017-05-19
[test] Speed up fuzzing by ~200x when using afl-fuzz
practicalswift
2017-02-05
Init ECC context for test_bitcoin_fuzzy.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-15
Make fuzzer actually test CTxOutCompressor
Pieter Wuille
2016-12-15
Simple fuzzing framework
Patrick Strateman