Eric Gribkoff e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown пре 7 година
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h пре 8 година
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h пре 8 година
channel 8ba4563629 Merge pull request #16373 from markdroth/mu_guard_cleanup пре 7 година
compression c0cd82faed Remove unnecessary includes of exec_ctx.h пре 8 година
debug b500281f91 Create GRPC_USE_TRACERS to support OSS/internal difference пре 8 година
gpr f94d98833b Remove unnecessary atm пре 7 година
gprpp f8cf7ee56d Support gRPC Python client-side fork with epoll1 пре 7 година
http 274840e4d3 Migrate SSL_transport_security TSI to new TSI handshaker API пре 8 година
iomgr e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown пре 7 година
json 2c990387c7 reviewer feedback пре 7 година
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling пре 8 година
security fba18d8551 Fix a number of spelling errors. пре 7 година
slice ba221d0423 Merge branch 'master' into prototype-cfstream пре 8 година
surface e04ba7568c Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown пре 7 година
transport 9e515951ac size_t shouldn't have the value -1; switch to int пре 7 година
README.md cbf5447a0d Review feedback пре 9 година

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.