aboutsummaryrefslogtreecommitdiff
path: root/projects/libxslt
AgeCommit message (Collapse)Author
2021-07-23[libxml2] [libxslt] Remove myself as contact (#6090)Nick Wellnhofer
I'm not involved in these projects anymore.
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-08-20Add vendor_ccs example. (#2731)Abhishek Arya
* Add vendor_ccs example. * Remove dominicc.
2019-06-25[libxslt] Additional sanitizers, no unneeded modules (#2539)Nick Wellnhofer
- Enable unsigned-integer-overflow and float-divide-by-zero sanitizers. - Disable some unneeded libxml2 components. - Disable debugging and profiling code in libxslt to improve coverage stats.
2019-05-08[libxslt] Adjust build script (#2389)Nick Wellnhofer
- Link targets with fuzz.o - Move code block for readability
2019-05-01Try to migrate yajl-ruby and libxslt to LIB_FUZZING_ENGINE (#2365)jonathanmetzman
2019-04-15[libxslt] Update project.yaml: replace Chromium owner in auto_cc.Max Moroz
2019-04-15[libxslt] Start with integration (#2320)Nick Wellnhofer
Integrate the first fuzz targets from libxslt.
2017-05-11Add project.yaml for libxslt (#574)Nick Wellnhofer
I added dominicc@chromium.org and ddkilzer@apple.com to auto_ccs. They're already listed in libxml2's project.yaml and I worked with both of them when reporting libxslt issues in the past.