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

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.