Historique des commits

Auteur SHA1 Message Date
  Daniel Alm 53c8ccaed6 Make `Handler.sendResponse` and `.receiveMessage` call through to the corresponding methods on `Call`. il y a 7 ans
  Daniel Alm a51d6e22e8 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks il y a 7 ans
  Tim Burks 7dfcca99af Merge pull request #149 from MrMage/call-shutdown-server-side il y a 7 ans
  Daniel Alm 303f237169 Also call `shutdown` in `Handler.sendStatus`. il y a 7 ans
  Daniel Alm 8b34c26255 Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks il y a 7 ans
  Daniel Alm c960e9ca84 Merge branch 'master' of github.com:grpc/grpc-swift into var-let-mutex il y a 7 ans
  Tim Burks 3602c874d7 Merge pull request #136 from MrMage/no-nsmutableset il y a 7 ans
  Daniel Alm d76b9e9f7e Make most completion blocks optional, so that clients don't need to pass them. il y a 7 ans
  Daniel Alm 3cd392b5bc Make more variables `let` and use `Mutex.synchronize` instead of `Mutex.lock()+unlock()` in a few more cases for consistency. il y a 7 ans
  Daniel Alm 9a34c32937 Avoid using `NSMutableSet` in `Server`. il y a 7 ans
  Daniel Alm f47347d2be Actually, forcibly unwrap a few call results that we _know_ to never return nil. il y a 7 ans
  Daniel Alm be73f23449 Remove a few implicitly unwrapped optionals/explicit optional unwrapping. il y a 7 ans
  Daniel Alm 0ec0398249 Remove some unnecessary `internal` declarations. il y a 7 ans
  Daniel Alm 8079b70084 Also remove trailing whitespace in empty lines. il y a 7 ans
  Daniel Alm 9ef8be6d65 Slightly more cleanup. il y a 7 ans
  Daniel Alm bd313d8cd9 Code formatting: Run il y a 7 ans
  Tim Burks 55077aca5c Improve StatusCode usage and handling of unknown messages in generated servers. il y a 7 ans
  Tim Burks f1023f7781 Rework all slice-based accessors to return a copied string. il y a 8 ans
  Tim Burks 0aa90a79ee Relicense to Apache 2, change owners to "the gRPC Authors". il y a 8 ans
  Tim Burks 70805aa9fd Heavy revision of prototype generated API, all in the Echo Mac app. il y a 9 ans
  Tim Burks 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. il y a 9 ans