grpc/src/core
Craig Tiller 8faac767da [context] Move traffic context to arena based context (#36778)
Closes #36778

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36778 from ctiller:ctx4 21269c72f1
PiperOrigin-RevId: 639059903
2024-05-31 09:32:20 -07:00
..
channelz [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
client_channel [arena] Make arena refcounted (#36758) 2024-05-30 13:43:21 -07:00
ext Automated rollback of commit fbd8ebe7cd. 2024-05-30 16:23:47 -07:00
handshaker Automated rollback of commit fbd8ebe7cd. 2024-05-30 16:23:47 -07:00
lib [context] Move traffic context to arena based context (#36778) 2024-05-31 09:32:20 -07:00
load_balancing [context] Move SubchannelCallTrackerInterface to arena based context (#36780) 2024-05-31 08:23:25 -07:00
plugin_registry [call-v3] Server path (#36509) 2024-05-13 09:45:09 -07:00
resolver [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
server [reorg] move telemetry code to src/core/telemetry (#36644) 2024-05-23 15:54:07 -07:00
service_config [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
telemetry [call-v3] New client channel implementation (#36723) 2024-05-29 15:06:01 -07:00
tsi Create helper APIs for parsing PEM-encoded credentials. (#36357) 2024-05-22 07:42:23 -07:00
util Automated rollback of commit fbd8ebe7cd. 2024-05-30 16:23:47 -07:00
xds [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36284) 2024-04-10 20:26:39 -07:00
BUILD Automated rollback of commit fbd8ebe7cd. 2024-05-30 16:23:47 -07: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.