Commit Graph

202 Commits

Author SHA1 Message Date
Jorge Canizales 5580e5d248 Increase timeout of tests to remove flakes. 2015-07-15 23:36:26 -07:00
Michael Lumish 443f58e37b Merge pull request #2302 from jcanizales/point-to-protobuf-head
Point tests to protobuf head
2015-07-08 11:12:19 -07:00
Jorge Canizales c14c3191b7 Don’t use containsString as it’s iOS 8 only 2015-07-07 23:23:31 -07:00
Jorge Canizales 1773007f5b Point tests Podfile to Protobuf submodule instead of release 2015-07-06 11:09:00 -07:00
Jorge Canizales 5260f53cda Rename HTTP2Path -> HTTPPath 2015-07-04 15:00:32 -07:00
Jorge Canizales be808e36f6 Move ProtoMethod to ProtoRPC package 2015-07-04 15:00:32 -07:00
Jorge Canizales 1ac8f9a26a Rename interface->service 2015-07-04 15:00:32 -07:00
Jorge Canizales 469d4b6fde Rename GRPCMethodName->ProtoMethod 2015-07-04 15:00:31 -07:00
Jorge Canizales 7eff1df186 Point tests Podfile to head protobuf podspec 2015-07-04 14:59:53 -07:00
Jorge Canizales 3cacaacf88 Minor: add TODO to improve an error message. 2015-06-29 17:05:53 -07:00
Jorge Canizales c60868622d Don’t import Protobuf runtime using Cocoapods paths 2015-06-29 17:05:52 -07:00
Jorge Canizales bb54ae8073 Add roots.pem bundle to the Bazel target, and use a better bundle name. 2015-06-28 10:25:05 -07:00
Jorge Canizales d5c5de9a5c Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes
Changed argument names in Objective-C generated code
2015-06-25 12:10:29 -07:00
Jorge Canizales 88412083cf Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
Fixed retain cycles in GRPCWrappedCall.m
2015-06-25 11:39:23 -07:00
murgatroid99 25a2661d6d Changed argument names in Objective-C generated code 2015-06-25 11:22:23 -07:00
murgatroid99 231103ba39 Fixed name in comments 2015-06-25 10:14:09 -07:00
murgatroid99 dbda969039 Fixed 'retain cycle' warnings in GRPCWrappedCall.m 2015-06-24 16:55:55 -07:00
murgatroid99 4a77f3b311 Remove const cast warning in GRPCSecureChannel.m 2015-06-24 16:21:51 -07:00
Michael Lumish 269575ac0e Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
Have Cocoapods rename includes in the core wrapper
2015-06-24 08:52:52 -07:00
Jorge Canizales 59bb9d7d56 Have Cocoapods rename includes in the core wrapper
Fixes https://github.com/grpc/grpc/issues/2194 .
2015-06-23 21:13:29 -07:00
Jorge Canizales b8881399ee Import headers based on path in sample app
Part of fixing https://github.com/grpc/grpc/issues/2192
2015-06-23 20:42:49 -07:00
Jorge Canizales c42a38e53b Import headers based on path in the tests project
Part of fixing https://github.com/grpc/grpc/issues/2192
2015-06-23 20:42:16 -07:00
Jorge Canizales 3936ed70c9 Import headers based on path in the runtime libraries
Part of fixing https://github.com/grpc/grpc/issues/2192
2015-06-23 20:41:25 -07:00
Jorge Canizales 884870461d Document why a grpc_op ivar, and the role of -finish 2015-06-21 21:59:37 -07:00
Jorge Canizales 8d99775295 Simplify GRPCOps implementations 2015-06-21 21:50:35 -07:00
Jorge Canizales bae38d9d55 Output call_error number 2015-06-21 21:50:34 -07:00
Jorge Canizales fb9509275f Ensure op flags don't have garbage from malloc
And free ops_array that was leaking.
2015-06-21 13:06:36 -07:00
Michael Lumish 22a7cdffc4 Merge pull request #2108 from jcanizales/disallow-started-writers
Disallow started request writers on GRPCCall init
2015-06-17 16:38:19 -07:00
Jorge Canizales 6bbfcc3fec Disallow started request writers on GRPCCall init 2015-06-17 14:10:52 -07:00
Michael Lumish 656e776ae1 Merge pull request #2092 from jcanizales/point-to-official-proto-podspec
Link to official protobuf podspec in the README
2015-06-17 11:23:49 -07:00
Jorge Canizales beabcfd590 Link to official protobuf podspec in the README
It was still linking to my pull request's podspec.
2015-06-17 10:54:52 -07:00
Jorge Canizales c58a1103b6 Fix NPE for trying to add metadata to error when it was nil 2015-06-15 19:04:44 -07:00
Michael Lumish 0d6cf992e8 Merge pull request #2052 from jcanizales/fix-empty-globs
Remove failing globs from examples and tests
2015-06-15 10:31:44 -07:00
Jorge Canizales a1e32ba927 Remove failing globs from examples and tests 2015-06-13 23:30:38 -07:00
Jorge Canizales 2285b362ca Specify responseMetadata structure 2015-06-13 01:30:38 -07:00
Jorge Canizales 1a38475093 Drop repeated response headers. 2015-06-13 01:30:37 -07:00
Jorge Canizales 8c6bc6e5aa Test call and error metadata are the same. 2015-06-13 01:30:37 -07:00
Jorge Canizales f3a4f2cee9 Merge trailers into responseMetadata. Add it to NSError. 2015-06-13 01:30:36 -07:00
Jorge Canizales 544963e18a Let set NSDictionary as headers, and init the property (not nil) 2015-06-13 01:30:35 -07:00
Jorge Canizales d7981253de Add test to set and read headers. Flaky!! 2015-06-13 01:30:34 -07:00
Jorge Canizales d666fd068b Cleanup GRPCClientTests.m 2015-06-13 01:30:34 -07:00
David Garcia Quintas 59f905d79a Changes to byte_buffer based on comments. 2015-06-08 20:06:17 -07:00
Jorge Canizales 80afb1436f Regenerate README table of contents 2015-06-04 15:44:26 -07:00
Jorge Canizales df1a29f7ed Update README (minus table of content) 2015-06-04 15:34:04 -07:00
Jorge Canizales 27a0627917 Make podspecs work for nested dirs 2015-06-04 14:13:20 -07:00
Jorge Canizales ceb43623ba Use grpc-common’s route_guide in local tests 2015-06-04 13:59:01 -07:00
Jorge Canizales 3b309d69cc Generate RemoteTest code on podspec install 2015-06-04 13:59:01 -07:00
Jorge Canizales e37a41cf66 Generate RouteGuide code on pod install 2015-06-04 13:59:00 -07:00
Jorge Canizales 9f95dcdc9a Fix version reqs in generated podspecs 2015-06-04 12:37:30 -07:00
Jorge Canizales ba65a1028d Point test and sample podfiles to protobuf release 2015-06-04 12:37:20 -07:00