aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCUnsecuredChannel.m
Commit message (Collapse)AuthorAge
* Removed (un)secure channel subclassesGravatar Kristopher Wuollett2016-02-02
|
* Fixed some formattingGravatar Kristopher Wuollett2016-01-31
|
* Add channel args to enable user agent string for Objective-CGravatar Kristopher Wuollett2016-01-31
|
* Have ObjC use the new future-proofed C interfaceGravatar Jorge Canizales2015-08-08
|
* Document plan to merge the GRPCChannel subclassesGravatar Jorge Canizales2015-08-05
|
* Let register SSL config per-host.Gravatar Jorge Canizales2015-08-01
| | | | | | | | | | | | | | Surfaced in GRPCCall+Tests.h Add GRPCHost to store channel config, and to create channels on demand with that config. GRPCChannels and configs are cached together. GRPCSecureChannel is now initialized with (nullable) path to a certificates file and (nullable) name override. The same mechanism will be used for creating insecure channels, removing the ability to do it by specifying the HTTP scheme in the address (which was deemed too subtle for its implications).
* Encapsulate grpc_call creation inside GRPCChannelGravatar Jorge Canizales2015-08-01
|
* ObjC formatting fixGravatar Craig Tiller2015-07-22
|
* Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
|
* Makes GRPCChannel a cluster class of secure and unsecured.Gravatar Jorge Canizales2015-04-21