Soheil Hassas Yeganeh 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 8 лет назад
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 8 лет назад
channel 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
compression 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
debug 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 7 лет назад
gpr 227cce9ad3 Use malloc/free in leak checker 7 лет назад
gprpp 40241c5236 Merge pull request #18157 from yang-g/rollbackrollback 7 лет назад
http 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
iomgr 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 8 лет назад
security 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
slice 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
surface 40241c5236 Merge pull request #18157 from yang-g/rollbackrollback 7 лет назад
transport 8898f48277 Avoid copying grpc_slice as much as possible. 7 лет назад
uri 44b262c361 fix build and sanity 7 лет назад
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.