grpc/src/core
Stanley Cheung 0538643ffe
Set experiments to false in v1.61.x branch (#35569)
The release process requires all experiments to be set to either `true`
or `false`, not `debug`.
2024-01-16 15:10:41 -08:00
..
ext [chttp2] Rework settings management to be a c++ type (#35449) 2024-01-12 15:21:05 -08:00
lib Set experiments to false in v1.61.x branch (#35569) 2024-01-16 15:10:41 -08:00
plugin_registry [xDS] move CDS and EDS watchers into xds resolver (#35011) 2024-01-02 09:20:06 -08:00
tsi Fix deprecation warnings from upb (#35510) 2024-01-12 10:15:56 -08:00
BUILD [chttp2] Rework settings management to be a c++ type (#35449) 2024-01-12 15:21:05 -08:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.