Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed (un)secure channel subclasses | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Fixed some formatting | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Add channel args to enable user agent string for Objective-C | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Have ObjC use the new future-proofed C interface | Jorge Canizales | 2015-08-08 |
| | |||
* | Document plan to merge the GRPCChannel subclasses | Jorge Canizales | 2015-08-05 |
| | |||
* | Let register SSL config per-host. | Jorge Canizales | 2015-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 GRPCChannel | Jorge Canizales | 2015-08-01 |
| | |||
* | ObjC formatting fix | Craig Tiller | 2015-07-22 |
| | |||
* | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 |
| | |||
* | Makes GRPCChannel a cluster class of secure and unsecured. | Jorge Canizales | 2015-04-21 |