aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/njs
Commit message (Collapse)AuthorAge
* NJS: contact email addresses changed. (#5753)Gravatar Alexander2021-05-12
| | | | | | | * NJS: contact email addresses changed. Current addresses are no longer linked to Google account. * NJS: newline removed.
* NJS: added main_repo value. (#5755)Gravatar Alexander2021-05-12
|
* 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
* [njs] Reverting --debug=YES introduced in c16cf5a2. (#3053)Gravatar Dmitry Volyntsev2019-11-20
| | | As it changed reproducibility of existing issues.
* [njs] Expanded auto_ccs. (#3051)Gravatar Dmitry Volyntsev2019-11-20
|
* [njs] Moving fuzzing target upstream. (#3047)Gravatar Dmitry Volyntsev2019-11-19
|
* [njs] Fix broken build. (#3036)Gravatar Max Moroz2019-11-15
|
* [njs] Fix the build failure and extend the seed corpus. (#2648)Gravatar Max Moroz2019-08-01
|
* [njs] Fix coverage build and exclude pcre sources from coverage report (#2481).Gravatar Max Moroz2019-06-06
|
* [njs] Add xeioex@ as a primary contact (#2481).Gravatar Max Moroz2019-06-03
|
* [njs] Build pcre dependency manually and enable MSan (#2481). (#2484)Gravatar Max Moroz2019-06-03
|
* [njs] Remove "Experimental: True" as it does not affect the disclosure ↵Gravatar Max Moroz2019-06-03
| | | | deadlines w/o auto_ccs (#2481).
* [njs] Revert "Null terminate the script string.", as the API accepts size value.Gravatar Max Moroz2019-05-31
|
* [njs] Disable memory sanitizer for now, the builder is not happy.Gravatar Max Moroz2019-05-31
|
* [njs] Null terminate the script string.Gravatar Max Moroz2019-05-31
|
* [njs] Add nginx/njs project and njs_process_script_fuzzer. (#2481)Gravatar Max Moroz2019-05-31
* [njs] Add nginx/njs project and njs_process_script_fuzzer. * Add copyright, disable logging, disable leaks detection. * fix memory leaks * use $LIB_FUZZING_ENGINE * list myself as a primary contact for now * enable all sanitizers