aboutsummaryrefslogtreecommitdiff
path: root/projects/msgpack-c
AgeCommit message (Collapse)Author
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-19[msgpack-c] fix build (#4157)Chris Wolfe
* msgpack-c is now header only, update to install boost as req as well
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-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-04-26[msgpack-c] move seeds to source repo (#1360)Chris Wolfe
* remove fetching seeds from my corpus, fetch instead from src repo * conditionally zip up fuzzer seed corpora for any fuzzer passed in * Simplify build steps We already know that the fuzzers are being iterated over due to the loop and globbing. As such, we can use more of the fuzzer name and reduce repetition. This should allow us to add fuzzers/corpora to the src repo and no need to change anything about the build script or dockerfile
2018-04-25[msgpack-c] Get the fuzzers from the source repo, use a for loop for future ↵Chris Wolfe
fuzzers (#1359)
2018-04-19add another core committer (#1345)Chris Wolfe
2018-04-13Add msgpack-c (#1313)Chris Wolfe
Add fuzzer for pack and unpack functions