aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/njs
Commit message (Collapse)AuthorAge
* [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