Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in consensus/validation.h | practicalswift | |
2020-04-22 | tests: Add fuzzing harness for functions in primitives/block.h | practicalswift | |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke | |
-BEGIN VERIFY SCRIPT- # Mark all lines with #includes sed -i --regexp-extended -e 's/(#include <.*>)/\1 /g' $(git grep -l '#include' ./src/bench/ ./src/test ./src/wallet/test/) # Sort all marked lines git diff -U0 | ./contrib/devtools/clang-format-diff.py -p1 -i -v -END VERIFY SCRIPT- | |||
2020-03-11 | tests: Simplify code by removing unwarranted use of unique_ptr:s | practicalswift | |
2020-03-11 | tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p) | practicalswift | |
2019-12-15 | tests: Add fuzzing harness for CheckBlock(...) and other CBlock related ↵ | practicalswift | |
functions |