donnadionne 3697765c01 Revert "Adjusting time measurements for the timeout test to make it more stable" 5 years ago
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) 6 years ago
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 years ago
channel 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 5 years ago
compression 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 5 years ago
debug c08f33c437 Fix clang-tidy errors 5 years ago
gpr ab96b012ee Hard code the base of the string to decimal 5 years ago
gprpp e0cbc7e5dd Merge pull request #24245 from veblush/stacktrace 5 years ago
http 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 5 years ago
iomgr 3697765c01 Revert "Adjusting time measurements for the timeout test to make it more stable" 5 years ago
json d45bbe46e0 File watcher certificate provider config parsing 5 years ago
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 years ago
security d7d5ee1bff Merge pull request #24600 from ZhenLian/zhen_dynamic_file_reloading_5 5 years ago
slice 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 5 years ago
surface e6e6be4b0b Merge pull request #24577 from yang-g/init_failure 5 years ago
transport 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 5 years ago
uri 12fc8f6a35 Change URI parser to take absl::string_view and move tests to correct directory. 5 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.