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
/
fuzz
/
fuzz.cpp
Age
Commit message (
Expand
)
Author
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-22
scripted-diff: Rename PROVIDE_MAIN_FUNCTION -> PROVIDE_FUZZ_MAIN_FUNCTION
MarcoFalke
2021-02-18
Fix fuzz binary compilation under windows
Dan Benjamin
2021-02-08
fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-10-04
fuzz: Configure check for main function
MarcoFalke
2020-06-25
tests: Provide main(...) function in fuzzer
practicalswift
2020-05-22
tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-01-29
test: only declare a main() when fuzzing with AFL
fanquake
2020-01-02
test: Show debug log on unit test failure
MarcoFalke
2019-10-24
tests: Remove Cygwin WinMain workaround
practicalswift
2019-10-24
tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when...
practicalswift
2019-10-23
tests: Allow for using non-default fuzzing initialization
practicalswift
2019-10-07
tests: Pass fuzzing inputs as constant references
practicalswift
2019-01-29
test: Build fuzz targets into seperate executables
MarcoFalke