Juanli Shen 06e674216b Merge pull request #21344 from AspirinSJL/stringview_cmp 6 年之前
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) 6 年之前
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 年之前
channel 3261d69ae4 Use 64-bit atomic variales instead of gpr_atm in channelz. 6 年之前
compression 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) 6 年之前
debug e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 年之前
gpr 114f03ed6d Reduce log level of gpr_cpu_current_cpu to GPR_DEBUG 6 年之前
gprpp 2693d34c30 Make StringView cmp compatible with absl 6 年之前
http e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 年之前
iomgr 5817f6287d Merge pull request #21275 from yashykt/logicalthread 6 年之前
json 9a276c07fa Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap" 6 年之前
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 年之前
security 2693d34c30 Make StringView cmp compatible with absl 6 年之前
slice e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 年之前
surface 6feae07504 Regenerate projects 6 年之前
transport 60d0105542 Fix compression filter Stream::Next bug 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.