Yang Gao b840d5e45c Revert "Add more filter priority levels" 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 b840d5e45c Revert "Add more filter priority levels" 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 326f82e5e2 A bit of cleanup and add more tests. 7 anos atrás
http 274840e4d3 Migrate SSL_transport_security TSI to new TSI handshaker API 7 anos atrás
iomgr 17a6bf65b7 Merge pull request #16298 from vjpai/custom_poller 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 d7a7c71849 clang_format 7 anos atrás
slice ba221d0423 Merge branch 'master' into prototype-cfstream 7 anos atrás
surface b840d5e45c Revert "Add more filter priority levels" 7 anos atrás
transport f7e72560b6 Add experimental API for resetting connection backoff. 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.