Commit History

Author SHA1 Message Date
  Daniel Alm 53c8ccaed6 Make `Handler.sendResponse` and `.receiveMessage` call through to the corresponding methods on `Call`. 7 years ago
  Daniel Alm 5f66e00818 Improve the example tests. 7 years ago
  Tim Burks 3e00aa5569 Improve test synchronization. 7 years ago
  Daniel Alm a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 7 years ago
  Tim Burks e1cb1ef656 Merge branch 'master' into messagequeue-errors 7 years ago
  Tim Burks b31d5b1ae5 Merge pull request #147 from postmates/streaming-status-code 7 years ago
  Daniel Alm e39f5f7501 When queuing messages for sending, store the original "send" error handler alongside them. 7 years ago
  SebastianThiebaud 953b21805b Send status on client for streaming calls 7 years ago
  Daniel Alm 8b34c26255 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks 7 years ago
  Daniel Alm c960e9ca84 Merge branch 'master' of github.com:grpc/grpc-swift into var-let-mutex 7 years ago
  Tim Burks 155203721a Merge pull request #133 from MrMage/metadata-tweaks 7 years ago
  Daniel Alm d76b9e9f7e Make most completion blocks optional, so that clients don't need to pass them. 7 years ago
  Daniel Alm 3cd392b5bc Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency. 7 years ago
  Daniel Alm 176cebff87 Improve metadata handling. 7 years ago
  Daniel Alm be73f23449 Remove a few implicitly unwrapped optionals/explicit optional unwrapping. 7 years ago
  Daniel Alm 0ec0398249 Remove some unnecessary `internal` declarations. 7 years ago
  Daniel Alm 8079b70084 Also remove trailing whitespace in empty lines. 7 years ago
  Daniel Alm 9ef8be6d65 Slightly more cleanup. 7 years ago
  Daniel Alm bd313d8cd9 Code formatting: Run 7 years ago
  takasek 3c011a4c5b Add document comment for throw functions 7 years ago
  Tim Burks 55077aca5c Improve StatusCode usage and handling of unknown messages in generated servers. 7 years ago
  ito_kyohei 49f9967bbe Be cancelable 8 years ago
  Tim Burks b4dc0a0952 Remove line-ending spaces from Swift source files. 8 years ago
  Tim Burks 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". 8 years ago
  Tim Burks ee457d8663 Make Call message queue length and max length public. 8 years ago
  Tim Burks 1785d231c5 Add error handler argument to send methods to better handle errors that occur when sending. 8 years ago
  Tim Burks b450ad32d9 Add generators for asynchronous methods, demonstrate in Echo Mac app. 8 years ago
  Tim Burks cb270e9df0 Make all run() methods in generated client code synchronous. 9 years ago
  Tim Burks fa8af466ec Convert sendMessage to throw errors when the channel is full. 9 years ago
  Tim Burks 3d0d77a9fe Simplified call interface for clients. 9 years ago