aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
Commit message (Expand)AuthorAge
...
* Let tracing be enabled before starting an RPCGravatar Jorge Canizales2016-08-24
* Merge master into merge-0.14-into-masterGravatar Jorge Canizales2016-06-30
|\
* | Restore fix undid by https://github.com/grpc/grpc/pull/5893Gravatar Jorge Canizales2016-06-24
| * s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| * updated obj-c codeGravatar David Garcia Quintas2016-05-17
| * Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-21
* For GRPCOperation's, ensure finish _handler can only be called once, and rele...Gravatar Nicolas "Pixel" Noble2016-03-21
* Makes GRPCRequestHeaders a NSMutableDictionaryGravatar Jorge Canizales2015-12-03
* Make the grpc_metadataArray property private.Gravatar Jorge Canizales2015-09-02
* Publish GRPCRequestHeaders as a protocolGravatar Jorge Canizales2015-09-02
* Remove -[asDictionary]Gravatar Jorge Canizales2015-09-02
* Have ObjC use the new future-proofed C interfaceGravatar Jorge Canizales2015-08-08
* Let register SSL config per-host.Gravatar Jorge Canizales2015-08-01
* Encapsulate grpc_call creation inside GRPCChannelGravatar Jorge Canizales2015-08-01
* Move _channel from GRPCCall into GRPCWrappedCallGravatar Jorge Canizales2015-08-01
* Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
* Fixed name in commentsGravatar murgatroid992015-06-25
* Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
* Output call_error numberGravatar Jorge Canizales2015-06-21
* Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
* Updated Objective C code to match completion queue changesGravatar murgatroid992015-05-08
* Resolved some commentsGravatar murgatroid992015-05-01
* Fixed ivar names and commentsGravatar murgatroid992015-04-29
* Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
* Moved deallocation code to the right placeGravatar murgatroid992015-04-29
* Added nil check in GRPCWrappedCall initializerGravatar murgatroid992015-04-29
* Fixed missing incrementGravatar murgatroid992015-04-29
* Removed thrown error in one caseGravatar murgatroid992015-04-29
* Simplified some batch code, resolved commentsGravatar murgatroid992015-04-29
* Changed message handling, fixed line lengthsGravatar murgatroid992015-04-28
* Made startBatch more strongly typedGravatar murgatroid992015-04-27
* Fixed dictionary usageGravatar murgatroid992015-04-24
* Fixed grpc_getMetadataArrayGravatar murgatroid992015-04-24
* Addressed review commentsGravatar murgatroid992015-04-24
* Fixed indentationGravatar murgatroid992015-04-24
* Migrated Objective C library to C batch APIGravatar murgatroid992015-04-24