Yash Tibrewal b6329467df Merge pull request #20963 from yashykt/sched_to_run_tsan 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 8 лет назад
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 e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 лет назад
gprpp e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 лет назад
http e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 лет назад
iomgr bd0aa9a600 Merge pull request #20906 from yashykt/removrun 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 b6329467df Merge pull request #20963 from yashykt/sched_to_run_tsan 6 лет назад
slice e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 лет назад
surface bd0aa9a600 Merge pull request #20906 from yashykt/removrun 6 лет назад
transport fe88f14410 Merge branch 'master' into removrun 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.