Tim Burks
|
6470a909f1
Renamed classes in server architecture.
|
9 lat temu |
Tim Burks
|
e0db62ab0d
Refactor Echo server into a possible generated code structure.
|
9 lat temu |
Tim Burks
|
b3547f18c0
synchronization improvements (jconverse@)
|
9 lat temu |
Tim Burks
|
52096a3aee
cleanup + bug fix in Sessions app
|
9 lat temu |
Tim Burks
|
5158fab75e
Rework Operations into an enum with associated objects. (jconverse@)
|
9 lat temu |
Tim Burks
|
8e17a81649
First pass of conversion from returning to throwing errors.
|
9 lat temu |
Tim Burks
|
7e77bdb12d
clean up error handling in Call and related classes
|
9 lat temu |
Tim Burks
|
8ab56d62fb
Simplify Handler initialization
|
9 lat temu |
Tim Burks
|
10de2b3ce0
Simplify "perform" interface of Call class
|
9 lat temu |
Tim Burks
|
0494303891
Remove implicit unwrapping optional (!) designation for most underlying objects
|
9 lat temu |
Tim Burks
|
617a674407
rename all UnsafeMutableRawPointer variables to have "underlying" in their names
|
9 lat temu |
Tim Burks
|
167f241bdb
refactored completion queue setup into Call performOperations
|
9 lat temu |
Tim Burks
|
201ca58589
Make underlying object vars private.
|
9 lat temu |
Tim Burks
|
df50ba7a1a
Convert Handler properties to lazy vars (jconverse@)
|
9 lat temu |
Tim Burks
|
9e7887504f
rename "create[X]" methods to "make[X]" to follow Swift API guidelines
|
9 lat temu |
Tim Burks
|
0fb162af68
Hide grpc_call_error and grpc_event.
|
9 lat temu |
Tim Burks
|
a97aa3c26d
Rename internal references to underlying grpc structs to use more explicit names.
|
9 lat temu |
Tim Burks
|
8e930354ac
small interface refinements and README edits
|
9 lat temu |
Tim Burks
|
18200046fc
minor improvements + fixes for Swift problems that appeared in Xcode 8 GM
|
9 lat temu |
Tim Burks
|
fc57a7b36f
Echo internal cleanup
|
9 lat temu |
Tim Burks
|
ffe5ef979e
Remove "public" from unnecessarily-public classes, methods, and vars
|
9 lat temu |
Tim Burks
|
7bbe43fe05
remove ByteBuffer from Handler interface
|
9 lat temu |
Tim Burks
|
f134fc8e8d
Simplify interfaces: replace MetadataPairs with built-in types, hide ByteBuffers, reduce use of NSData
|
9 lat temu |
Tim Burks
|
07e576e3dd
revised Swift comments, API cleanup
|
9 lat temu |
Tim Burks
|
ba39d9ad3c
Call API improvements
|
9 lat temu |
Tim Burks
|
54815990be
a few api simplifications and an improvement to the Echo sample
|
9 lat temu |
Tim Burks
|
ff5b40f486
Streaming client and server in the Echo example
|
9 lat temu |
Tim Burks
|
a9d8c631f3
Echo app non-streaming server works with new API
|
9 lat temu |
Tim Burks
|
1633d6259b
Echo app can now turn streaming on/off with a checkbox
|
9 lat temu |
Tim Burks
|
8d13a90e1f
Heavy rework to support streaming in the Echo example.
|
9 lat temu |