aboutsummaryrefslogtreecommitdiff
path: root/projects/pffft
AgeCommit message (Collapse)Author
2021-08-20Install python in projects that depend on it. (#6251)jonathanmetzman
When we upgrade to 20.04, python wont be in base-builder and these projects will fail unless they install it. Until then, this change should be a noop. Related: #6180
2020-08-27fix pffft (#4385)Alessio Bazzica
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-04-09[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)Max Moroz
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). * rename fuzzing puzzles target
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-08-22Enable i386 fuzzing on 18 projects (#2748)jonathanmetzman
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable. I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
2019-06-28Enable dataflow for 9 projects written in C (#1632).Max Moroz
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2018-09-05Adding PFFFT seed corpus generation. (#1790)Alessio Bazzica
2018-08-23more coverage (#1749)Alessio Bazzica
2018-08-16Adding PFFFT to oss-fuzz (#1718)Alessio Bazzica
* first commit * comments addressed