grpc/src/core/lib
Craig Tiller b38e7ab88e
[server] Reland cap size of pending request queue with RealRequestMatcher (#34809)
fix in ee787e8955
2023-10-27 17:07:57 -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 [server] Reland cap size of pending request queue with RealRequestMatcher (#34809) 2023-10-27 17:07:57 -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 [tls] Fix ownership bugs in TlsCredentialsOptions and grpc_tls_credentials_options. (#34758) 2023-10-27 08:09:04 -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 [server] Reland cap size of pending request queue with RealRequestMatcher (#34809) 2023-10-27 17:07:57 -07:00
transport Revert "[chttp2] Fix bug in timeout encoding" (#34811) 2023-10-27 09:38:59 -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.