donnadionne 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
..
avl 322a171d3b Remove unused-parameter warnings, round 2 (6 of 19) 6 年之前
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 年之前
channel 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
compression d2bff16c25 C++ cast for char* 5 年之前
debug ac080fd17a Fix readability-inconsistent-declaration-parameter-name manually 5 年之前
gpr f4e55b85bc Replace disrespectful term 4 年之前
gprpp 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
http ac4f4de196 xDS server config fetcher 4 年之前
iomgr 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
json 53ab235fb8 Fix google-explicit-constructor 5 年之前
profiling e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 6 年之前
security 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
slice 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
surface 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
transport 8e268dcec8 Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 年之前
uri 6cc1d2edb0 Fix overpermissive percent-decoding of URIs ('%eth1' case) 4 年之前
README.md cbf5447a0d Review feedback 8 年之前

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.