Soheil Hassas Yeganeh 91da938053 Make the TCP_INQ log a debug entry. 6 лет назад
..
avl db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
backoff db3e898a98 Add a sanity check for inclusion of port_platform.h 7 лет назад
channel a04b0646de Don't use a separate call context for subchannel calls. 6 лет назад
compression 8369b05529 Fix a memory leak 6 лет назад
debug 456f748b2f Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 6 лет назад
gpr 919dc4cd2c Add comment 6 лет назад
gprpp 40241c5236 Merge pull request #18157 from yang-g/rollbackrollback 6 лет назад
http 18b19105f2 Implement TCP_INQ for gRPC in Linux 6 лет назад
iomgr 91da938053 Make the TCP_INQ log a debug entry. 6 лет назад
json 1fab48edfc Add null input handling in grpc_json_destroy() 7 лет назад
profiling aac848ff19 Add missing include for GPR_TIMER_SCOPE in latency profiling 7 лет назад
security 0031393a17 Merge pull request #18240 from soheilhy/tcp-inq 6 лет назад
slice 8898f48277 Avoid copying grpc_slice as much as possible. 6 лет назад
surface c060d55cc7 Revert "Introduce grpc_byte_buffer_reader_peek and use it for Protobuf parsing." 6 лет назад
transport a04b0646de Don't use a separate call context for subchannel calls. 6 лет назад
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.