grpc/src/core
Yang Gao 371082b139
Merge pull request #20317 from yashykt/goawayinproc
Ignore GOAWAY errors in inproc transport
2019-09-19 21:03:35 -07:00
..
ext Revert changes and remove max age filter channel args for inproc 2019-09-19 17:24:51 -07:00
lib Merge pull request #20297 from yang-g/thread_local 2019-09-19 10:09:40 -07:00
plugin_registry Add xds resolver 2019-08-16 15:09:32 -07:00
tsi Add linux support to generate_grpc_shadow_boringssl_symbol_list.sh 2019-09-19 13:18:27 -07: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.