grpc/src/core
yihuaz 4fef7f4d13
Merge pull request #18400 from yihuazhang/SPIFFE_FIX_CLANG_TIDY_ERROR
Fix clang-tidy errors in SPIFFE security stack
2019-03-15 14:47:48 -07:00
..
ext Merge pull request #18380 from nicolasnoble/memset-on-nontrivial 2019-03-14 21:04:53 -07:00
lib Merge pull request #18400 from yihuazhang/SPIFFE_FIX_CLANG_TIDY_ERROR 2019-03-15 14:47:48 -07:00
plugin_registry remove ALTS shared resources 2018-11-13 09:44:28 -08:00
tsi Merge pull request #18391 from nicolasnoble/non-trivial-memset 2019-03-15 12:21:52 -07:00
README.md

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.