- 578ab16 Don’t retain self here! by Jorge Canizales · 9 years ago
- 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
- eb87b46 Rename super-confusing ivar _self -> _retainSelf by Jorge Canizales · 9 years ago
- fd51dff Clarify invalid-argument message for already-started writers by Jorge Canizales · 9 years ago
- 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
- 67ce098 Clarify thread-safety expectations of GRXWriters by Jorge Canizales · 9 years ago
- c678c30 Fix ForwardingWriter init preconditions by Jorge Canizales · 9 years ago
- 721b7a3 Rename oauth2_lowerCamel -> oauth2UpperCamel by Jorge Canizales · 9 years ago
- 26e0c9e Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 by Jorge Canizales · 9 years ago
- 631dc00 Exercise GRPCCall+OAuth2 in the tests by Jorge Canizales · 9 years ago
- 594ae57 Add OAuth2 headers category to GRPCCall by Jorge Canizales · 9 years ago
- 971d06a Fix build breakage by Jorge Canizales · 9 years ago
- 015ab35 Clarify intention of the code that adds a default port by Jorge Canizales · 9 years ago
- 55fcf50 Document that methods in GRPCCall+Tests can only be called once per host by Jorge Canizales · 9 years ago
- b2bd067 Require very explicit registration of non-SSL hosts. by Jorge Canizales · 9 years ago
- 82b68d8 Use test certificates and name override for local tests :) by Jorge Canizales · 9 years ago
- 9195233 Subclass InteropTests to later repeat the tests using SSL by Jorge Canizales · 9 years ago
- 945f72c Make the host of interop tests modifiable per-class by Jorge Canizales · 9 years ago
- cdabaca Run test server with and without SSL by Jorge Canizales · 9 years ago
- 4ab7cc0 Merge master into support-test-certificates to solve conflicts. by Jorge Canizales · 9 years ago
- 7e90745 Document plan to merge the GRPCChannel subclasses by Jorge Canizales · 9 years ago
- 77723b1 Document that grpc_channel_args don’t need to survive GRPCSecureChannel init by Jorge Canizales · 9 years ago
- 8c5318a Return nil instead of assert when the test certs can’t be read by Jorge Canizales · 9 years ago
- 145f865 Undo forward-declaring grpc_channel_args, which isn’t a struct! by Jorge Canizales · 9 years ago
- d13bbed Fix breakage (struct before undefined structs) by Jorge Canizales · 9 years ago
- d7f2ab3 Forward-declare structs in GRPCSecureChannel.h by Jorge Canizales · 9 years ago
- 82fb883 Make GRPCHost cache thread-safe. by Jorge Canizales · 9 years ago
- cceeb51 Document intention of hostURL.port conditional check. by Jorge Canizales · 9 years ago
- 83b7971 Forward-declare GRPCCompletionQueue and grpc_call by Jorge Canizales · 9 years ago
- 0607bae Forward-declare grpc_channel and specify ownership semantics by Jorge Canizales · 9 years ago
- 354e212 Update Objective-C by Craig Tiller · 9 years ago
- 7d261ee Fixup: mark CertificatesAtPath static by Jorge Canizales · 9 years ago
- 56c6574 Fixup: GRPCChannel.unmanagedChannel back to readonly by Jorge Canizales · 9 years ago
- 32c4e5e Merge pull request #2774 from jcanizales/diagnose-jenkins by Michael Lumish · 9 years ago
- e8d9535 Formatting and documentation by Jorge Canizales · 9 years ago
- 37a44d8 Use the protoc made when one isn’t yet installed by Jorge Canizales · 9 years ago
- e95f241 Reactivate Cocoapods error output by Jorge Canizales · 9 years ago
- 02039a2 Fail early and explicitly if protoc, pod, or xcodebuild are missing by Jorge Canizales · 9 years ago
- e21b467 GRPCChannel with NULL grpc_channel is nil. by Jorge Canizales · 9 years ago
- 000fa38 Clarify comments in GRPCHost.m by Jorge Canizales · 9 years ago
- e8543b0 Let register SSL config per-host. by Jorge Canizales · 9 years ago
- 148403a Remove GRPCChannel-initWithHost to simplify implementation by Jorge Canizales · 9 years ago
- bd993df Encapsulate grpc_call creation inside GRPCChannel by Jorge Canizales · 9 years ago
- 3a5253e Move _channel from GRPCCall into GRPCWrappedCall by Jorge Canizales · 9 years ago
- faf58b8 Update doc in GRPCCompletionQueue.h by Jorge Canizales · 9 years ago
- 013f87a Unused ivar in GRPCCall.m by Jorge Canizales · 9 years ago
- 9e51972 grpc_init() is already called in GRPCWrappedCall by Jorge Canizales · 9 years ago
- 597ef98 GRPCCall.m formatting. by Jorge Canizales · 9 years ago
- 5d405bd Merge pull request #2663 from jcanizales/run-test-server-locally by Michael Lumish · 9 years ago
- d0b32e9 Make plugin & server, and pod install via run_tests.py by Jorge Canizales · 9 years ago
- 856aca8 Ensure the tests podspecs find the plugin they make by Jorge Canizales · 9 years ago
- f4ff31a Have tests podspecs make only the ObjC plugin by Jorge Canizales · 9 years ago
- 0238b3a Generate deterministic UUIDs in the Pods project by Jorge Canizales · 9 years ago
- 72b2701 Disable tests: unknown method and bad access token by Jorge Canizales · 9 years ago
- ce8ee61 Temporarily point tests to localhost by Jorge Canizales · 9 years ago
- 1433f52 Compile and run locally the interop C++ server before the tests by Jorge Canizales · 9 years ago
- 6eac01e ObjC formatting fix by Craig Tiller · 9 years ago
- 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
- aaab651 Refer simplifying script with xctool. by Jorge Canizales · 9 years ago
- cbe18e5 Remove unneeded error trap. by Jorge Canizales · 9 years ago
- b71f8fb Simplify xcodebuild’s output filter regex by Jorge Canizales · 9 years ago
- a307728 Test on iPhone instead of iPad by Jorge Canizales · 9 years ago
- 5dc5899 Filter xcodebuild output, fix return code, and leave make to the podspec by Jorge Canizales · 9 years ago
- bed5c3c Always use the locally-built plugin for tests by Jorge Canizales · 9 years ago
- be85352 Script to build the ObjC plugin, generate code, and run tests by Jorge Canizales · 9 years ago
- 0535b03 Share AllTests scheme, without the local RouteGuide tests by Jorge Canizales · 9 years ago
- cd32956 Merge pull request #2526 from jcanizales/accept-nil-container by Michael Lumish · 9 years ago
- 51c69e6 Merge pull request #2525 from jcanizales/fix-emptywriter by Michael Lumish · 9 years ago
- 03f0bd6 Merge pull request #2501 from jcanizales/gpr-inf-future by Michael Lumish · 9 years ago
- ba906ed Merge pull request #2500 from jcanizales/remove-cocoapods-warning by Michael Lumish · 9 years ago
- 5fcdffc Accept [GRXWriter writerWithContainer:nil] for consistency with the rest by Jorge Canizales · 9 years ago
- bc970ae Fix [GRXWriter emptyWriter] not being reusable. by Jorge Canizales · 9 years ago
- 570e941 Fix C library gpr_inf_future breakage by Jorge Canizales · 9 years ago
- 243e8ee Remove Cocoapods warning of OTHER_LDFLAGS by Jorge Canizales · 9 years ago
- 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
- 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
- 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
- 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
- a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
- a8c5d96 id<GRXWriter> -> GRXWriter * in the tests by Jorge Canizales · 9 years ago
- 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
- 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
- 5580e5d Increase timeout of tests to remove flakes. by Jorge Canizales · 9 years ago
- 443f58e Merge pull request #2302 from jcanizales/point-to-protobuf-head by Michael Lumish · 9 years ago
- c14c319 Don’t use containsString as it’s iOS 8 only by Jorge Canizales · 9 years ago
- 1773007 Point tests Podfile to Protobuf submodule instead of release by Jorge Canizales · 9 years ago
- 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
- be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
- 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
- 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
- 7eff1df Point tests Podfile to head protobuf podspec by Jorge Canizales · 9 years ago
- 3cacaac Minor: add TODO to improve an error message. by Jorge Canizales · 9 years ago
- c608686 Don’t import Protobuf runtime using Cocoapods paths by Jorge Canizales · 9 years ago
- bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
- d5c5de9 Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes by Jorge Canizales · 9 years ago
- 8841208 Merge pull request #2211 from murgatroid99/objective_c_retain_cycle by Jorge Canizales · 9 years ago
- 25a2661 Changed argument names in Objective-C generated code by murgatroid99 · 9 years ago
- 231103b Fixed name in comments by murgatroid99 · 9 years ago
- dbda969 Fixed 'retain cycle' warnings in GRPCWrappedCall.m by murgatroid99 · 9 years ago
- 4a77f3b Remove const cast warning in GRPCSecureChannel.m by murgatroid99 · 9 years ago