Tim Burks
|
cfcd18eadc
Add casts to fix warnings about ints used as void *.
|
7 years ago |
Tim Burks
|
ed76ae8001
Merge pull request #213 from grpc/podspec-validation
|
7 years ago |
Tim Burks
|
36ea2c6a2d
Updates following review from @rebello95.
|
7 years ago |
Tim Burks
|
d9ab6746da
Fix a few problems found running "pod spec lint".
|
7 years ago |
Tim Burks
|
1a9f7e22a7
Merge pull request #201 from MrMage/wait-timeout
|
7 years ago |
Daniel Alm
|
ca740758c8
Fix `testBidirectionalStreamingTimeoutPassedToReceiveMethod`.
|
7 years ago |
Daniel Alm
|
9760b25fad
Replace "{send,receive}Internal" with "_{send,receive}".
|
7 years ago |
Daniel Alm
|
419decfbf4
Merge branch 'master' of github.com:grpc/grpc-swift into wait-timeout
|
7 years ago |
Tim Burks
|
328c05c62e
Merge pull request #211 from rebello95/podspec-update
|
7 years ago |
Michael Rebello
|
bb601a87ed
Update podspec to v0.4.1 for core v1.11.0
|
7 years ago |
Tim Burks
|
cc23b0531a
Merge pull request #209 from grpc/podspec-update
|
7 years ago |
Tim Burks
|
c4adb83e1c
Update version in SwiftGRPC.podspec.
|
7 years ago |
Tim Burks
|
86b264f65e
Merge pull request #207 from bootstraponline/fix_podspec
|
7 years ago |
bootstraponline
|
2116ff2cc5
Fix SwiftGRPC.podspec
|
7 years ago |
Tim Burks
|
a5913842ef
Merge pull request #203 from rebello95/channel-sharing-tests
|
7 years ago |
Tim Burks
|
70adb86909
Merge pull request #204 from rebello95/ignore-derived-data
|
7 years ago |
Michael Rebello
|
1525c5a898
Add ServiceClient tests for shared channels
|
7 years ago |
Michael Rebello
|
d4347b20cf
Add DerivedData/ to .gitignore
|
7 years ago |
Tim Burks
|
f10a8ec722
Merge pull request #202 from rebello95/channel-specification
|
7 years ago |
Michael Rebello
|
bb6bd07cb5
Support for Channel specification on ServiceClient
|
7 years ago |
Daniel Alm
|
9dd55d9fa4
Add a `timeout` option to blocking `send()` and `receive()` calls.
|
7 years ago |
Tim Burks
|
5ebf7a333c
Merge pull request #195 from MrMage/public-setters
|
7 years ago |
Daniel Alm
|
9124aeeb6f
Make the `metadata`, `host` and `timeout` properties on `ServiceClient` writable.
|
7 years ago |
Tim Burks
|
f57b9c3d06
Merge pull request #187 from grpc/name-casing
|
7 years ago |
Tim Burks
|
7644249531
Merge branch 'master' of github.com:grpc/grpc-swift into name-casing
|
7 years ago |
Tim Burks
|
eb572633b0
Merge pull request #191 from MrMage/still-more
|
7 years ago |
Daniel Alm
|
2577eae9db
Move _all_ completion queue shutdown operations into the Swift layer, to better enforce that the queue does not accept any new operations once it has been shut down.
|
7 years ago |
Daniel Alm
|
5248b05962
Documentation fix.
|
7 years ago |
Daniel Alm
|
5415f16508
Have `make project` tell the user how to install the `xcodeproj` gem.
|
7 years ago |
Daniel Alm
|
8c45d3fd9a
Make sure to shut down a channel's completion queue once it is deallocated.
|
7 years ago |