Yash Tibrewal a0de68e752 Merge pull request #24597 from yashykt/cleanuptlssecurityconnector преди 5 години
..
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 e7434d385e Fix by tidy-modernize-use-override преди 5 години
compression 9e8a13bb93 Fix by tidy-readability-redundant-control-flow преди 5 години
debug c08f33c437 Fix clang-tidy errors преди 5 години
gpr c08f33c437 Fix clang-tidy errors преди 5 години
gprpp d5d35650b0 add API to get last modification time of a file преди 5 години
http 9404f66f70 Replace most uses of gpr_asprintf() with absl calls. преди 5 години
iomgr eb18b1d27e Fix for google-default-arguments преди 5 години
json c08f33c437 Fix clang-tidy errors преди 5 години
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch преди 6 години
security fcbb9fec77 Cleanup TlsCredentialsOptions преди 5 години
slice c19079da51 Delete slice_traits.h преди 5 години
surface 9e8a13bb93 Fix by tidy-readability-redundant-control-flow преди 5 години
transport e7434d385e Fix by tidy-modernize-use-override преди 5 години
uri 12fc8f6a35 Change URI parser to take absl::string_view and move tests to correct directory. преди 5 години
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.