Vijay Pai a47c979ba0 Enable TCP callback tests if the event engine allows 7 jaren geleden
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 jaren geleden
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 jaren geleden
channel c7f7db65e0 Add test and fix bug 7 jaren geleden
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 8 jaren geleden
debug a267d4a48c Add a static_assert 7 jaren geleden
gpr bca92b2b7e Added test for wall-clock time change on the client 7 jaren geleden
gprpp bf8777dc30 Add const qualifiers to member methods in Optional 7 jaren geleden
http 0531d3d3ad extend local credentials to support tcp loopback 7 jaren geleden
iomgr a47c979ba0 Enable TCP callback tests if the event engine allows 7 jaren geleden
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 jaren geleden
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 8 jaren geleden
security a632af0298 Merge pull request #17981 from vjpai/app_exec_ctx 7 jaren geleden
slice a64cb54de1 Channel trace is limited by memory 7 jaren geleden
surface 64e095953a Remove an overly-conservative mutex from callback CQ implementation 7 jaren geleden
transport ef20840174 Reorder fields in slice to share the same bytes for length fields. 7 jaren geleden
uri 44b262c361 fix build and sanity 7 jaren geleden
README.md cbf5447a0d Review feedback 9 jaren geleden

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.