Craig Tiller 5a4124392e Merge github.com:grpc/grpc into selectivity 8 лет назад
..
channel 3634fbe874 Merge pull request #10800 from kpayson64/fix_alpine 8 лет назад
compression 423d6fd7ed Optimize framing a little 8 лет назад
debug 93f307a9ba Fix trace dependency mess 8 лет назад
http 342e72c585 Remove uneeded ref/unref 8 лет назад
iomgr e54eb13ed7 Merge github.com:grpc/grpc into selectivity 8 лет назад
json 6f4178878c Add zalloc, convert a bunch of files to use it 9 лет назад
profiling ac433cf640 Assert on thread creation 8 лет назад
security 850fe7fdba Revise handshaker to make callback once a time. 8 лет назад
slice 4865c79548 Merge pull request #10613 from ctiller/framing_costs 8 лет назад
support 0fd5d12987 Merge pull request #11093 from ctiller/c++compat4 8 лет назад
surface 67cda0a701 Unref pending events under cq lock 8 лет назад
transport e6bf7d054c Merge pull request #10930 from ncteisen/frame-size 8 лет назад
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.