grpc/src/core
Ashitha Santhosh d8d1090b98
Merge pull request #24616 from ashithasantosh/clang_tidy_fix
Fix compilation errors after clang-tidy upgrade.
2020-11-03 14:15:36 -08:00
..
ext Merge pull request #24635 from markdroth/xds_channel_creds_registry 2020-11-02 15:31:09 -08:00
lib Merge pull request #24616 from ashithasantosh/clang_tidy_fix 2020-11-03 14:15:36 -08:00
plugin_registry Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy. 2020-10-16 07:29:08 -07:00
tsi unsafe flags 2020-11-02 10:11:24 -08: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.