Eric Gribkoff e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown 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 8ba4563629 Merge pull request #16373 from markdroth/mu_guard_cleanup 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 7 yıl önce
gpr f94d98833b Remove unnecessary atm 7 yıl önce
gprpp f8cf7ee56d Support gRPC Python client-side fork with epoll1 7 yıl önce
http 274840e4d3 Migrate SSL_transport_security TSI to new TSI handshaker API 7 yıl önce
iomgr e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown 7 yıl önce
json 2c990387c7 reviewer feedback 7 yıl önce
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 yıl önce
security fba18d8551 Fix a number of spelling errors. 7 yıl önce
slice ba221d0423 Merge branch 'master' into prototype-cfstream 7 yıl önce
surface e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown 7 yıl önce
transport 9e515951ac size_t shouldn't have the value -1; switch to int 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.