Mark D. Roth fdb651e927 Merge pull request #24954 from grpc/arena-alignment-fix 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 880a854f0e Convert URI parser to C++ #24701 5 лет назад
compression d2bff16c25 C++ cast for char* 5 лет назад
debug ac080fd17a Fix readability-inconsistent-declaration-parameter-name manually 5 лет назад
gpr 6c440e820b Merge pull request #24841 from veblush/tidy-google-readability-casting 5 лет назад
gprpp 6eabdf7339 Fixing alignment issue with Arenas. 5 лет назад
http 53ab235fb8 Fix google-explicit-constructor 5 лет назад
iomgr 880a854f0e Convert URI parser to C++ #24701 5 лет назад
json 53ab235fb8 Fix google-explicit-constructor 5 лет назад
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 лет назад
security 27dbc95a81 Fix subject_alternative_names deletion 5 лет назад
slice 53ab235fb8 Fix google-explicit-constructor 5 лет назад
surface 53ab235fb8 Fix google-explicit-constructor 5 лет назад
transport 880a854f0e Convert URI parser to C++ #24701 5 лет назад
uri 6cc1d2edb0 Fix overpermissive percent-decoding of URIs ('%eth1' case) 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.