aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC
Commit message (Collapse)AuthorAge
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Separate GRXForwardingWriter, delete the protocolGravatar Jorge Canizales2015-07-17
|
* Rename HTTP2Path -> HTTPPathGravatar Jorge Canizales2015-07-04
|
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
|
* Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
|
* Minor: add TODO to improve an error message.Gravatar Jorge Canizales2015-06-29
|
* Don’t import Protobuf runtime using Cocoapods pathsGravatar Jorge Canizales2015-06-29
|
* Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Fix for changed parseFromData: signature (now parseFromData:error:)Gravatar Marc Wandschneider2015-05-27
|
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
|
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* Move our runtime to proto3 and make the dependency explicitGravatar Jorge Canizales2015-05-17
|
* Adjusts #imports of RxLibraryGravatar Jorge Canizales2015-04-22
|
* Fixes syntax errors.Gravatar Jorge Canizales2015-04-22
|
* Makes the runtime serialize alright.Gravatar Jorge Canizales2015-04-22
|
* Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.