grpc/src/core
David G. Quintas c2ad372d43 Merge pull request #10912 from dgquintas/trying-to-fix-stuff
Upmerge from 1.3.0 to master
2017-05-04 10:44:03 -07:00
..
ext Merge pull request #10958 from muxi/fix-on-cancel-crash 2017-05-04 08:36:24 -07:00
lib Merge pull request #10912 from dgquintas/trying-to-fix-stuff 2017-05-04 10:44:03 -07:00
plugin_registry Optionalize deadline checking 2017-04-03 14:30:03 -07:00
tsi Merge pull request #10522 from jiangtaoli2016/new_tsi 2017-04-27 10:42:33 -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.