aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC
Commit message (Collapse)AuthorAge
* Revert "Revert "Revert "Provide protocol for initializer of generated ↵Gravatar Juanli Shen2018-05-07
| | | | messages"""
* Revert "Revert "Provide protocol for initializer of generated messages""Gravatar Muxi Yan2018-05-03
|
* Revert "Provide protocol for initializer of generated messages"Gravatar Muxi Yan2018-05-02
|
* Provide protocol for genericsGravatar Muxi Yan2018-04-25
|
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
|
* Resolve warnings of implementing deprecated classGravatar Muxi Yan2018-02-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Don't always import Protobuf like a frameworkGravatar Jorge Canizales2016-07-13
| | | If the macro isn't set, e.g. for Bazel compilations, import the way it was done before https://github.com/grpc/grpc/commit/fb4a54541a6e00c43e1671cda0a25e2eda4792df.
* Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks.
| * fixed indentation #2Gravatar Makarand Dharmapurikar2016-06-27
| |
| * fixed indentationGravatar Makarand Dharmapurikar2016-06-27
| |
| * fixes #7051Gravatar Makarand Dharmapurikar2016-06-27
| | | | | | | | Changed return type to GRPCCall * from ProtoRPC *
| * Addressed review commentsGravatar Yuchen Zeng2016-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 ↵Gravatar Yuchen Zeng2016-06-20
| | | | | | | | warning
| * Enable treating warnings as errors for target gRPCGravatar Yuchen Zeng2016-06-20
| |
* | ProtoRPC: Framework-like import of proto runtimeGravatar Jorge Canizales2016-06-08
| |
| * Merge pull request #6823 from makdharma/bugfixesGravatar Jan Tattermusch2016-06-08
| |\ | | | | | | added comment about host parameter format (issue 4147)
| * | addressed feedback.Gravatar Makarand Dharmapurikar2016-06-08
| | |
| * | fix for issue 5548. Deprecated old classes and created subclasses.Gravatar Makarand Dharmapurikar2016-06-07
|/ /
| * added ** for doc autogen.Gravatar Makarand Dharmapurikar2016-06-07
| |
| * added comment about host parameter format (issue 4147)Gravatar Makarand Dharmapurikar2016-06-07
|/
* 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.