aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz/fuzz_target.py
AgeCommit message (Expand)Author
2021-07-29[CIFuzz] Allow users to specify if unreproducible crashes are reported (#6138)jonathanmetzman
2021-07-22[CIFuzz] Fix build uploading. (#6096)jonathanmetzman
2021-06-30[CIFuzz] Don't make everything a subdirectory of /out (#5970)jonathanmetzman
2021-06-25[CIFuzz][ClusterFuzzLite] Implement batch fuzzing (#5963)jonathanmetzman
2021-06-23[CIFuzz] Add coverage report generation. (#5937)jonathanmetzman
2021-06-18[CIFuzz] Improve fuzz_target.py (#5929)jonathanmetzman
2021-06-17[CIFuzz][NFC] Replace format strings with f-strings. (#5933)jonathanmetzman
2021-05-26[CIFuzz][fuzz_target] Prepare for ClusterFuzzLite (#5845)jonathanmetzman
2021-04-21Revert "[CIFuzz] End fuzzing docker processes properly (#5473)" (#5651)jonathanmetzman
2021-04-12[CIFuzz] fix bug (#5602)asraa
2021-04-12[CIFuzz] End fuzzing docker processes properly (#5473)jonathanmetzman
2021-03-31[CIFuzz] Print crash stacktraces no matter what (#5474)jonathanmetzman
2021-03-15[CIFuzz] Fix issue deleting corpus (#5391)jonathanmetzman
2021-03-12[CIFuzz] Add functionality to save diskspace (#5342)jonathanmetzman
2021-02-04[cifuzz][NFC] Handle TODOs (#5104)jonathanmetzman
2021-02-03[cifuzz] Abstract-away OSS-Fuzz specific bits (#5088)jonathanmetzman
2021-02-01[cifuzz] Support a batch fuzzing mode (#5073)jonathanmetzman
2021-01-20fmt/lntJonathan Metzman
2021-01-20Refactor coverage and move to own moduleJonathan Metzman
2020-11-24[CIFuzz] Set CIFUZZ env var when building/checking/running CIFuzz fuzzers. (#...jonathanmetzman
2020-11-17[NFC][CIFuzz] Fix coding issues. (#4550)jonathanmetzman
2020-10-19[CIFuzz] Don't assume fuzzer output is ASCII (#4537)jonathanmetzman
2020-10-12[CIFuzz] Retry HTTP requests on certain errors (#4516)jonathanmetzman
2020-06-11[CIFuzz] Add support for different sanitizers (#3969)Evgeny Vereshchagin
2020-05-28Fix CIFuzz issue where targets assumed in OSS-Fuzz build if exists (#3817)jonathanmetzman
2020-04-28Revert "[CIFuzz] Add support for different sanitizers (#3516)"Jonathan Metzman
2020-04-28[CIFuzz] Add support for different sanitizers (#3516)Leo Neat
2020-03-16[CIFuzz] Logging updates (#3503)Leo Neat
2020-03-13[CIFuzz] Dynamic fuzzer scheduling (#3453)Leo Neat
2020-03-04[CIFuzz] Timeout orphan process fix (#3462)Leo Neat
2020-02-27[CIFuzz] Reproduce bug fix (#3442)Leo Neat
2020-02-26[CIFuzz] Use backup corpus for fuzzing (#3380)Leo Neat
2020-02-21[Infra] Add tests to presubmit (#3405)Leo Neat
2020-02-19[CIFuzz] Check crash on most recent OSS-Fuzz build (#3385)Leo Neat
2020-02-18[CIFuzz] log bug fix (#3407)Leo Neat
2020-02-12[CIFuzz] Only report reproducible crashes (#3376)Leo Neat
2020-02-06[CIFuzz] Separate build and run actions (#3336)Leo Neat
2020-02-04[CIFuzz] Add seed and len control to fuzzer arguments (#3321)Leo Neat
2020-01-29[Infra] CIFuzz pipeline complete. (#3281)Leo Neat