Soheil Hassas Yeganeh d926b04ced Optimize `grpc_call_stack_init` for cache coherency. 7 anos atrás
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 anos atrás
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 anos atrás
channel d926b04ced Optimize `grpc_call_stack_init` for cache coherency. 7 anos atrás
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 7 anos atrás
debug b500281f91 Create GRPC_USE_TRACERS to support OSS/internal difference 7 anos atrás
gpr 48e4a81b05 Remeve memset(0) from arena allocated memory. 7 anos atrás
gprpp e21a418aae Add compaction to channelz registry 7 anos atrás
http e976f69972 Merge pull request #16963 from yihuazhang/security_connector_refactor_new 7 anos atrás
iomgr 48e4a81b05 Remeve memset(0) from arena allocated memory. 7 anos atrás
json 2c990387c7 reviewer feedback 7 anos atrás
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 anos atrás
security 48e4a81b05 Remeve memset(0) from arena allocated memory. 7 anos atrás
slice a64cb54de1 Channel trace is limited by memory 7 anos atrás
surface 48e4a81b05 Remeve memset(0) from arena allocated memory. 7 anos atrás
transport 48e4a81b05 Remeve memset(0) from arena allocated memory. 7 anos atrás
uri 44b262c361 fix build and sanity 7 anos atrás
README.md cbf5447a0d Review feedback 9 anos atrás

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.