1064 Commits (48b3d9366194d6296ce37991917f2ca598eb0043)

Author SHA1 Message Date
Jorge Canizales b71f8fbda8 Simplify xcodebuild’s output filter regex 10 years ago
Jorge Canizales a307728aab Test on iPhone instead of iPad 10 years ago
Jorge Canizales 5dc5899f6a Filter xcodebuild output, fix return code, and leave make to the podspec 10 years ago
Jorge Canizales bed5c3cc9c Always use the locally-built plugin for tests 10 years ago
Jorge Canizales be85352dce Script to build the ObjC plugin, generate code, and run tests 10 years ago
Jorge Canizales 0535b039cb Share AllTests scheme, without the local RouteGuide tests 10 years ago
Jorge Canizales 5fcdffcf3e Accept [GRXWriter writerWithContainer:nil] for consistency with the rest 10 years ago
Jorge Canizales bc970ae23b Fix [GRXWriter emptyWriter] not being reusable. 10 years ago
Jorge Canizales 570e9417b6 Fix C library gpr_inf_future breakage 10 years ago
Jorge Canizales 243e8ee4eb Remove Cocoapods warning of OTHER_LDFLAGS 10 years ago
Jorge Canizales 6531b2b791 Make the call retain cycle explicit and encapsulated within GRPCCall.m 10 years ago
Jorge Canizales 4c6f778cfd ConcurrentWriteable: NSData *message -> id value 10 years ago
Jorge Canizales 35f003b24e Rename GRPCDelegateWrapper -> GRXConcurrentWriteable 10 years ago
Jorge Canizales 29f55d5655 Remove GRXWriter wrappers that are now unnecessary 10 years ago
Jorge Canizales a38baaec9c Subclass GRXWriter instead of conforming to protocol 10 years ago
Jorge Canizales a8c5d96893 id<GRXWriter> -> GRXWriter * in the tests 10 years ago
Jorge Canizales 5604712b03 id<GRXWriter> -> GRXWriter * in the runtime 10 years ago
Jorge Canizales 7b52c98e62 Separate GRXForwardingWriter, delete the protocol 10 years ago
Jorge Canizales 5580e5d248 Increase timeout of tests to remove flakes. 10 years ago
Jorge Canizales c14c3191b7 Don’t use containsString as it’s iOS 8 only 10 years ago
Jorge Canizales 1773007f5b Point tests Podfile to Protobuf submodule instead of release 10 years ago
Jorge Canizales 5260f53cda Rename HTTP2Path -> HTTPPath 10 years ago
Jorge Canizales be808e36f6 Move ProtoMethod to ProtoRPC package 10 years ago
Jorge Canizales 1ac8f9a26a Rename interface->service 10 years ago
Jorge Canizales 469d4b6fde Rename GRPCMethodName->ProtoMethod 10 years ago
Jorge Canizales 7eff1df186 Point tests Podfile to head protobuf podspec 10 years ago
Jorge Canizales 3cacaacf88 Minor: add TODO to improve an error message. 10 years ago
Jorge Canizales c60868622d Don’t import Protobuf runtime using Cocoapods paths 10 years ago
Jorge Canizales bb54ae8073 Add roots.pem bundle to the Bazel target, and use a better bundle name. 10 years ago
murgatroid99 25a2661d6d Changed argument names in Objective-C generated code 10 years ago
murgatroid99 231103ba39 Fixed name in comments 10 years ago
murgatroid99 dbda969039 Fixed 'retain cycle' warnings in GRPCWrappedCall.m 10 years ago
murgatroid99 4a77f3b311 Remove const cast warning in GRPCSecureChannel.m 10 years ago
Jorge Canizales 59bb9d7d56 Have Cocoapods rename includes in the core wrapper 10 years ago
Jorge Canizales b8881399ee Import headers based on path in sample app 10 years ago
Jorge Canizales c42a38e53b Import headers based on path in the tests project 10 years ago
Jorge Canizales 3936ed70c9 Import headers based on path in the runtime libraries 10 years ago
Jorge Canizales 884870461d Document why a grpc_op ivar, and the role of -finish 10 years ago
Jorge Canizales 8d99775295 Simplify GRPCOps implementations 10 years ago
Jorge Canizales bae38d9d55 Output call_error number 10 years ago
Jorge Canizales fb9509275f Ensure op flags don't have garbage from malloc 10 years ago
Jorge Canizales 6bbfcc3fec Disallow started request writers on GRPCCall init 10 years ago
Jorge Canizales beabcfd590 Link to official protobuf podspec in the README 10 years ago
Jorge Canizales c58a1103b6 Fix NPE for trying to add metadata to error when it was nil 10 years ago
Jorge Canizales a1e32ba927 Remove failing globs from examples and tests 10 years ago
Jorge Canizales 2285b362ca Specify responseMetadata structure 10 years ago
Jorge Canizales 1a38475093 Drop repeated response headers. 10 years ago
Jorge Canizales 8c6bc6e5aa Test call and error metadata are the same. 10 years ago
Jorge Canizales f3a4f2cee9 Merge trailers into responseMetadata. Add it to NSError. 10 years ago
Jorge Canizales 544963e18a Let set NSDictionary as headers, and init the property (not nil) 10 years ago