aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/src/core
Commit message (Collapse)AuthorAge
* gRPC, Windows: add missing #include and warningGravatar László Csomor2017-03-15
| | | | | | | | | | | | | Add a missing header inclusion to string_win32.c which was resulting in an implicit function declaration with the wrong, but compatible type, causing a char* being converted to int, converted to char*, corrupting the upper 32 bits, leading to a segfault. Fixes https://github.com/bazelbuild/bazel/issues/2672 Change-Id: I805737c93c248f792b2c0f54fe15ab9a261575d2
* Patches to compile against muslGravatar Lukacs T. Berki2016-10-07
| | | | This is a partial import of the patch 8ba828096961b72c8eb93f327719c5de8349581c by Steven Dee <steve@smartercode.net>. The patch cannot be imported in one piece because we store the third-party libraries in the Bazel repository separately from the actual source code of Bazel.
* Patch gRPC so that it compiles and works under msys2.Gravatar Lukacs T. Berki2016-04-11
| | | | | | The patch is being upstreamed, but for the time being, we need to maintain it in our source tree. Change-Id: I6a52dd0b0b57828030693dacdda23a906a2bee4f
* Add the C++ gRPC implementation and the Java gRPC proto compiler plugin to ↵Gravatar Lukacs T. Berki2016-04-07
third_party . The Java code of gRPC is already there. Change-Id: I29091b11dc88a1946fd637fe678b269abfd8c035