Jan Tattermusch 75c190ddd3 Merge pull request #14177 from jtattermusch/fix_epollex_shutdown 8 年 前
..
backoff 44fe6e282c Combine BackOff Begin() and Step() methods. 8 年 前
channel fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 年 前
compression fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 年 前
debug dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 8 年 前
gpr ac0808b107 Merge pull request #14093 from markdroth/arena_alignment 8 年 前
gprpp 10f38f5a33 Initialize data members in a single place. 8 年 前
http dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 8 年 前
iomgr 0a6d900524 explicitly initialize all grpc_pollset fields (epollex) 8 年 前
json 66dfcf5919 clang fmt 8 年 前
profiling dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 8 年 前
security dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 8 年 前
slice fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 年 前
surface fd900e09fb Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 年 前
transport fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 8 年 前
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.