aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.BUILD
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2016-06-11
| | | | Change: 124644444
* Introduce grpc++ target to grpc.BUILD that TF is currently using.Gravatar Kiril Gorovoy2016-06-07
| | | | Change: 124299122
* Specializes the implementation of the gRPC Master and Worker services.Gravatar Derek Murray2016-06-03
This takes previously generated code, and includes it in the repository. The main advantage of doing this is that we can specialize the deserialization routines for various protobuf types that tend to be large, and thereby avoid the problem where we brush up against the default protobuf limits. Fixes #2233. Change: 124007049