grpc/src/core/lib
Mark D. Roth 9c15d6327e
Revert "[server] Cap size of pending request queue with RealRequestMatcher" (#34803)
Reverts grpc/grpc#34782
2023-10-26 09:54:14 -07:00
..
address_utils [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
avl [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
backoff [fuzzing] Expose random number generator to some fuzzers (#34415) 2023-09-25 10:17:58 -07:00
channel [tracing] Add TcpTracer and HttpAnnotation (#34592) 2023-10-20 16:04:16 -07:00
compression [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
config [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
debug [work-serializer] Add some basic process-wide monitoring (#34369) 2023-09-18 13:14:21 -07:00
event_engine [EventEngine] Fix local work queueing logic with multiple pools (#34786) 2023-10-24 17:27:45 -07:00
experiments Revert "[server] Cap size of pending request queue with RealRequestMatcher" (#34803) 2023-10-26 09:54:14 -07:00
gpr [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
gprpp [xxhash] add a wrapper header to avoid clang-format breakage (#34658) 2023-10-12 10:31:40 -07:00
handshaker Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
http [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
iomgr [TCP_USER_TIMEOUT] Add comment (#34757) 2023-10-20 11:52:21 -07:00
json [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
load_balancing [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
matchers [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
promise [fuzzing] Fix api-fuzzer found bug in ClientPromiseBasedCall (#34655) 2023-10-12 16:49:08 -07:00
resolver [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
resource_quota [server] Remove name parameter from CreateMemoryOwner (#34479) 2023-10-18 10:34:44 -07:00
security [ssl] Remove unnecessary log in SSL security connector. (#34796) 2023-10-25 14:45:46 -07:00
service_config [owners] Remove the mkowners tool (#34533) 2023-10-04 11:13:10 -07:00
slice [fuzzers] Expand client_fuzzer, server_fuzzer (#34596) 2023-10-05 15:22:39 -07:00
surface Revert "[server] Cap size of pending request queue with RealRequestMatcher" (#34803) 2023-10-26 09:54:14 -07:00
transport [tracing] Add TcpTracer and HttpAnnotation (#34592) 2023-10-20 16:04:16 -07:00
uri [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
README.md

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.