Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-12 | fuzz: Run const CScript member functions only once | MarcoFalke | |
2021-02-22 | scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext | MarcoFalke | |
-BEGIN VERIFY SCRIPT- # Rename sed -i -e 's/MakeFuzzingContext/MakeNoLogFileContext/g' $(git grep -l MakeFuzzingContext) # Bump the copyright of touched files in this scripted diff to avoid touching them again later ./contrib/devtools/copyright_header.py update ./src/test/fuzz/ -END VERIFY SCRIPT- | |||
2021-01-11 | fuzz: Introduce CallOneOf helper to replace switch-case | MarcoFalke | |
Can be reviewed with --ignore-all-space | |||
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-04-15 | script: Remove undocumented and unused operator+ | MarcoFalke | |
2020-03-09 | tests: Add fuzzing harness for CScript operations | practicalswift | |