aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
Commit message (Collapse)AuthorAge
* Adds basic runtime library and generated stubGravatar Jorge Canizales2015-04-22
| | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points.
* Fixes host transformation when user supplies a port.Gravatar Jorge Canizales2015-04-21
|
* CleanupGravatar Jorge Canizales2015-04-21
|
* Loads certificates from file. SSL works ^^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
|
* Changes #import paths from RxLibrary -> gRPCGravatar Jorge Canizales2015-04-21
| | | | On account of the change in the podspec structure.
* 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.
* Merge pull request #632 from jcanizales/add-grpcclient-podspecGravatar Tim Emiola2015-02-23
|\ | | | | Adds Podspec for GRPCClient
* | include .m in check_copyright.pyGravatar Yang Gao2015-02-20
| |
| * Adds podspec for GRPCClientGravatar Jorge Canizales2015-02-19
|/
* Merge pull request #629 from jcanizales/fix-internal-include-pathGravatar Tim Emiola2015-02-19
|\ | | | | Fix internal include path
| * Fix internal include pathGravatar Jorge Canizales2015-02-19
| |
* | 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