Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 |
| | |||
* | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 |
| | |||
* | Made cache thread-safe | murgatroid99 | 2015-05-14 |
| | |||
* | Added channel caching by host string | murgatroid99 | 2015-05-14 |
| | |||
* | Ignore .DS_Store files | murgatroid99 | 2015-05-11 |
| | |||
* | Updated Objective C code to match completion queue changes | murgatroid99 | 2015-05-08 |
| | |||
* | Resolved some comments | murgatroid99 | 2015-05-01 |
| | |||
* | Fixed ivar names and comments | murgatroid99 | 2015-04-29 |
| | |||
* | Simplified startBatch, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Moved deallocation code to the right place | murgatroid99 | 2015-04-29 |
| | |||
* | Added nil check in GRPCWrappedCall initializer | murgatroid99 | 2015-04-29 |
| | |||
* | Fixed missing increment | murgatroid99 | 2015-04-29 |
| | |||
* | Removed thrown error in one case | murgatroid99 | 2015-04-29 |
| | |||
* | Simplified some batch code, resolved comments | murgatroid99 | 2015-04-29 |
| | |||
* | Updated GRPCCall comments and spacing | murgatroid99 | 2015-04-28 |
| | |||
* | Merged changes from master | murgatroid99 | 2015-04-28 |
|\ | |||
* | | Changed message handling, fixed line lengths | murgatroid99 | 2015-04-28 |
| | | |||
* | | Rewrote comment to match changes | murgatroid99 | 2015-04-27 |
| | | |||
* | | Re-added completion_queue_destroy call | murgatroid99 | 2015-04-27 |
| | | |||
* | | Simplified an initializer call | murgatroid99 | 2015-04-27 |
| | | |||
* | | Fixed spacing | murgatroid99 | 2015-04-27 |
| | | |||
* | | Made startBatch more strongly typed | murgatroid99 | 2015-04-27 |
| | | |||
* | | Fixed dictionary usage | murgatroid99 | 2015-04-24 |
| | | |||
* | | Fixed grpc_getMetadataArray | murgatroid99 | 2015-04-24 |
| | | |||
* | | Addressed review comments | murgatroid99 | 2015-04-24 |
| | | |||
* | | Fixed indentation | murgatroid99 | 2015-04-24 |
| | | |||
* | | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 |
| | | |||
| * | Adds basic runtime library and generated stub | Jorge Canizales | 2015-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. | Jorge Canizales | 2015-04-21 |
| | |||
* | Cleanup | Jorge Canizales | 2015-04-21 |
| | |||
* | Loads certificates from file. SSL works ^^ | 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 |
| | |||
* | Changes #import paths from RxLibrary -> gRPC | Jorge Canizales | 2015-04-21 |
| | | | | On account of the change in the podspec structure. | ||
* | 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. | ||
* | Merge pull request #632 from jcanizales/add-grpcclient-podspec | Tim Emiola | 2015-02-23 |
|\ | | | | | Adds Podspec for GRPCClient | ||
* | | include .m in check_copyright.py | Yang Gao | 2015-02-20 |
| | | |||
| * | Adds podspec for GRPCClient | Jorge Canizales | 2015-02-19 |
|/ | |||
* | Merge pull request #629 from jcanizales/fix-internal-include-path | Tim Emiola | 2015-02-19 |
|\ | | | | | Fix internal include path | ||
| * | Fix internal include path | Jorge Canizales | 2015-02-19 |
| | | |||
* | | 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 |