Yash Tibrewal 3eb743ba4c Merge pull request #25056 from yashykt/logunsecurewarning il y a 5 ans
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) il y a 6 ans
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h il y a 8 ans
channel 1bc2d7d1a6 Remove StringLess and src/core/lib/gprpp/map.h. il y a 5 ans
compression d2bff16c25 C++ cast for char* il y a 5 ans
debug ac080fd17a Fix readability-inconsistent-declaration-parameter-name manually il y a 5 ans
gpr 6c440e820b Merge pull request #24841 from veblush/tidy-google-readability-casting il y a 5 ans
gprpp 1bc2d7d1a6 Remove StringLess and src/core/lib/gprpp/map.h. il y a 5 ans
http 53ab235fb8 Fix google-explicit-constructor il y a 5 ans
iomgr 880a854f0e Convert URI parser to C++ #24701 il y a 5 ans
json 53ab235fb8 Fix google-explicit-constructor il y a 5 ans
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch il y a 6 ans
security 06cc42eb85 Add support of implicit and explicit flows for external account creds il y a 5 ans
slice 53ab235fb8 Fix google-explicit-constructor il y a 5 ans
surface 72e0d559b8 Add log for insecure buils il y a 5 ans
transport 1bc2d7d1a6 Remove StringLess and src/core/lib/gprpp/map.h. il y a 5 ans
uri 6cc1d2edb0 Fix overpermissive percent-decoding of URIs ('%eth1' case) il y a 5 ans
README.md cbf5447a0d Review feedback il y a 9 ans

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.