Esun Kim 5a5734ff03 Use std::string for channelz před 6 roky
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) před 6 roky
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h před 7 roky
channel 5a5734ff03 Use std::string for channelz před 6 roky
compression 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) před 6 roky
debug 8242bf4057 Remove unused-parameter warnings, round 2 (7 of 19) před 6 roky
gpr 81df105ac8 Deprecate gpr_get/set_allocation_functions před 6 roky
gprpp 5a5734ff03 Use std::string for channelz před 6 roky
http 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete před 6 roky
iomgr 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete před 6 roky
json 9a276c07fa Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap" před 6 roky
profiling 34b1f03e37 Remove unused-parameter warnings, round 2 (9 of 19) před 6 roky
security 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete před 6 roky
slice 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete před 6 roky
surface 5a5734ff03 Use std::string for channelz před 6 roky
transport 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete před 6 roky
uri 44b262c361 fix build and sanity před 7 roky
README.md cbf5447a0d Review feedback před 9 roky

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.