Yash Tibrewal 714a54aa43 Merge pull request #17331 from yashykt/timestamplength 7 years ago
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 years ago
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 years ago
channel d926b04ced Optimize `grpc_call_stack_init` for cache coherency. 7 years ago
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 8 years ago
debug b500281f91 Create GRPC_USE_TRACERS to support OSS/internal difference 7 years ago
gpr 6873456fd9 Revert "Fix timer manager debug code" 7 years ago
gprpp f3844ec79e Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fix 7 years ago
http e976f69972 Merge pull request #16963 from yihuazhang/security_connector_refactor_new 7 years ago
iomgr 714a54aa43 Merge pull request #17331 from yashykt/timestamplength 7 years ago
json 2c990387c7 reviewer feedback 7 years ago
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 years ago
security fc332d2c92 Merge master 7 years ago
slice a64cb54de1 Channel trace is limited by memory 7 years ago
surface 99673fcbe3 Merge pull request #17244 from guantaol/ev_epollbg 7 years ago
transport 794559ab8d Merge pull request #17313 from yashykt/padstreamsize 7 years ago
uri 44b262c361 fix build and sanity 7 years ago
README.md cbf5447a0d Review feedback 9 years ago

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.