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

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.