Historique des commits

Auteur SHA1 Message Date
  Michael Rebello 930440a393 Add ability to manually shut down channels (#384) il y a 6 ans
  Nate Armstrong 1e19905ecf Update TestKeys generator and include cert files il y a 7 ans
  Nate Armstrong 18af90f2e0 Add tests for mutual auth il y a 7 ans
  Daniel Alm e7959c2512 Merge branch 'master' of github.com:grpc/grpc-swift into args il y a 7 ans
  Daniel Alm 7b4f47d91d Avoid a `try!` call. Even though it is guaranteed to be safe now, it might not be in the future. il y a 7 ans
  SebastianThiebaud 0ff2fff385 PR changes il y a 7 ans
  SebastianThiebaud 94e599bbc0 Add channel arguments 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 5d322044ed Add tests to verify the behavior of canceling client and server calls. il y a 7 ans
  Daniel Alm 415307ee6f Fix the GRPCTests again without using a sleep call: il y a 7 ans
  Daniel Alm da28b9aec2 Change the `ServerSession`s such that errors thrown during operation are returned to the client. il y a 7 ans
  Daniel Alm 7ed242e571 "Fix" GRPCTests again by inserting a small delay in between sends. We really don't want to need such delays, so this is only a temporary fix until I finally find the proper underlying cause. il y a 7 ans
  Daniel Alm 0985a47176 Also add client-timeout tests and rename "ErrorHandlingTests" to "ConnectionFailureTests". il y a 7 ans
  Daniel Alm f814a34949 Formatting: Replace several occurrences of `catch (let ...)` with just `catch`. il y a 7 ans
  Daniel Alm ab21b2c464 Cleanup: Replace as many methods on `Handler` with their corresponding `Call` equivalents as possible, so that only server-specific methods are left in `Handler`. il y a 7 ans
  Daniel Alm 4cae6e5625 Fix gRPCTests: il y a 7 ans
  Daniel Alm 730699d789 Replace a few semaphores with `call.messageQueueEmpty.wait()`. il y a 7 ans
  Daniel Alm cacd605004 Fix the SSL-enabled tests. il y a 7 ans
  Daniel Alm ac7979d5e0 Ensure that errors in client calls are always provided to the user. il y a 7 ans
  Chris Vanderschuere 4489716b93 Fix race condition il y a 7 ans
  Chris Vanderschuere fc55b4c601 Converted to 2-spaces il y a 7 ans
  Chris Vanderschuere 51861df69b Added basic tests for server & bidirectional streaming il y a 7 ans
  Daniel Alm 285d9bfed6 Also rename the "gRPC" target to "SwiftGRPC". il y a 7 ans