Jiangtao Li 90cb93abfc Merge pull request #15217 from jiangtaoli2016/fix_security_connector_namespace 8 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. 8 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. 8 years ago
http 144f5559da cache default SSL root cert store 8 years ago
iomgr f5f5ee31a2 Enable SIO_LOOPBACK_FAST_PATH on Windows 8 years ago
json 3b42f83068 Revert "Revert "Channel Tracing Implementation; Part 1"" 8 years ago
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 8 years ago
security 310d87d509 fix namespace of security_connector test functions 8 years ago
slice 9635a04fed Work-around for ref-counted subclass deletion address problem. 8 years ago
surface 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 8 years ago
transport 48854d2061 Change trace logging to use GPR_INFO instead of GPR_DEBUG. 8 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.