aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.m
Commit message (Collapse)AuthorAge
* Let override default response size limitGravatar Jorge Canizales2016-07-28
| | | Still missing: Catch the C-library error to improve the error message.
* Added a commentGravatar Makarand Dharmapurikar2016-06-23
|
* Fixes #2646Gravatar Makarand Dharmapurikar2016-06-14
| | | | Pass NULL in the host parameter of grpc_channel_create_call
* cronet build related changesGravatar Makarand Dharmapurikar2016-06-01
|
* Style guide related feedback fixes.Gravatar Makarand Dharmapurikar2016-05-26
|
* Cosmetic changes to address feedback.Gravatar Makarand Dharmapurikar2016-05-25
|
* ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
|
* Objective-C: Add ChannelCredentials to gRPC Call.Gravatar Paul Querna2016-04-29
| | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
| | | | | | | Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
* 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
| | | | | | | | | | | | | | 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).
* 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
| | | | | | | - Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files.
* 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