aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
Commit message (Expand)AuthorAge
* 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