aboutsummaryrefslogtreecommitdiff
path: root/projects/libcoap
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
2018-11-11[libcoap] build.sh: disable DTLS (#1942)obgm
OSS fuzzing currently is done without DTLS support. As of 4.2.0-rc2, libcoap's configuration builds against OpenSSL by default and thus `--disable-dtls` must be passed to the configuration script. Fixes issue 11309
2018-07-31[libcoap]: build.sh: invoke Makefile.oss-fuzz for building (#1676)obgm
This change calls libcoap's Makefile for building libcoap applications with proper build flags set.
2018-07-02Move libcoap test harness to its source repo (#1586)Bhargava Shastry
2018-06-08libcoap: OSS-Fuzz integration (#1496)Bhargava Shastry
* libcoap: OSS-Fuzz integration * libcoap: Addressed comments by @inferno-chromium