aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.m
Commit message (Collapse)AuthorAge
* clang-format objective-c filesGravatar Muxi Yan2018-04-11
|
* Merge pull request #14318 from muxi/add-logging-interfaceGravatar Muxi Yan2018-02-23
|\ | | | | Add mobile log interface to ObjC
* | Fix comiler warningGravatar Noah Eisen2018-02-14
| |
| * Add MobileLog supportGravatar Muxi Yan2018-02-05
|/
* Fix linker error on objc mac tests by explicitly installing cocoapods ↵Gravatar Alexander Polcyn2018-01-24
| | | | v1.3.1, rather than picking up 1.4.1
* Add comment for timeout; assert on negative timeout value; fix timeout testGravatar Muxi Yan2017-09-11
|
* Use Apple internal type for timeoutGravatar Muxi Yan2017-09-11
|
* Rename deadline to timeoutGravatar Muxi Yan2017-08-30
|
* Surface call deadline to Objective C APIGravatar Muxi Yan2017-08-30
|
* Pass NULL to grpc_channel_create_call for nil serverNameGravatar thassss2017-06-29
|
* Expose :authority pseudo-header to Obj-C API.Gravatar thassss2017-06-26
|
* Release slice no longer ownedGravatar Muxi Yan2017-06-16
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-18
|\
* | Use grpc_slice at core boudaryGravatar Muxi Yan2017-01-13
| |
| * Change interfaceGravatar Garrett Casto2016-11-28
|/
* 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