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.h
Age
Commit message (
Expand
)
Author
2023-12-07
refactor: Drop unused _Pragma to ignore -Wgnu-zero-variadic-macro-arguments
MarcoFalke
2023-11-08
fuzz: Avoid timeout and bloat in fuzz targets
MarcoFalke
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-07-13
fuzz: Accept options in FUZZ_TARGET macro
MarcoFalke
2021-08-21
fuzz: Use LIMITED_WHILE instead of limit_max_ops
MarcoFalke
2021-08-06
fuzz: Avoid OOM in system fuzz target
MarcoFalke
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
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-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
2020-12-10
fuzz: Link all targets once
MarcoFalke
2019-10-23
tests: Allow for using non-default fuzzing initialization
practicalswift
2019-10-07
tests: Pass fuzzing inputs as constant references
practicalswift
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-02-28
fuzz: Link BasicTestingSetup (shared with unit tests)
MarcoFalke
2019-01-29
test: Build fuzz targets into seperate executables
MarcoFalke