aboutsummaryrefslogtreecommitdiff
path: root/infra/cifuzz
AgeCommit message (Expand)Author
2021-07-21Make oss-fuzz-project-name optional. (#6071)Oliver Chang
2021-07-20[CIFuzz][Coverage] Make coverage reports world readable (#6077)jonathanmetzman
2021-07-20[CIFuzz][ClusterFuzzLite] Prepare to support coverage reports for external us...jonathanmetzman
2021-07-20Fix misspelling of Implementation (#6073)jonathanmetzman
2021-07-17Fix upload_corpus call arguments for batch fuzzing. (#6050)Oliver Chang
2021-06-30Add CIFuzz external entrypoint for cifuzz base (#5906)Mitchel Herman
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-21[CIFuzz] Implement filestore based on github artifacts (#5943)jonathanmetzman
2021-06-18[CIFuzz] Improve fuzz_target.py (#5929)jonathanmetzman
2021-06-18[CIFuzz][NFC] Put integration test decorator on class instead of test methods...jonathanmetzman
2021-06-18[CIFuzz] Add python port of github's actions/toolkit nodejs library (#5932)jonathanmetzman
2021-06-17[CIFuzz][NFC] Replace format strings with f-strings. (#5933)jonathanmetzman
2021-06-17[CIFuzz] Allow run_fuzzers to use a preexisting corpus. (#5928)jonathanmetzman
2021-06-14 [CIFuzz] Refactor HTTP code and use a newer python. (#5842)jonathanmetzman
2021-05-26[CIFuzz][fuzz_target] Prepare for ClusterFuzzLite (#5845)jonathanmetzman
2021-05-26[CIFuzz] Refactor in preparation for filestore (#5841)jonathanmetzman
2021-05-26[CIFuzz][NFC] Add skeleton for ClusterFuzzLite and Filestore (#5843)jonathanmetzman
2021-05-24[CIFuzz] Support non-github action CI for external projects (#5824)jonathanmetzman
2021-04-21Revert "[CIFuzz] End fuzzing docker processes properly (#5473)" (#5651)jonathanmetzman
2021-04-21[helper] Fix build_image --pull and refactor (#5642)jonathanmetzman
2021-04-15[CIFuzz] Ensure we don't through exception if we can't stop container (#5622)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-23[CIFuzz] Make it possible to skip bad build check. (#5475)jonathanmetzman
2021-03-19[NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases di...jonathanmetzman
2021-03-17[CIFuzz] Give testcases unique names. (#5424)jonathanmetzman
2021-03-15[CIFuzz] Fix issue deleting corpus (#5391)jonathanmetzman
2021-03-12[CIFuzz] Add functionality to save diskspace (#5342)jonathanmetzman
2021-03-09[CIFuzz][cifuzz-base] Slim down cifuzz-base (#5288)jonathanmetzman
2021-03-03[CIFuzz][coverage] Fix bug in getting coverage reports (#5284)jonathanmetzman
2021-02-19[CIFuzz] Support languages non-C++ projects (e.g. Python projects) (#5222)jonathanmetzman
2021-02-18[CIFuzz] Fix handling of sanitizer artifacts (#5182)jonathanmetzman
2021-02-04[CIFuzz][NFC] Ensure more tests don't modify the repo (#5114)jonathanmetzman
2021-02-04[cifuzz][NFC] Use a temporary directory in a test of check_fuzzer_build (#5113)jonathanmetzman
2021-02-04[cifuzz][NFC] Handle TODOs (#5104)jonathanmetzman
2021-02-04[cifuzz][NFC] Rename cifuzz.py to build_fuzzers.py (#5107)jonathanmetzman
2021-02-03[cifuzz][NFC] Refactor tests (#5106)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-29[cifuzz][external] Use ssh_url and fix affected fuzzers (#5072)jonathanmetzman
2021-01-29[CIFuzz] Move run_fuzzers to new config system (#5063)jonathanmetzman
2021-01-28[CIFuzz] Fix diffing + Refactor (#5032)jonathanmetzman
2021-01-26[CIFuzz] Seperate code for running fuzzers into own module: run_fuzzers.py (#...jonathanmetzman
2021-01-25Replace terms that are uninclusive. (#5045)jonathanmetzman
2021-01-20[CIFuzz][coverage] Fix bug where unaffected fuzzers not removed + refactorjonathanmetzman
2021-01-20Fix lint function and add pylint directiveJonathan Metzman
2021-01-20Move entrypoints for CIFuzz to cifuzz folder. (#5020)jonathanmetzman