Historique des commits

Auteur SHA1 Message Date
  Tim Burks a5913842ef Merge pull request #203 from rebello95/channel-sharing-tests il y a 7 ans
  Tim Burks 70adb86909 Merge pull request #204 from rebello95/ignore-derived-data il y a 7 ans
  Michael Rebello 1525c5a898 Add ServiceClient tests for shared channels il y a 7 ans
  Michael Rebello d4347b20cf Add DerivedData/ to .gitignore il y a 7 ans
  Tim Burks f10a8ec722 Merge pull request #202 from rebello95/channel-specification il y a 7 ans
  Michael Rebello bb6bd07cb5 Support for Channel specification on ServiceClient il y a 7 ans
  Tim Burks 5ebf7a333c Merge pull request #195 from MrMage/public-setters il y a 7 ans
  Daniel Alm 9124aeeb6f Make the `metadata`, `host` and `timeout` properties on `ServiceClient` writable. il y a 7 ans
  Tim Burks f57b9c3d06 Merge pull request #187 from grpc/name-casing il y a 7 ans
  Tim Burks 7644249531 Merge branch 'master' of github.com:grpc/grpc-swift into name-casing il y a 7 ans
  Tim Burks eb572633b0 Merge pull request #191 from MrMage/still-more il y a 7 ans
  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. il y a 7 ans
  Daniel Alm 5248b05962 Documentation fix. il y a 7 ans
  Daniel Alm 5415f16508 Have `make project` tell the user how to install the `xcodeproj` gem. il y a 7 ans
  Daniel Alm 8c45d3fd9a Make sure to shut down a channel's completion queue once it is deallocated. il y a 7 ans
  Daniel Alm abb9cf2dc2 Make trying to perform an operation on a shut-down completion queue throw an error, and add tests for that. il y a 7 ans
  Daniel Alm 093dd79a4c Reduce the number of requests in `testUnaryLotsOfRequests` to 10k for faster test runtimes. il y a 7 ans
  Tim Burks dd4d1cb64d Merge pull request #188 from MrMage/even-more-improvements il y a 7 ans
  Daniel Alm e68cec0db8 Add a simple API to provide a channel's connectivity state. (See #186.) il y a 7 ans
  Daniel Alm 9b9ba22eed Try increasing the default timeout for server-cancelling tests to 5 seconds? il y a 7 ans
  Daniel Alm dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. il y a 7 ans
  Daniel Alm d8ac7d41f0 Fix GRPCTests, hopefully once and for all (see 415307ee for an explanation). il y a 7 ans
  Daniel Alm 78a1291789 Fix two huge memory leaks in `cgrpc_call` and `cgrpc_handler`. These would all GRPC call objects to never get released, which in turn caused their completion queues and associated file descriptors to never get released. This became apparent after ~3-5k requests on macOS. il y a 7 ans
  Tim Burks f4d607b0bb Only lower-case the first character of method names in generated clients. il y a 7 ans
  Tim Burks 951a20acba Merge pull request #184 from MrMage/more-improvements il y a 7 ans
  Daniel Alm 5d322044ed Add tests to verify the behavior of canceling client and server calls. il y a 7 ans
  Daniel Alm 8d07183369 Add a blocking variant of the `send` method to `ServerStreaming`. il y a 7 ans
  Daniel Alm 6af3914244 Add a method to `ServerSessionClientStreaming` to return an error status without a result. il y a 7 ans
  Daniel Alm e7645b48ef Add sample test suites to demonstrate how one would test client/server code. il y a 7 ans
  Daniel Alm 415307ee6f Fix the GRPCTests again without using a sleep call: il y a 7 ans