aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
Commit message (Collapse)AuthorAge
* Allow more general flags to be passed to ObjC APIGravatar Muxi Yan2016-09-28
|
* Update grpc objc API for support of PUT methodGravatar Muxi Yan2016-09-27
|
* Add monitoring of connectivityGravatar Jorge Canizales2016-03-11
| | | | | | | Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel.
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
| | | | | | | TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
* Reformat comments as CocoadocsGravatar Jorge Canizales2015-10-26
|
* Make the grpc_metadataArray property private.Gravatar Jorge Canizales2015-09-02
|
* Publish GRPCRequestHeaders as a protocolGravatar Jorge Canizales2015-09-02
| | | | | So we can make the property a dictionary later, by just extending NSMutableDictionary to conform to the protocol.
* Remove -[asDictionary]Gravatar Jorge Canizales2015-09-02
|
* Move _channel from GRPCCall into GRPCWrappedCallGravatar Jorge Canizales2015-08-01
|
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
|
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
|
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
|
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
|
* Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
|
* Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
|
* 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