Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Rename GRPCDelegateWrapper -> GRXConcurrentWriteable | Jorge Canizales | 2015-07-18 | |
| | | | | And move it to the RxLibrary. | |||
* | id<GRXWriter> -> GRXWriter * in the runtime | Jorge Canizales | 2015-07-17 | |
| | ||||
* | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 | |
| | ||||
* | Rename GRPCMethodName->ProtoMethod | Jorge Canizales | 2015-07-04 | |
| | ||||
* | Have Cocoapods rename includes in the core wrapper | Jorge Canizales | 2015-06-23 | |
| | | | | Fixes https://github.com/grpc/grpc/issues/2194 . | |||
* | Merge pull request #2108 from jcanizales/disallow-started-writers | Michael Lumish | 2015-06-17 | |
|\ | | | | | Disallow started request writers on GRPCCall init | |||
| * | Disallow started request writers on GRPCCall init | Jorge Canizales | 2015-06-17 | |
| | | ||||
* | | Fix NPE for trying to add metadata to error when it was nil | Jorge Canizales | 2015-06-15 | |
|/ | ||||
* | Merge trailers into responseMetadata. Add it to NSError. | Jorge Canizales | 2015-06-13 | |
| | ||||
* | Let set NSDictionary as headers, and init the property (not nil) | Jorge Canizales | 2015-06-13 | |
| | ||||
* | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 | |
| | ||||
* | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 | |
| | ||||
* | Fixed ivar names and comments | murgatroid99 | 2015-04-29 | |
| | ||||
* | Updated GRPCCall comments and spacing | murgatroid99 | 2015-04-28 | |
| | ||||
* | Changed message handling, fixed line lengths | murgatroid99 | 2015-04-28 | |
| | ||||
* | Rewrote comment to match changes | 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 | |
| | ||||
* | Addressed review comments | murgatroid99 | 2015-04-24 | |
| | ||||
* | Migrated Objective C library to C batch API | murgatroid99 | 2015-04-24 | |
| | ||||
* | 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 | |