Mark D. Roth 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 years ago
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 years ago
channel 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
compression c0cd82faed Remove unnecessary includes of exec_ctx.h 8 years ago
debug 9d0c246294 Add clarifying comment, stylistic consistency 8 years ago
gpr e7995f213c Avoid low severity log message construction 8 years ago
gprpp 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
http 144f5559da cache default SSL root cert store 8 years ago
iomgr 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
json 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1"" 8 years ago
profiling 22bcb486bd Use pthread to avoid circular calls to timer library 8 years ago
security 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
slice 9635a04fed Work-around for ref-counted subclass deletion address problem. 7 years ago
surface 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 7 years ago
transport 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 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.