Vijay Pai 96b948b5f8 Remove unneeded and incorrect forward reference 5 gadi atpakaļ
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) 6 gadi atpakaļ
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 gadi atpakaļ
channel 0b61aea1c5 Convert grpc_server to idiomatic C++. 5 gadi atpakaļ
compression 1d7f3b130b Reviewer comments 6 gadi atpakaļ
debug b16ce8d621 Merge pull request #23032 from rcleveng/master 5 gadi atpakaļ
gpr c8b95f97da Merge pull request #22465 from muxi/cleanup-timer-debug 5 gadi atpakaļ
gprpp 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 gadi atpakaļ
http 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 gadi atpakaļ
iomgr 96b948b5f8 Remove unneeded and incorrect forward reference 5 gadi atpakaļ
json 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. 5 gadi atpakaļ
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 gadi atpakaļ
security 5820e833fc Add activation logic and endpoint getters. 5 gadi atpakaļ
slice c35a37d6c2 Remove TargetAuthorityTable in favor of a per-address channel arg. 5 gadi atpakaļ
surface e76b97d27e Update CallRegistrationTable comment 5 gadi atpakaļ
transport cf0b46c4d6 Reviewer comments 5 gadi atpakaļ
uri 12fc8f6a35 Change URI parser to take absl::string_view and move tests to correct directory. 5 gadi atpakaļ
README.md cbf5447a0d Review feedback 9 gadi atpakaļ

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.