Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-01 | Add `honggfuzz` as an alternative fuzzer | 3 | -2/+24 | ||
Closes GH-55. Reviewed-by: Titus Wormer <tituswormer@gmail.com> | |||||
2022-11-25 | Add mdx parser to fuzzing | 1 | -0/+1 | ||
Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com> | |||||
2022-11-10 | Remove unneeded `extern crate`s | 1 | -5/+1 | ||
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-25 | Fix filename of fuzzer task | 1 | -0/+0 | ||
Closes GH-12. | |||||
2022-10-13 | Rename crate to `markdown` | 2 | -10/+10 | ||
2022-10-07 | Update fuzzer to support new options format, add mdast fuzzing | 1 | -4/+3 | ||
Closes GH-9. | |||||
2022-09-12 | Add fuzz testing | 2 | -0/+41 | ||
Closes GH-7. |