Yash Tibrewal e56249c635 Merge branch 'master' into keepalivethrottling hace 5 años
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) hace 6 años
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h hace 8 años
channel 0b61aea1c5 Convert grpc_server to idiomatic C++. hace 5 años
compression 1d7f3b130b Reviewer comments hace 5 años
debug b16ce8d621 Merge pull request #23032 from rcleveng/master hace 5 años
gpr c8b95f97da Merge pull request #22465 from muxi/cleanup-timer-debug hace 5 años
gprpp 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. hace 5 años
http 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. hace 5 años
iomgr c6586f087f implemented get_local_address accessor for grpc_endpoint hace 5 años
json 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. hace 5 años
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch hace 6 años
security ec216362a1 Merge pull request #23553 from michaelywg/cel_stub_activation hace 5 años
slice c35a37d6c2 Remove TargetAuthorityTable in favor of a per-address channel arg. hace 5 años
surface 1723e8ce22 Fix use-after-free bug introduced in #23581. hace 5 años
transport cf0b46c4d6 Reviewer comments hace 5 años
uri 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. hace 5 años
README.md cbf5447a0d Review feedback hace 9 años

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.