kpayson64 1482d3f25c PR Feedback Changes 7 anos atrás
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 anos atrás
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 anos atrás
channel bcf271c416 Allow error strings in final_info to propagate to filters on call destruction 7 anos atrás
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 8 anos atrás
debug b500281f91 Create GRPC_USE_TRACERS to support OSS/internal difference 7 anos atrás
gpr 95390f943e Replace atomics in gpr_arena_aloc with a mutex in the slow path 7 anos atrás
gprpp 2968bf687a reviewer feedback 7 anos atrás
http 274840e4d3 Migrate SSL_transport_security TSI to new TSI handshaker API 7 anos atrás
iomgr 1482d3f25c PR Feedback Changes 7 anos atrás
json 2c990387c7 reviewer feedback 7 anos atrás
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 8 anos atrás
security 1482d3f25c PR Feedback Changes 7 anos atrás
slice ba221d0423 Merge branch 'master' into prototype-cfstream 7 anos atrás
surface 1482d3f25c PR Feedback Changes 7 anos atrás
transport 8ae0ff0af2 Move recv_trailing_metadata into its own callback. Don't use 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.