Yash Tibrewal 41771f2f47 Merge pull request #20139 from yashykt/fixraces 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 32f1119d2b Strict C++ 6 лет назад
compression 67e6b03e92 Fix compression algorithm parsing 6 лет назад
debug 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gpr 57586a1ca7 Rename gettid() functions. 6 лет назад
gprpp 21c5424477 Add API for accessing per-call backend metric data in LB policies. 6 лет назад
http dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 6 лет назад
iomgr 7315e75ce6 Add comments 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
security 2707fd0bd4 Added GRPC_USE_CPP_STD_LIB flag 6 лет назад
slice a96cbbd592 Fix ubsan on InternNewStringLocked 6 лет назад
surface 2767accc1b Fixed init-order-fiasco for static slice table. 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.