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.