aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Copyright fixGravatar Craig Tiller2016-01-22
|
* Fixed proto method without package naming in ObjC.Gravatar Kristopher Wuollett2016-01-20
|
* Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
|
* Documentation: Don’t retry if not idempotent!Gravatar Jorge Canizales2015-09-03
|
* Wrap parsing error appropriately before propagating.Gravatar Jorge Canizales2015-09-03
|
* Propagate parsing error if we get a bad responseGravatar Jorge Canizales2015-09-03
|
* Remove GRXWriter wrappers that are now unnecessaryGravatar Jorge Canizales2015-07-17
| | | | | | With GRXWriter a subclass of all writers, we can map the requestsWriter directly without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is expected.
* 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.