aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
Commit message (Collapse)AuthorAge
...
* Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
| | | | And move it to the RxLibrary.
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
|
* Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
|
* Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | | Fixes https://github.com/grpc/grpc/issues/2194 .
* Merge pull request #2108 from jcanizales/disallow-started-writersGravatar Michael Lumish2015-06-17
|\ | | | | Disallow started request writers on GRPCCall init
| * Disallow started request writers on GRPCCall initGravatar Jorge Canizales2015-06-17
| |
* | Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
|/
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
|
* Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
|
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
|
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* Fixed ivar names and commentsGravatar murgatroid992015-04-29
|
* Updated GRPCCall comments and spacingGravatar murgatroid992015-04-28
|
* Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
|
* Rewrote comment to match changesGravatar murgatroid992015-04-27
|
* Simplified an initializer callGravatar murgatroid992015-04-27
|
* Fixed spacingGravatar murgatroid992015-04-27
|
* Made startBatch more strongly typedGravatar murgatroid992015-04-27
|
* Addressed review commentsGravatar murgatroid992015-04-24
|
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24
|
* 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.
* include .m in check_copyright.pyGravatar Yang Gao2015-02-20
|
* 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