grpc/src/core/lib
Esun Kim b762dce244
Fix some clang-tidy issue (#28679)
* Fix clang-tidy

* Generated projects
2022-01-25 16:19:39 -08:00
..
address_utils Move resolver code around a little (#27846) 2022-01-06 10:53:40 -08:00
avl fix missing header (#28087) 2021-11-15 10:32:20 -08:00
backoff Updated backoff to use absl::Random (#27193) 2021-12-02 15:22:44 -08:00
channel c++-ize channel stack builder (#28660) 2022-01-24 15:28:08 -08:00
compression Revert "Revert "Reland slice changes (#28601)" (#28615)" (#28624) 2022-01-20 12:47:33 -08:00
config Channel args preconditioning (#28132) 2021-11-22 15:24:39 -08:00
debug Tooling to remove redundant grpc_core:: namespace references (#28030) 2021-11-15 15:38:32 -08:00
event_engine Revert "Revert "Reland slice changes (#28601)" (#28615)" (#28624) 2022-01-20 12:47:33 -08:00
gpr Remove grpc_mdelem (#28267) 2022-01-07 09:42:27 -08:00
gprpp Revert "transport: add error attributes indicating stream network state (#28546)" (#28680) 2022-01-25 15:04:53 -08:00
http Add http cancel api (#28354) 2022-01-25 10:37:05 -08:00
iomgr Revert "transport: add error attributes indicating stream network state (#28546)" (#28680) 2022-01-25 15:04:53 -08:00
json accounting for un-matched utf8 bytes in json parsing (#28203) 2021-11-24 15:48:42 -08:00
matchers RBAC Authorization Engine updates based on A41 proposal (#27754) 2022-01-10 19:52:20 -08:00
profiling Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
promise Remove direct reference to absl::Status in Activity (#28659) 2022-01-25 10:26:00 -08:00
resolver Move resolver code around a little (#27846) 2022-01-06 10:53:40 -08:00
resource_quota Make promise arena part of the context (#28313) 2021-12-09 13:08:19 -08:00
security Fix some clang-tidy issue (#28679) 2022-01-25 16:19:39 -08:00
service_config Move resolver code around a little (#27846) 2022-01-06 10:53:40 -08:00
slice Revert "Revert "Reland slice changes (#28601)" (#28615)" (#28624) 2022-01-20 12:47:33 -08:00
surface Add http cancel api (#28354) 2022-01-25 10:37:05 -08:00
transport Revert "transport: add error attributes indicating stream network state (#28546)" (#28680) 2022-01-25 15:04:53 -08:00
uri xds: percent-encode authority name in default client listener template (#28641) 2022-01-21 12:22:12 -08:00
README.md Review feedback 2017-01-06 13:55:44 -08:00

README.md

Required elements of gRPC Core: Each module in this directory is required to build gRPC. If it's possible to envisage a configuration where code is not required, then that code belongs in ext/ instead.

NOTE: The movement of code between lib and ext is an ongoing effort, so this directory currently contains too much of the core library.