aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall+Tests.h
Commit message (Collapse)AuthorAge
* deprecated old APIGravatar Muxi Yan2018-10-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Revert format changes of unrelated filesGravatar Muxi Yan2016-10-28
|
* clang-format format cleanGravatar Muxi Yan2016-10-25
|
* Better names for the methods to clear all host settingsGravatar Jorge Canizales2016-07-29
|
* Let override default response size limitGravatar Jorge Canizales2016-07-28
| | | Still missing: Catch the C-library error to improve the error message.
* Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
|
* Document that methods in GRPCCall+Tests can only be called once per hostGravatar Jorge Canizales2015-08-06
|
* Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
|
* 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).