Nate Armstrong 18af90f2e0 Add tests for mutual auth 7 年 前
..
include 75940a411e Update CgRPC to v1.12.0 and BoringSSL to 10.0.4 (I guess?). This change requires Swift 4.1 and Ruby (with the 'xcodeproj' gem) installed to compile if building via SPM. 7 年 前
shim 18af90f2e0 Add tests for mutual auth 7 年 前
src 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 年 前
third_party 4a16c13ebb Move a compilation flag out of the Makefile and fix-project-settings.rb and into vendor-grpc.sh, which adds them to Sources/CgRPC/third_party/nanopb/pb.h. 7 年 前
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 年 前

README.md

CgRPC source files

This directory contains source code for CgRPC, the C support library for gRPC. It includes a custom "shim" (in the shim directory) and vendored code from the gRPC Core library.

| README.md | this file | | shim | custom code created to simplify the Swift gRPC interface to gRPC Core. | | include | headers for the CgRPC module | | grpc | headers for gRPC core (internal) | | src | source code for gRPC core (internal) | | third_party | third-party source code used by gRPC core (internal) |