aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/grpc
Commit message (Collapse)AuthorAge
* Fill in main_repo for several projects. (#4816)Gravatar Abhishek Arya2020-12-09
| | | | | * Fill in main_repo for several projects. * Add some go repos.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [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
* [grpc] Remove api_fuzzer from grpc (#3291)Gravatar Yash Tibrewal2020-01-23
|
* grpc owners list update (#3283)Gravatar Yang Gao2020-01-22
| | | | | | * gRPC improvements * Update owners list
* [grpc] Remove the temporary change.Gravatar Max Moroz2020-01-15
|
* [grpc] Temporarily enable AFL fuzzing engine to propagate new auto CCs.Gravatar Max Moroz2020-01-15
|
* Update project.yamlGravatar Abhishek Arya2020-01-14
|
* [grpc] Workaround bazel issue (#3148)Gravatar jonathanmetzman2019-12-17
|
* grpc target cleanup (#2958)Gravatar Tiziano Santoro2019-10-16
| | | | | | | | | | | | | * Cleanup grpc build.sh file Mostly just minor fixes according to https://google.github.io/styleguide/shell.xml (quotes, variables, etc) * Replace Bazel workaround The proposed approach propagates the standard $LIB_FUZZING_ENGINE flags all the way through Bazel, so that targets do not need to be linked using the dummy Bazel rule.
* gRPC improvements (#2807)Gravatar Yang Gao2019-09-05
|
* [grpc] Fix gRPC build (#2768)Gravatar Yang Gao2019-08-28
| | | | | | | | | | | | | | * Update grpc * Fix grpc build * Fix ubsan * Disable AFL * define grpc env var to disable bazel wrapper * Try again
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* Update grpc (#2096)Gravatar Yang Gao2019-01-18
|
* Fix typo in build.sh for grpc (#1888)Gravatar Mihai Maruseac2018-10-19
| | | Was looking through this script to see what needs to be done for tensorflow and found this typo. Small fix, just to improve readability of script (or being too pedantic)
* [infra] Remove sancov and rename "profile" to "coverage". (#1839)Gravatar Max Moroz2018-10-01
| | | | | | | | * [infra] Remove sancov and rename "profile" to "coverage". * Bring coverage flags back. * Update projects files that rely on SANITIZER="profile".
* [grpc] An attempt to fix code coverage build (similar to Envoy).Gravatar Max Moroz2018-09-14
|
* [infra] Prevent mounting local checkout to $SRC + clean up Dockerfiles ↵Gravatar Max Moroz2018-08-09
| | | | (#1699). (#1700)
* Add nanopb includes after grpc/grpc#15595 (#1536)Gravatar David G. Quintas2018-06-18
|
* [grpc] Add address sorting submodule to gRPC build.sh (#1276)Gravatar Matt Kwong2018-03-28
|
* Upgrade Bazel pin in gRPC Dockerfile (#1171)Gravatar Matt Kwong2018-02-15
|
* Update list of gRPC members to email bugs (#1115)Gravatar Matt Kwong2018-01-25
|
* [gRPC] Update Bazel submodules (#1027)Gravatar Matt Kwong2017-12-06
|
* Compile fuzzers with Clang++ (#993)Gravatar Matt Kwong2017-11-16
|
* Convert .c files to .cc (#970)Gravatar Matt Kwong2017-11-08
|
* Update boringssl (#625)Gravatar Matt Kwong2017-05-25
|
* Use apt-get update && apt-get install, per best practices: (#561)Gravatar Devin Jeanpierre2017-05-01
| | | | | | | | | | | | | | | | | | | https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
* Fix gRPC build (#556)Gravatar Matt Kwong2017-04-27
|
* Change directories built in gRPC (#512)Gravatar Matt Kwong2017-04-04
|
* Add c-ares to libraries to compile fuzzers with (#486)Gravatar Matt Kwong2017-03-29
|
* oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEGravatar Oliver Chang2017-03-22
|
* Pin Bazel version to 0.4.4 for gRPC (#472)Gravatar matt-kwong2017-03-20
|
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* gRPC - add ssl_server_fuzzer and remove options (#458)Gravatar matt-kwong2017-03-15
| | | | | | * CC less people for gRPC issues * Enable ssl_server_fuzzer and remove options
* Add options, dictionaries, and seed corpuses to gRPC (#390)Gravatar matt-kwong2017-02-15
| | | | | | * Add seed corpuses to gRPC project * Add options for gRPC fuzzers
* Update project.yamlGravatar Oliver Chang2017-02-14
|
* disable sanitize=vptr in grpc: one more hack for bazel ↵Gravatar Kostya Serebryany2017-02-14
| | | | https://github.com/google/oss-fuzz/issues/383
* Add proper bazel flags for grpc build. This is a temporary hack for ↵Gravatar Kostya Serebryany2017-02-14
| | | | https://github.com/google/oss-fuzz/issues/383. A proper solution will need to be implemented later
* Add other gRPC members to project.yaml (#386)Gravatar matt-kwong2017-02-14
|
* Make gRPC link statically (#380)Gravatar matt-kwong2017-02-13
|
* Fix typo in gRPC build.sh (#375)Gravatar matt-kwong2017-02-10
|
* Add gRPC to oss-fuzz projects (#373)Gravatar matt-kwong2017-02-10