Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
170a073b26b79200bbbaac2613965434a76df434
/
src
/
objective-c
/
GRPCClient
/
private
/
GRPCWrappedCall.m
2c88b46
Revert format changes of unrelated files
by Muxi Yan
· 8 years ago
bd19fc7
clang-format format clean
by Muxi Yan
· 8 years ago
e97f7c0
Allow more general flags to be passed to ObjC API
by Muxi Yan
· 8 years ago
fdea83d
Update grpc objc API for support of PUT method
by Muxi Yan
· 8 years ago
7603d64
Let tracing be enabled before starting an RPC
by Jorge Canizales
· 8 years ago
c93d6a6
Merge master into merge-0.14-into-master
by Jorge Canizales
· 8 years ago
5e824fa
Restore fix undid by https://github.com/grpc/grpc/pull/5893
by Jorge Canizales
· 8 years ago
8ba42be
s/maybe_compression_level.compression_level/maybe_compression_level.level
by David Garcia Quintas
· 8 years ago
e825df7
updated obj-c code
by David Garcia Quintas
· 8 years ago
a301eaa
Allow servers to select compression level via initial MD.
by David Garcia Quintas
· 8 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
6bda849
Fixing copyrights.
by Nicolas "Pixel" Noble
· 9 years ago
7022436
For GRPCOperation's, ensure finish _handler can only be called once, and release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called.
by Nicolas "Pixel" Noble
· 9 years ago
f4f150f
Makes GRPCRequestHeaders a NSMutableDictionary
by Jorge Canizales
· 9 years ago
5af2868
Make the grpc_metadataArray property private.
by Jorge Canizales
· 9 years ago
2f10127
Publish GRPCRequestHeaders as a protocol
by Jorge Canizales
· 9 years ago
5c339d1
Remove -[asDictionary]
by Jorge Canizales
· 9 years ago
b3584aa
Have ObjC use the new future-proofed C interface
by Jorge Canizales
· 9 years ago
e8543b0
Let register SSL config per-host.
by Jorge Canizales
· 9 years ago
bd993df
Encapsulate grpc_call creation inside GRPCChannel
by Jorge Canizales
· 9 years ago
3a5253e
Move _channel from GRPCCall into GRPCWrappedCall
by Jorge Canizales
· 9 years ago
570e941
Fix C library gpr_inf_future breakage
by Jorge Canizales
· 9 years ago
be808e3
Move ProtoMethod to ProtoRPC package
by Jorge Canizales
· 9 years ago
231103b
Fixed name in comments
by murgatroid99
· 9 years ago
dbda969
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
by murgatroid99
· 9 years ago
8848704
Document why a grpc_op ivar, and the role of -finish
by Jorge Canizales
· 9 years ago
8d99775
Simplify GRPCOps implementations
by Jorge Canizales
· 9 years ago
bae38d9
Output call_error number
by Jorge Canizales
· 9 years ago
fb95092
Ensure op flags don't have garbage from malloc
by Jorge Canizales
· 9 years ago
f3a4f2c
Merge trailers into responseMetadata. Add it to NSError.
by Jorge Canizales
· 9 years ago
6b54244
Updated Objective C code to match completion queue changes
by murgatroid99
· 9 years ago
4925063
Resolved some comments
by murgatroid99
· 10 years ago
ca38ddb
Fixed ivar names and comments
by murgatroid99
· 10 years ago
2101a48
Simplified startBatch, resolved comments
by murgatroid99
· 10 years ago
33655f9
Moved deallocation code to the right place
by murgatroid99
· 10 years ago
fe2c0c6
Added nil check in GRPCWrappedCall initializer
by murgatroid99
· 10 years ago
a571ceb
Fixed missing increment
by murgatroid99
· 10 years ago
def47aa
Removed thrown error in one case
by murgatroid99
· 10 years ago
6a084f4
Simplified some batch code, resolved comments
by murgatroid99
· 10 years ago
6cc4680
Changed message handling, fixed line lengths
by murgatroid99
· 10 years ago
54e93d4
Made startBatch more strongly typed
by murgatroid99
· 10 years ago
a89cc64
Fixed dictionary usage
by murgatroid99
· 10 years ago
3d13eb0
Fixed grpc_getMetadataArray
by murgatroid99
· 10 years ago
69927d6
Addressed review comments
by murgatroid99
· 10 years ago
463a7a8
Fixed indentation
by murgatroid99
· 10 years ago
30b7d4e
Migrated Objective C library to C batch API
by murgatroid99
· 10 years ago