index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
objective-c
/
GRPCClient
/
private
/
GRPCWrappedCall.m
Commit message (
Expand
)
Author
Age
*
s/maybe_compression_level.compression_level/maybe_compression_level.level
David Garcia Quintas
2016-06-07
*
updated obj-c code
David Garcia Quintas
2016-05-17
*
Allow servers to select compression level via initial MD.
David Garcia Quintas
2016-05-09
*
Update copyrights
Craig Tiller
2016-03-31
*
Fixing copyrights.
Nicolas "Pixel" Noble
2016-03-21
*
For GRPCOperation's, ensure finish _handler can only be called once, and rele...
Nicolas "Pixel" Noble
2016-03-21
*
Makes GRPCRequestHeaders a NSMutableDictionary
Jorge Canizales
2015-12-03
*
Make the grpc_metadataArray property private.
Jorge Canizales
2015-09-02
*
Publish GRPCRequestHeaders as a protocol
Jorge Canizales
2015-09-02
*
Remove -[asDictionary]
Jorge Canizales
2015-09-02
*
Have ObjC use the new future-proofed C interface
Jorge Canizales
2015-08-08
*
Let register SSL config per-host.
Jorge Canizales
2015-08-01
*
Encapsulate grpc_call creation inside GRPCChannel
Jorge Canizales
2015-08-01
*
Move _channel from GRPCCall into GRPCWrappedCall
Jorge Canizales
2015-08-01
*
Fix C library gpr_inf_future breakage
Jorge Canizales
2015-07-18
*
Move ProtoMethod to ProtoRPC package
Jorge Canizales
2015-07-04
*
Fixed name in comments
murgatroid99
2015-06-25
*
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
murgatroid99
2015-06-24
*
Document why a grpc_op ivar, and the role of -finish
Jorge Canizales
2015-06-21
*
Simplify GRPCOps implementations
Jorge Canizales
2015-06-21
*
Output call_error number
Jorge Canizales
2015-06-21
*
Ensure op flags don't have garbage from malloc
Jorge Canizales
2015-06-21
*
Merge trailers into responseMetadata. Add it to NSError.
Jorge Canizales
2015-06-13
*
Updated Objective C code to match completion queue changes
murgatroid99
2015-05-08
*
Resolved some comments
murgatroid99
2015-05-01
*
Fixed ivar names and comments
murgatroid99
2015-04-29
*
Simplified startBatch, resolved comments
murgatroid99
2015-04-29
*
Moved deallocation code to the right place
murgatroid99
2015-04-29
*
Added nil check in GRPCWrappedCall initializer
murgatroid99
2015-04-29
*
Fixed missing increment
murgatroid99
2015-04-29
*
Removed thrown error in one case
murgatroid99
2015-04-29
*
Simplified some batch code, resolved comments
murgatroid99
2015-04-29
*
Changed message handling, fixed line lengths
murgatroid99
2015-04-28
*
Made startBatch more strongly typed
murgatroid99
2015-04-27
*
Fixed dictionary usage
murgatroid99
2015-04-24
*
Fixed grpc_getMetadataArray
murgatroid99
2015-04-24
*
Addressed review comments
murgatroid99
2015-04-24
*
Fixed indentation
murgatroid99
2015-04-24
*
Migrated Objective C library to C batch API
murgatroid99
2015-04-24