aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'google/master' into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
|\
| * Allow UTF8 in comments of root certificates filesGravatar Jorge Canizales2015-08-09
* | Have ObjC use the new future-proofed C interfaceGravatar Jorge Canizales2015-08-08
|/
* Fixup for 971d06ad06caadb369e318112bba0e039188cfc2Gravatar Jorge Canizales2015-08-07
* Fix build breakageGravatar Jorge Canizales2015-08-06
* Clarify intention of the code that adds a default portGravatar Jorge Canizales2015-08-06
* Require very explicit registration of non-SSL hosts.Gravatar 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
* | 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
* ObjC formatting fixGravatar Craig Tiller2015-07-22
* Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
* Merge pull request #2501 from jcanizales/gpr-inf-futureGravatar Michael Lumish2015-07-20
|\
| * Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
* | Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
|/
* Subclass GRXWriter instead of conforming to protocolGravatar Jorge Canizales2015-07-17
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
* Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
* Rename interface->serviceGravatar Jorge Canizales2015-07-04
* Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
* Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
* Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\
| * Fixed name in commentsGravatar murgatroid992015-06-25
| * Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
* | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
|/
* Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
* Output call_error numberGravatar Jorge Canizales2015-06-21
* Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
* Drop repeated response headers.Gravatar Jorge Canizales2015-06-13