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 | |
| | ||||
* | Changed message handling, fixed line lengths | murgatroid99 | 2015-04-28 | |
| | ||||
* | Re-added completion_queue_destroy call | 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 | |
| | ||||
* | 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. | |||
* | include .m in check_copyright.py | Yang Gao | 2015-02-20 | |
| | ||||
* | 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 | |