Age | Commit message (Expand) | Author |
---|---|---|
2020-05-30 | tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc... | practicalswift |
2020-05-14 | Switch from Optional<T> to std::optional<T> (C++17). Run clang-format. | practicalswift |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-04 | fuzz: Extend script fuzz test | MarcoFalke |
2020-03-11 | tests: Simplify code by removing unwarranted use of unique_ptr:s | practicalswift |
2020-03-11 | tests: Increase fuzzing coverage of DecompressScript(...) | practicalswift |
2020-03-11 | tests: Remove unit test from fuzzing harness | practicalswift |
2020-03-07 | fuzz: Add assert(script == decompressed_script) | MarcoFalke |
2020-03-07 | tests: Fuzz additional functions in the script fuzzing harness | practicalswift |
2019-10-25 | tests: Add fuzzing harness for various CScript related functions | practicalswift |