Hope Casey-Allen 673e0cec33 Fix 6 лет назад
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 лет назад
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 лет назад
channel c9376b4e0b Use cycle clock instead of clock monotonic to measure call latency. 6 лет назад
compression ee603bf172 Better codegenfor validate_filtered_metadata. 6 лет назад
debug 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gpr 81a29ae1a6 Mark double-second local variables as const. 6 лет назад
gprpp d3f50ace39 Use mutex instead of combiner in client channel data plane. 6 лет назад
http dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 6 лет назад
iomgr 4b2b00b35b Optimize cycle to millis conversion by bypassing sub+add. 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
security c965ca1494 Pull out configuration from ssl_utils 6 лет назад
slice 0b06676c9e hpack encoder optimizations. 6 лет назад
surface 673e0cec33 Fix 6 лет назад
transport fa7bdff69f Fix buffer-overflow in grpc_static_mdelem_for_static_strings 6 лет назад
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.