grpc/src/core/lib
Mark D. Roth fdb651e927
Merge pull request #24954 from grpc/arena-alignment-fix
Fixing alignment issue with Arenas.
2020-12-10 07:16:18 -08:00
..
avl Remove unused-parameter warnings, round 2 (6 of 19) 2019-10-24 13:07:40 -07:00
backoff Add a sanity check for inclusion of port_platform.h 2018-02-23 09:59:53 -08:00
channel Convert URI parser to C++ #24701 2020-12-07 12:13:22 -08:00
compression C++ cast for char* 2020-11-30 17:31:08 -08:00
debug Fix readability-inconsistent-declaration-parameter-name manually 2020-11-30 14:22:40 -08:00
gpr Merge pull request #24841 from veblush/tidy-google-readability-casting 2020-12-03 14:49:45 -08:00
gprpp Fixing alignment issue with Arenas. 2020-12-10 07:03:35 +01:00
http Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
iomgr Convert URI parser to C++ #24701 2020-12-07 12:13:22 -08:00
json Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
profiling Fix unique_ptr<char> memory allocation mismatch 2019-11-07 17:53:59 -08:00
security Fix subject_alternative_names deletion 2020-12-09 15:36:43 -08:00
slice Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
surface Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
transport Convert URI parser to C++ #24701 2020-12-07 12:13:22 -08:00
uri Fix overpermissive percent-decoding of URIs ('%eth1' case) 2020-12-09 08:06:27 -08:00
README.md

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.