aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/zopfli
Commit message (Collapse)AuthorAge
* Opt in all Google GitHub projects into GitHub issue filing. (#7531)Gravatar Oliver Chang2022-04-11
|
* [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)Gravatar jonathanmetzman2021-08-24
| | | | | | | These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
* Fill in main_repo for several projects. (#4816)Gravatar Abhishek Arya2020-12-09
| | | | | * Fill in main_repo for several projects. * Add some go repos.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [zopfli] Add another fuzzer (#3767)Gravatar Google AutoFuzz Team2020-05-06
| | | | | * add new fuzzer and modified Dockerfile * modify build file
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* [zopfli] Fix timeout and use FuzzedDataProvider from the system location. ↵Gravatar Max Moroz2019-08-26
| | | | | | | | (#2763) * [zopfli] Use FuzzedDataProvider from the system location. * add missing size check
* [zopfli] Add zopfli as a starting point (#2631)Gravatar Google AutoFuzz Team2019-08-01
* add zopfli * added primary contact * update zopfli files * removed unnecessary comments * pushed new version of target * added FuzzedDataProvider