aboutsummaryrefslogtreecommitdiff
path: root/projects/cmark
AgeCommit message (Collapse)Author
2020-12-17[cmark] Update options and auto_ccs (#4861)Nick Wellnhofer
Remove max_len and inactive auto_cc.
2020-12-09Fill in main_repo for several projects. (#4816)Abhishek Arya
* Fill in main_repo for several projects. * Add some go repos.
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
2020-01-27[cmark] Add myself to auto_ccs (#3296)Nick Wellnhofer
Approved by @jgm here: https://github.com/commonmark/cmark/pull/326#issuecomment-578393351
2020-01-21[cmark] Enable dataflow config (#1632). (#3263)Max Moroz
Should work based on https://pantheon.corp.google.com/logs/viewer?resource=build%2Fbuild_id%2Ffd035ed9-bbd9-4371-98ec-20d651567cee&project=oss-fuzz&minLogLevel=0&expandAll=false&timestamp=2020-01-21T22:47:00.300000000Z&customFacets=&limitCustomFacetWidth=true&dateRangeEnd=2020-01-21T22:46:58.339Z&interval=PT1H&dateRangeUnbound=backwardInTime&scrollTimestamp=2020-01-21T19:28:33.870235967Z, but letting Travins double check.
2019-08-23Enable i386 fuzzing on another 11 projects (#2752)jonathanmetzman
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
2018-08-20Correct cmark upstream repo name (#1739)Ashe Connor
2017-06-28New project: CommonMark (#694)Phil Turnbull
* [cmark] Add cmark_markdown_to_html fuzzer * [cmark] Use correct filename for seed corpus * [cmark] Use upstream fuzz harness * [cmark] Do not use $WORK for temporary files * [cmark] Generate seed corpus from michelf/mdtest repo * [cmark] Add @kivikakk as an auto CC