Esun Kim a3811b288d Merge pull request #24213 from veblush/del-slice_traits 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 7 años
channel 0db7ea4196 Change RefIfNonZero() to return a RefCountedPtr<>. 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 e9b5f0be86 Introduce a macro to override the precise clock hace 5 años
gprpp 419fc6394c Merge pull request #24230 from markdroth/ref_if_non_zero_api hace 5 años
http 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. hace 5 años
iomgr 83c3fe5d7e Merge pull request #24158 from grpc/revert-24081-revert-23710-shutdown hace 5 años
json 11abbd3828 Add parsing logic for GoogleMeshCaConfig hace 5 años
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch hace 6 años
security 48ec53971a gRPC Core API to create Xds channel credentials hace 5 años
slice c19079da51 Delete slice_traits.h hace 5 años
surface aafe657978 Bump version to v1.34.x: regenerate projects hace 5 años
transport 9528974dcc Merge pull request #24148 from veblush/metadata-leak hace 5 años
uri 12fc8f6a35 Change URI parser to take absl::string_view and move tests to correct directory. 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.