aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Expand)AuthorAge
...
* | | 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
* Share AllTests scheme, without the local RouteGuide testsGravatar Jorge Canizales2015-07-20
* Merge pull request #2526 from jcanizales/accept-nil-containerGravatar Michael Lumish2015-07-20
|\
* \ Merge pull request #2525 from jcanizales/fix-emptywriterGravatar Michael Lumish2015-07-20
|\ \
* \ \ Merge pull request #2501 from jcanizales/gpr-inf-futureGravatar Michael Lumish2015-07-20
|\ \ \
* \ \ \ Merge pull request #2500 from jcanizales/remove-cocoapods-warningGravatar Michael Lumish2015-07-20
|\ \ \ \
| | | | * Accept [GRXWriter writerWithContainer:nil] for consistency with the restGravatar Jorge Canizales2015-07-19
| | | * | Fix [GRXWriter emptyWriter] not being reusable.Gravatar Jorge Canizales2015-07-19
| | | |/
| | * / Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
| | |/
| * / Remove Cocoapods warning of OTHER_LDFLAGSGravatar Jorge Canizales2015-07-18
| |/
* | Make the call retain cycle explicit and encapsulated within GRPCCall.mGravatar Jorge Canizales2015-07-18
* | ConcurrentWriteable: NSData *message -> id valueGravatar Jorge Canizales2015-07-18
* | Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
|/
* Remove GRXWriter wrappers that are now unnecessaryGravatar Jorge Canizales2015-07-17
* Subclass GRXWriter instead of conforming to protocolGravatar Jorge Canizales2015-07-17
* id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
* Separate GRXForwardingWriter, delete the protocolGravatar Jorge Canizales2015-07-17
* Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
* Merge pull request #2302 from jcanizales/point-to-protobuf-headGravatar Michael Lumish2015-07-08
|\
* | Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
| * Point tests Podfile to Protobuf submodule instead of releaseGravatar Jorge Canizales2015-07-06
* | Rename HTTP2Path -> HTTPPathGravatar Jorge Canizales2015-07-04
* | Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
* | Rename interface->serviceGravatar Jorge Canizales2015-07-04
* | Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04