You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for TLS mutual auth (0251dd8 - Nate Armstrong)
Fix building with a clean Xcode and add a CI run to ensure just that. (56ecb72 - Daniel Alm)
Fix linking with OpenSSL on Linux. (8ef093b - Daniel Alm)
Move another compiler directive into vendor-grpc.sh. (03f4309 - Daniel Alm)
Re-add swift-nio-zlib-support for macOS builds. (c12125b - Daniel Alm)
Update Google sample for recent API changes. (2cc6af7 - Tim Burks)
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. (4a16c13 - Daniel Alm)
Re-add swift-nio-zlib-support for macOS builds. (0368de9 - Daniel Alm)
Also update the Mac Travis system images to Xcode 9.3. (070170d - Daniel Alm)
Update .travis-install.sh to Swift 4.1.1. (470fb2f - Daniel Alm)
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. (75940a4 - Daniel Alm)
Link CgRPC with openssl instead of BoringSSL under Linux. (d56e1ca - Daniel Alm)
Add a few channel arguments (3cd89dd - Sebastian Thiebaud)