Vijay Pai 302e7b4d2b Merge pull request #17658 from guantaol/avoid_thd_jump 7 years ago
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
channel c7f7db65e0 Add test and fix bug 7 years ago
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 7 years ago
debug a267d4a48c Add a static_assert 7 years ago
gpr e9dd13bfcf clang-format 7 years ago
gprpp 3c3436d2b4 Merge pull request #17291 from soheilhy/worktree-security-cpp 7 years ago
http 0531d3d3ad extend local credentials to support tcp loopback 7 years ago
iomgr 302e7b4d2b Merge pull request #17658 from guantaol/avoid_thd_jump 7 years ago
json 2c990387c7 reviewer feedback 7 years ago
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 years ago
security b96196f655 Merge pull request #17547 from markdroth/alignment_cleanup 7 years ago
slice a64cb54de1 Channel trace is limited by memory 7 years ago
surface 778be11865 Merge pull request #17629 from AspirinSJL/clean_sc_args 7 years ago
transport 5ac6ab67e4 * Fixed issue(17563) "Freeing heap block containing an active critical section." reported by Application Verifier on Windows. 7 years ago
uri 44b262c361 fix build and sanity 7 years ago
README.md cbf5447a0d Review feedback 9 years ago

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.