aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Expand)AuthorAge
* Use test certificates and name override for local tests :)Gravatar Jorge Canizales2015-08-06
* Subclass InteropTests to later repeat the tests using SSLGravatar Jorge Canizales2015-08-06
* Make the host of interop tests modifiable per-classGravatar Jorge Canizales2015-08-06
* Run test server with and without SSLGravatar Jorge Canizales2015-08-06
* Merge master into support-test-certificates to solve conflicts.Gravatar Jorge Canizales2015-08-06
|\
* | Document plan to merge the GRPCChannel subclassesGravatar Jorge Canizales2015-08-05
* | Document that grpc_channel_args don’t need to survive GRPCSecureChannel initGravatar Jorge Canizales2015-08-05
* | Return nil instead of assert when the test certs can’t be readGravatar Jorge Canizales2015-08-05
* | Undo forward-declaring grpc_channel_args, which isn’t a struct!Gravatar Jorge Canizales2015-08-05
* | Fix breakage (struct before undefined structs)Gravatar Jorge Canizales2015-08-05
* | Forward-declare structs in GRPCSecureChannel.hGravatar Jorge Canizales2015-08-05
* | Make GRPCHost cache thread-safe.Gravatar Jorge Canizales2015-08-05
* | Document intention of hostURL.port conditional check.Gravatar Jorge Canizales2015-08-05
* | Forward-declare GRPCCompletionQueue and grpc_callGravatar Jorge Canizales2015-08-05
* | Forward-declare grpc_channel and specify ownership semanticsGravatar Jorge Canizales2015-08-05
| * Update Objective-CGravatar Craig Tiller2015-08-05
* | Fixup: mark CertificatesAtPath staticGravatar Jorge Canizales2015-08-03
* | Fixup: GRPCChannel.unmanagedChannel back to readonlyGravatar Jorge Canizales2015-08-03
| * Merge pull request #2774 from jcanizales/diagnose-jenkinsGravatar Michael Lumish2015-08-03
| |\
| | * Formatting and documentationGravatar Jorge Canizales2015-08-03
| | * Use the protoc made when one isn’t yet installedGravatar Jorge Canizales2015-08-03
| | * Reactivate Cocoapods error outputGravatar Jorge Canizales2015-08-02
| | * Fail early and explicitly if protoc, pod, or xcodebuild are missingGravatar Jorge Canizales2015-08-02
* | | GRPCChannel with NULL grpc_channel is nil.Gravatar Jorge Canizales2015-08-01
* | | Clarify comments in GRPCHost.mGravatar Jorge Canizales2015-08-01
* | | Let register SSL config per-host.Gravatar Jorge Canizales2015-08-01
* | | Remove GRPCChannel-initWithHost to simplify implementationGravatar Jorge Canizales2015-08-01
* | | Encapsulate grpc_call creation inside GRPCChannelGravatar Jorge Canizales2015-08-01
* | | Move _channel from GRPCCall into GRPCWrappedCallGravatar Jorge Canizales2015-08-01
|/ /
* | Update doc in GRPCCompletionQueue.hGravatar Jorge Canizales2015-08-01
* | Unused ivar in GRPCCall.mGravatar Jorge Canizales2015-08-01
* | grpc_init() is already called in GRPCWrappedCallGravatar Jorge Canizales2015-08-01
* | GRPCCall.m formatting.Gravatar Jorge Canizales2015-08-01
|/
* Merge pull request #2663 from jcanizales/run-test-server-locallyGravatar Michael Lumish2015-07-31
|\
| * Make plugin & server, and pod install via run_tests.pyGravatar Jorge Canizales2015-07-30
| * Ensure the tests podspecs find the plugin they makeGravatar Jorge Canizales2015-07-30
| * Have tests podspecs make only the ObjC pluginGravatar Jorge Canizales2015-07-30
| * Generate deterministic UUIDs in the Pods projectGravatar Jorge Canizales2015-07-30
| * Disable tests: unknown method and bad access tokenGravatar Jorge Canizales2015-07-24
| * Temporarily point tests to localhostGravatar Jorge Canizales2015-07-24
| * Compile and run locally the interop C++ server before the testsGravatar Jorge Canizales2015-07-24
* | ObjC formatting fixGravatar Craig Tiller2015-07-22
* | Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
|/
* Refer simplifying script with xctool.Gravatar Jorge Canizales2015-07-20
* Remove unneeded error trap.Gravatar Jorge Canizales2015-07-20
* Simplify xcodebuild’s output filter regexGravatar Jorge Canizales2015-07-20
* Test on iPhone instead of iPadGravatar Jorge Canizales2015-07-20
* Filter xcodebuild output, fix return code, and leave make to the podspecGravatar Jorge Canizales2015-07-20
* Always use the locally-built plugin for testsGravatar Jorge Canizales2015-07-20
* Script to build the ObjC plugin, generate code, and run testsGravatar Jorge Canizales2015-07-20