Yunjia Wang a63cbfb61e Fix headers order hace 6 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 ef0f9bf7ec Introduce string_view and use it for gpr_split_host_port. hace 6 años
compression 67e6b03e92 Fix compression algorithm parsing hace 6 años
debug 90fbdc92f5 Roll-forward "Config migration" hace 6 años
gpr ef0f9bf7ec Introduce string_view and use it for gpr_split_host_port. hace 6 años
gprpp fedf7e373e Fix a backward compatibility bug. hace 6 años
http ef0f9bf7ec Introduce string_view and use it for gpr_split_host_port. hace 6 años
iomgr a63cbfb61e Fix headers order hace 6 años
json 1fab48edfc Add null input handling in grpc_json_destroy() hace 7 años
profiling 90fbdc92f5 Roll-forward "Config migration" hace 6 años
security 39e982a263 Merge pull request #19488 from soheilhy/string-view2 hace 6 años
slice bff4dd1b2d Fast-path for no-error case for grpc_error_get_status. hace 6 años
surface 67e6b03e92 Fix compression algorithm parsing hace 6 años
transport d527c1fbda Pre-compute static metadata index for hpack_encoder. hace 6 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.