grpc/src/core
Mark D. Roth ee0e8d6c2e
Merge pull request #20679 from markdroth/eds_health_status
Ignore EDS endpoints that are unhealthy.
2019-10-21 10:37:17 -07:00
..
ext Merge pull request #20679 from markdroth/eds_health_status 2019-10-21 10:37:17 -07:00
lib Squashed commit of the following: 2019-10-18 15:07:54 -07:00
plugin_registry Revert "Forgot to autogenerate files and run clang_format/tidy_code" 2019-08-20 14:50:35 -07:00
tsi Merge pull request #20100 from jtattermusch/update_boringssl 2019-10-21 16:25:28 +02:00
README.md Adding missing language :P 2019-03-25 13:44:45 -07:00

README.md

Overview

This directory contains source code for C library (a.k.a the gRPC C core) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, C#, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.