Kevin Sweeney 587218a254 Fix channel credentials memory leak in shims (#369) 6 anos atrás
..
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 anos atrás
shim 587218a254 Fix channel credentials memory leak in shims (#369) 6 anos atrás
src 03f43093fb Move another compiler directive into vendor-grpc.sh. 7 anos atrás
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 anos atrás
README.md 20e0cf1bb2 Reorganize vendored gRPC core code, moving it into CgRPC. 9 anos atrás

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) |