Esun Kim 90fbdc92f5 Roll-forward "Config migration" 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 c639da7a1d Merge branch 'master' of https://github.com/grpc/grpc into port_sharing 6 лет назад
compression 0df4cb1bdc Merge pull request #18959 from SataQiu/fix-20190506 6 лет назад
debug 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gpr 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
gprpp 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
http 70d5e5af17 Introduce GRPC_TRACE_FLAG_ENABLED macro to mark trace branches unlikely. 6 лет назад
iomgr 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
security 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
slice 0df4cb1bdc Merge pull request #18959 from SataQiu/fix-20190506 6 лет назад
surface 90fbdc92f5 Roll-forward "Config migration" 6 лет назад
transport f65208af02 Added slice equality when static fastpath. 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.