aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample
Commit message (Expand)AuthorAge
* Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
* Scripts for iOS size auditGravatar Muxi Yan2018-06-05
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Revert PR #8425Gravatar Muxi Yan2016-10-20
* Update Sample project to XCode 8Gravatar Jorge Canizales2016-10-07
* Sample app: ProtoMethod -> GRPCProtoMethodGravatar Jorge Canizales2016-07-15
* Sample app: solve XCode config warningsGravatar Jorge Canizales2016-07-15
* Build sample app both with and without frameworksGravatar Jorge Canizales2016-07-15
* Podspecs for Protoc and the gRPC pluginGravatar Jorge Canizales2016-07-11
* Fix examples to work with local gRPC-CoreGravatar Jorge Canizales2016-07-01
* Fix example Podfiles, and document betterGravatar Jorge Canizales2016-07-01
* Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
|\
| * Add .xcscheme files for ObjC examplesGravatar Yuchen Zeng2016-06-27
| * Update examples with Cocoapods 1.0.0Gravatar Yuchen Zeng2016-06-22
* | Update documentation and samples.Gravatar Jorge Canizales2016-06-08
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
* fix copyrightsGravatar Jan Tattermusch2016-01-22
* Update interop test service url to grpc-test.sandbox.googleapis.com.Gravatar Adele Zhou2016-01-20
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
* Update Podfile to point to the right sample dependenciesGravatar Benny Wong2015-11-12
* Update ObjC sample to use the new ProtoMethod instead of GRPCMethodNameGravatar Benny Wong2015-11-10
* Import headers based on path in sample appGravatar Jorge Canizales2015-06-23
* Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
* Make sample app easier to understandGravatar Jorge Canizales2015-05-31
* Remove remaining tests and RouteGuide from sample appGravatar Jorge Canizales2015-05-31
* Move RouteGuideClient to generated_libraries/Gravatar Jorge Canizales2015-05-31
* Delete RemoteProtoTests from sample appGravatar Jorge Canizales2015-05-30
* Point Podfile of sample app to new RemoteTestsClient locationGravatar Jorge Canizales2015-05-30
* Move RemoteTestClient files to /objective-cGravatar Jorge Canizales2015-05-30
* Fix for changed parseFromData: signature (now parseFromData:error:)Gravatar Marc Wandschneider2015-05-27
* Point sample app to official protobuf podspecGravatar Jorge Canizales2015-05-21
* Fixed writer commentGravatar murgatroid992015-05-20
* Fixed boolean variableGravatar murgatroid992015-05-20
* Added cancel_after_first_response testGravatar murgatroid992015-05-20
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
* Use BufferedPipe to add PingPong test and fix Cancel testGravatar Jorge Canizales2015-05-18
* Fix false positive in server streaming testGravatar Jorge Canizales2015-05-18
* Move sample app to proto3 and clarify usage exampleGravatar Jorge Canizales2015-05-17
* Adds local sample test using generated serviceGravatar Jorge Canizales2015-05-17
* Moves the RouteGuide local tests to proto3Gravatar Jorge Canizales2015-05-17
* Regenerates RouteGuide library as proto3Gravatar Jorge Canizales2015-05-17
* Adjust remote tests to use proto3Gravatar Jorge Canizales2015-05-17
* Make the test.proto etc proto3, regenerate files, adjust podspec and PodfileGravatar Jorge Canizales2015-05-17
* Some modifications based on commentsGravatar murgatroid992015-05-15
* Fixed cancellation testsGravatar murgatroid992015-05-15
* Added more interop testsGravatar murgatroid992015-05-15
* Added server_streaming interop testGravatar murgatroid992015-05-15