aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/lwan
Commit message (Collapse)AuthorAge
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [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
* lwan: Zip fuzzing corpus for new fuzzers without changing build.sh (#2979)Gravatar Leandro A. F. Pereira2019-10-23
| | | | | | | | | | | | | * lwan: Run bash in verbose mode Printing the whole command line helps debug the fuzzer build process. * lwan: Zip fuzzing corpus for new fuzzers without changing build.sh Instead of hardcoding the archiving of corpus-request-* files in the Lwan repo into request_fuzzer_seed_corpus.zip, use the fuzzer driver filename to derive the ZIP file name and corpus file names as each fuzzer is being built.
* 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
* [lwan] Use HTTP dictionary to speed up fuzzing (#2329)Gravatar Leandro A. F. Pereira2019-04-17
|
* [lwan] Add fuzzing targets for Lwan (#2302)Gravatar Leandro A. F. Pereira2019-04-09
|
* Add Lwan to OSS-Fuzz (#2136)Gravatar Leandro A. F. Pereira2019-02-06