aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/golang-protobuf
Commit message (Collapse)AuthorAge
* Golang modules documentation (#4711)Gravatar Catena cyber2020-11-25
| | | | | * Clones golang-protobuf into the expected directory * Improves the documentation for golang projects with modules
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* golang-protobuf: use build script in protobuf repo (#3348)Gravatar Damien Neil2020-02-06
| | | | Move the core of the build script into the fuzzed repo, where it's easier for us to manage.
* golang-protobuf: add user to auto_ccs (#3347)Gravatar Damien Neil2020-02-06
| | | Add herbie@ to auto_ccs.
* [infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)Gravatar Max Moroz2020-01-30
| | | | | | | | | | * [infra] Introduce "language" attribute in the project.yaml (#3297). * follow up * enable the attribute for more projects * trailing newline
* [golang-protobuf] include seed corpus(es) (#3158)Gravatar Damien Neil2019-12-20
| | | | | | Only build fuzzers under internal/fuzz. Assume a fuzzer is a directory with a corpus/ subdirectory. Include the contents of corpus/ as the seed corpus.
* [golang-protobuf] Add Dockerfile and build.sh. (#2942)Gravatar Damien Neil2019-10-11
|
* [golang-protobuf] Add project. (#2936)Gravatar Damien Neil2019-10-09