Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Let override default response size limit | Jorge Canizales | 2016-07-28 |
| | | | Still missing: Catch the C-library error to improve the error message. | ||
* | Added a comment | Makarand Dharmapurikar | 2016-06-23 |
| | |||
* | Fixes #2646 | Makarand Dharmapurikar | 2016-06-14 |
| | | | | Pass NULL in the host parameter of grpc_channel_create_call | ||
* | cronet build related changes | Makarand Dharmapurikar | 2016-06-01 |
| | |||
* | Style guide related feedback fixes. | Makarand Dharmapurikar | 2016-05-26 |
| | |||
* | Cosmetic changes to address feedback. | Makarand Dharmapurikar | 2016-05-25 |
| | |||
* | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 |
| | |||
* | Objective-C: Add ChannelCredentials to gRPC Call. | Paul Querna | 2016-04-29 |
| | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel. | ||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Add monitoring of connectivity | Jorge Canizales | 2016-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 sanity | Craig Tiller | 2016-02-08 |
| | |||
* | Formatting and naming fixes | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Restored strdup of keys and values to ensure ownership of their memory | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Removed (un)secure channel subclasses | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Forward-declare grpc_channel and specify ownership semantics | Jorge Canizales | 2015-08-05 |
| | |||
* | GRPCChannel with NULL grpc_channel is nil. | Jorge Canizales | 2015-08-01 |
| | |||
* | Let register SSL config per-host. | Jorge Canizales | 2015-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 implementation | Jorge Canizales | 2015-08-01 |
| | |||
* | Encapsulate grpc_call creation inside GRPCChannel | Jorge Canizales | 2015-08-01 |
| | |||
* | Don’t use containsString as it’s iOS 8 only | Jorge Canizales | 2015-07-07 |
| | |||
* | Made cache thread-safe | murgatroid99 | 2015-05-14 |
| | |||
* | Added channel caching by host string | murgatroid99 | 2015-05-14 |
| | |||
* | Fixes host transformation when user supplies a port. | Jorge Canizales | 2015-04-21 |
| | |||
* | Removes scheme before passing to C layer | Jorge Canizales | 2015-04-21 |
| | |||
* | Fixes scheme detection logic and NPE | Jorge Canizales | 2015-04-21 |
| | |||
* | Makes GRPCChannel a cluster class of secure and unsecured. | Jorge Canizales | 2015-04-21 |
| | |||
* | Working podspecs for gRPC core & wrapper | Jorge Canizales | 2015-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.py | Yang Gao | 2015-02-20 |
| | |||
* | Adds copyright notices to the GRPCClient files. | Jorge Canizales | 2015-02-18 |
| | |||
* | Imports code of the generic gRPC client library. | Jorge Canizales | 2015-02-17 |