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