aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/woff2
Commit message (Collapse)AuthorAge
* Opt in all Google GitHub projects into GitHub issue filing. (#7531)Gravatar Oliver Chang2022-04-11
|
* 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
* Temporarily disable honggfuzz on failing projects due to #3607 (#3610)Gravatar Abhishek Arya2020-04-09
|
* [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
* Update multiple vendor_ccs lists (#3091)Gravatar Tyson Smith2019-12-10
| | | * Update and add more Mozilla employees
* Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries (#2703)Gravatar Christoph Diehl2019-08-28
| | | | | | | | | | * Add Mozilla fuzzing team to auto_cc of their used 3rd party libraries * Use new vendor_ccs field in projects.yml (#2703) * Remove not yet approved projects * Remove not yet approved projects
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* Add auto_ccs to woff2 (#1454)Gravatar rsheeter2018-05-29
| | | | * Add more auto_ccs to woff2
* Clean Shell Scripts (#999)Gravatar Robin Alexander Richtsfeld2017-11-20
| | | | | | | | | | | | | | | | | | | * Clean all.sh Double quote array expansions, otherwise they're like $* and break on spaces. * Clean dropbear/build.sh In POSIX sh, 'pushd' is not supported. In POSIX sh, 'popd' is not supported. * Clean woff2/build.sh Iterating over ls output is fragile. Use globs. * Clean tinyxml2/build.sh Add shebang
* Use apt-get update && apt-get install, per best practices: (#561)Gravatar Devin Jeanpierre2017-05-01
| | | | | | | | | | | | | | | | | | | https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
* Remove experimental flag from tested msan projects (#473). (#517)Gravatar Abhishek Arya2017-04-05
|
* Enable msan experimental on some projects. (#514)Gravatar Abhishek Arya2017-04-04
|
* oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEGravatar Oliver Chang2017-03-22
|
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* Add seed corpus for woff2, add missing options for other fuzzer. (#439)Gravatar Abhishek Arya2017-03-06
| | | | | | | | * Add seed corpus for woff2, add missing options for other fuzzer. * Add seed corpus. * Switch from seed corpus archive to a folder with files.
* Disable noisy logging in woff2 (#438)Gravatar rsheeter2017-03-06
|
* Revert quick fix for woff2 fuzz targets. Fix in woff2 is on its way.Gravatar Max Moroz2017-02-25
|
* Quick fix for undefined references in woff2 fuzz targets.Gravatar Max Moroz2017-02-25
|
* Update project.yamlGravatar Oliver Chang2017-02-15
| | | experimentally add fuzzing_engines to woff2.
* Update build.shGravatar Kostya Serebryany2017-01-03
|
* Use fuzzers provided by woff2 (#242)Gravatar rsheeter2017-01-03
| | | | | | * add primary contact for woff2 * Use fuzzers provided by woff2
* [infra] updating usages of base-libfuzzer (#142)Gravatar Mike Aizatsky2017-01-03
|
* add primary contact for woff2 (#237)Gravatar rsheeter2017-01-03
|
* [infra] using -lFuzzingEngine instead of -lfuzzerGravatar Mike Aizatsky2016-12-07
|
* Fix parallel make command (#144)Gravatar Kuang-che Wu2016-12-07
| | | 'make -j' will make targets parallelly. In other words, "clean" may run after "all" for 'make -j clean all' line.
* [woff2] git is too old, removing shallow-submodulesGravatar Mike Aizatsky2016-11-29
|
* [infra] making shallow git clones. fixes #42Gravatar Mike Aizatsky2016-11-29
|
* [infra] target.yaml -> project.yamlGravatar Mike Aizatsky2016-11-29
|
* [infra] renaming targets/ to projects/Gravatar Mike Aizatsky2016-11-29