Muxi Yan
e6b504ccf7
Add doc generator for Objective-C
2019-10-24 21:00:46 -07:00
Muxi Yan
96c11d153f
Revert "Revert #19704 and #20060"
2019-08-28 13:35:40 -07:00
Muxi Yan
d1f4456dc6
Revert "Merge pull request #19704 from muxi/isolate-call-implementation-2"
...
This reverts commit ac5f8062dd , reversing
changes made to 8ae549431c .
2019-08-28 11:37:59 -07:00
Muxi Yan
d06f544815
Fix Swift build issues
2019-08-08 13:41:23 -07:00
Muxi Yan
0fd4727def
deprecated old API
2018-10-08 15:51:39 -07:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
Muxi Yan
2c88b4616a
Revert format changes of unrelated files
2016-10-28 10:47:25 -07:00
Muxi Yan
bd19fc7e30
clang-format format clean
2016-10-25 13:37:19 -07:00
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
2016-07-29 17:31:07 -07:00
Jorge Canizales
6af4addd55
Let override default response size limit
...
Still missing: Catch the C-library error to improve the error message.
2016-07-28 23:05:18 -07:00
Jorge Canizales
b10776c509
Reformat comments as Cocoadocs
2015-10-26 10:44:55 -07:00
Jorge Canizales
55fcf504b9
Document that methods in GRPCCall+Tests can only be called once per host
2015-08-06 12:41:04 -07:00
Jorge Canizales
b2bd06775e
Require very explicit registration of non-SSL hosts.
2015-08-06 11:46:02 -07:00
Jorge Canizales
e8543b0715
Let register SSL config per-host.
...
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).
2015-08-01 18:02:37 -07:00