Hope Casey-Allen 673e0cec33 Fix 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 c9376b4e0b Use cycle clock instead of clock monotonic to measure call latency. hace 6 años
compression ee603bf172 Better codegenfor validate_filtered_metadata. hace 6 años
debug 90fbdc92f5 Roll-forward "Config migration" hace 6 años
gpr 81a29ae1a6 Mark double-second local variables as const. hace 6 años
gprpp d3f50ace39 Use mutex instead of combiner in client channel data plane. hace 6 años
http dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" hace 6 años
iomgr 4b2b00b35b Optimize cycle to millis conversion by bypassing sub+add. 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 c965ca1494 Pull out configuration from ssl_utils hace 6 años
slice 0b06676c9e hpack encoder optimizations. hace 6 años
surface 673e0cec33 Fix hace 6 años
transport fa7bdff69f Fix buffer-overflow in grpc_static_mdelem_for_static_strings 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.