aboutsummaryrefslogtreecommitdiff
path: root/projects/lwan
AgeCommit message (Collapse)Author
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
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-10-23lwan: Zip fuzzing corpus for new fuzzers without changing build.sh (#2979)Leandro A. F. Pereira
* 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.
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
2019-04-17[lwan] Use HTTP dictionary to speed up fuzzing (#2329)Leandro A. F. Pereira
2019-04-09[lwan] Add fuzzing targets for Lwan (#2302)Leandro A. F. Pereira
2019-02-06Add Lwan to OSS-Fuzz (#2136)Leandro A. F. Pereira