Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed indentation #2 | Makarand Dharmapurikar | 2016-06-27 |
| | |||
* | fixed indentation | Makarand Dharmapurikar | 2016-06-27 |
| | |||
* | fixes #7051 | Makarand Dharmapurikar | 2016-06-27 |
| | | | | Changed return type to GRPCCall * from ProtoRPC * | ||
* | Addressed review comments | Yuchen Zeng | 2016-06-21 |
| | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues | ||
* | Revert ProtoService.m, add an exception for its incompatible-pointer-types ↵ | Yuchen Zeng | 2016-06-20 |
| | | | | warning | ||
* | Enable treating warnings as errors for target gRPC | Yuchen Zeng | 2016-06-20 |
| | |||
* | Merge pull request #6823 from makdharma/bugfixes | Jan Tattermusch | 2016-06-08 |
|\ | | | | | added comment about host parameter format (issue 4147) | ||
* | | addressed feedback. | Makarand Dharmapurikar | 2016-06-08 |
| | | |||
* | | fix for issue 5548. Deprecated old classes and created subclasses. | Makarand Dharmapurikar | 2016-06-07 |
| | | |||
| * | added ** for doc autogen. | Makarand Dharmapurikar | 2016-06-07 |
| | | |||
| * | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Copyright fix | Craig Tiller | 2016-01-22 |
| | |||
* | Fixed proto method without package naming in ObjC. | Kristopher Wuollett | 2016-01-20 |
| | |||
* | Reformat comments as Cocoadocs | Jorge Canizales | 2015-10-26 |
| | |||
* | Documentation: Don’t retry if not idempotent! | Jorge Canizales | 2015-09-03 |
| | |||
* | Wrap parsing error appropriately before propagating. | Jorge Canizales | 2015-09-03 |
| | |||
* | Propagate parsing error if we get a bad response | Jorge Canizales | 2015-09-03 |
| | |||
* | Remove GRXWriter wrappers that are now unnecessary | Jorge Canizales | 2015-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 runtime | Jorge Canizales | 2015-07-17 |
| | |||
* | Separate GRXForwardingWriter, delete the protocol | Jorge Canizales | 2015-07-17 |
| | |||
* | Rename HTTP2Path -> HTTPPath | Jorge Canizales | 2015-07-04 |
| | |||
* | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 |
| | |||
* | Rename GRPCMethodName->ProtoMethod | Jorge Canizales | 2015-07-04 |
| | |||
* | Minor: add TODO to improve an error message. | Jorge Canizales | 2015-06-29 |
| | |||
* | Don’t import Protobuf runtime using Cocoapods paths | Jorge Canizales | 2015-06-29 |
| | |||
* | Import headers based on path in the runtime libraries | Jorge Canizales | 2015-06-23 |
| | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Fix for changed parseFromData: signature (now parseFromData:error:) | Marc Wandschneider | 2015-05-27 |
| | |||
* | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 |
| | |||
* | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 |
| | |||
* | Move our runtime to proto3 and make the dependency explicit | Jorge Canizales | 2015-05-17 |
| | |||
* | Adjusts #imports of RxLibrary | Jorge Canizales | 2015-04-22 |
| | |||
* | Fixes syntax errors. | Jorge Canizales | 2015-04-22 |
| | |||
* | Makes the runtime serialize alright. | Jorge Canizales | 2015-04-22 |
| | |||
* | Adds basic runtime library and generated stub | Jorge Canizales | 2015-04-22 |
The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points. |