Mark D. Roth c9aebe3880 Merge pull request #18081 from markdroth/service_config_ref_counted hace 7 años
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h hace 8 años
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h hace 8 años
channel 42c512c43e Use atm operations on gpr_atm variables hace 7 años
compression c0cd82faed Remove unnecessary includes of exec_ctx.h hace 8 años
debug a267d4a48c Add a static_assert hace 7 años
gpr 227cce9ad3 Use malloc/free in leak checker hace 7 años
gprpp 2c32f29802 Merge pull request #18148 from soheilhy/atomic-fix-hdr hace 7 años
http 195a30bb8b Grpc: Change grpc_handshake and grpc_handshake_mgr to use CPP implementations. hace 7 años
iomgr 3cbf4f50ea Remove extra semicolons after function definitions hace 7 años
json 1fab48edfc Add null input handling in grpc_json_destroy() hace 7 años
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling hace 7 años
security f5a71f7313 Clean up deprecated tsi_create_ssl_server_handshaker_factory callers hace 7 años
slice a64cb54de1 Channel trace is limited by memory hace 7 años
surface 4bc2ca4de6 Revert "Move grpc_shutdown internals to a detached thread" hace 7 años
transport e40177fad0 Make service config ref-counted and hold refs to it in LB config. hace 7 años
uri 44b262c361 fix build and sanity hace 7 años
README.md cbf5447a0d Review feedback hace 9 años

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.