aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.m
Commit message (Expand)AuthorAge
* Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
* Fix sanityGravatar Craig Tiller2016-02-08
* Formatting and naming fixesGravatar Kristopher Wuollett2016-02-03
* Restored strdup of keys and values to ensure ownership of their memoryGravatar Kristopher Wuollett2016-02-03
* Removed (un)secure channel subclassesGravatar Kristopher Wuollett2016-02-02
* Forward-declare grpc_channel and specify ownership semanticsGravatar Jorge Canizales2015-08-05
* GRPCChannel with NULL grpc_channel is nil.Gravatar 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
* Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
* Made cache thread-safeGravatar murgatroid992015-05-14
* Added channel caching by host stringGravatar murgatroid992015-05-14
* Fixes host transformation when user supplies a port.Gravatar Jorge Canizales2015-04-21
* Removes scheme before passing to C layerGravatar Jorge Canizales2015-04-21
* Fixes scheme detection logic and NPEGravatar Jorge Canizales2015-04-21
* Makes GRPCChannel a cluster class of secure and unsecured.Gravatar Jorge Canizales2015-04-21
* Working podspecs for gRPC core & wrapperGravatar Jorge Canizales2015-04-21
* include .m in check_copyright.pyGravatar Yang Gao2015-02-20
* Adds copyright notices to the GRPCClient files.Gravatar Jorge Canizales2015-02-18
* Imports code of the generic gRPC client library.Gravatar Jorge Canizales2015-02-17