grpc/src/core
Mark D. Roth 8892c087b9
Merge pull request #15090 from markdroth/handshaker_trace
Add tracer for handshakers.
2018-04-19 10:34:00 -07:00
..
ext Merge pull request #15090 from markdroth/handshaker_trace 2018-04-19 10:34:00 -07:00
lib Don't crash on null channel args or read buffer. 2018-04-18 14:18:29 -07:00
plugin_registry Revert "Let cronet use grpc_cronet_registry_plugin" 2018-03-30 16:20:43 -07:00
tsi cache default SSL root cert store 2018-03-23 11:28:48 -07:00
README.md fix markdown render error 2017-03-26 00:52:56 +08: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++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.