Soheil Hassas Yeganeh db38d4ca9b Merge pull request #17939 from vertextao/gpr_mu_cv-leak-test 6 лет назад
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
channel 48c44ef9e4 grpc: aligned creation of handshaker factory lists 6 лет назад
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 7 лет назад
debug a267d4a48c Add a static_assert 7 лет назад
gpr 7260eb62ff use static_cast to convert type instead of explicit type casting. 6 лет назад
gprpp bab8123763 LB policy picker API 6 лет назад
http 195a30bb8b Grpc: Change grpc_handshake and grpc_handshake_mgr to use CPP implementations. 6 лет назад
iomgr db38d4ca9b Merge pull request #17939 from vertextao/gpr_mu_cv-leak-test 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 6 лет назад
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 лет назад
security f5a71f7313 Clean up deprecated tsi_create_ssl_server_handshaker_factory callers 6 лет назад
slice a64cb54de1 Channel trace is limited by memory 7 лет назад
surface b0efc103e3 Regenerate projects 6 лет назад
transport ef20840174 Reorder fields in slice to share the same bytes for length fields. 7 лет назад
uri 44b262c361 fix build and sanity 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.