Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
cabbcbfc840aa0b761fdf7c25ac6aa3b699a52a7
/
src
/
objective-c
/
GRPCClient
cb7ae77
Merge pull request #2862 from jcanizales/small-analyse-fix
by Michael Lumish
· 9 years ago
c5b570f
Adding void* at then end of security related method in order to have a stable ABI.
by Julien Boeuf
· 9 years ago
d53b389
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
5263758
Document not to modify headers after start
by Jorge Canizales
· 9 years ago
1ab2a71
Put both headers and trailers in the error.userInfo
by Jorge Canizales
· 9 years ago
0b34c89
Turn allResponseMetadata into *Headers and *Trailers
by Jorge Canizales
· 9 years ago
25884b3
nit: Comment formatting
by Jorge Canizales
· 9 years ago
2a24654
More requestMetadata -> requestHeaders renaming
by Jorge Canizales
· 9 years ago
4e45a6f
Rename responseMetadata -> allResponseMetadata
by Jorge Canizales
· 9 years ago
6512d26
Rename requestMetadata -> requestHeaders
by Jorge Canizales
· 9 years ago
b457cd8
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
2eacf7b
Allow UTF8 in comments of root certificates files
by Jorge Canizales
· 9 years ago
d9d41fa
Prevent storing in the hosts cache with a nil key
by Jorge Canizales
· 9 years ago
578ab16
Don’t retain self here!
by Jorge Canizales
· 9 years ago
297ed7b
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
by Jorge Canizales
· 9 years ago
eb87b46
Rename super-confusing ivar _self -> _retainSelf
by Jorge Canizales
· 9 years ago
b3584aa
Have ObjC use the new future-proofed C interface
by Jorge Canizales
· 9 years ago
238ad78
Eliminate race in GRPCCall’s operation of the requests writer
by Jorge Canizales
· 9 years ago
721b7a3
Rename oauth2_lowerCamel -> oauth2UpperCamel
by Jorge Canizales
· 9 years ago
26e0c9e
Fixup for 971d06ad06caadb369e318112bba0e039188cfc2
by Jorge Canizales
· 9 years ago
594ae57
Add OAuth2 headers category to GRPCCall
by Jorge Canizales
· 9 years ago
971d06a
Fix build breakage
by Jorge Canizales
· 9 years ago
015ab35
Clarify intention of the code that adds a default port
by Jorge Canizales
· 9 years ago
55fcf50
Document that methods in GRPCCall+Tests can only be called once per host
by Jorge Canizales
· 9 years ago
b2bd067
Require very explicit registration of non-SSL hosts.
by Jorge Canizales
· 9 years ago
4ab7cc0
Merge master into support-test-certificates to solve conflicts.
by Jorge Canizales
· 9 years ago
7e90745
Document plan to merge the GRPCChannel subclasses
by Jorge Canizales
· 9 years ago
77723b1
Document that grpc_channel_args don’t need to survive GRPCSecureChannel init
by Jorge Canizales
· 9 years ago
8c5318a
Return nil instead of assert when the test certs can’t be read
by Jorge Canizales
· 9 years ago
145f865
Undo forward-declaring grpc_channel_args, which isn’t a struct!
by Jorge Canizales
· 9 years ago
d13bbed
Fix breakage (struct before undefined structs)
by Jorge Canizales
· 9 years ago
d7f2ab3
Forward-declare structs in GRPCSecureChannel.h
by Jorge Canizales
· 9 years ago
82fb883
Make GRPCHost cache thread-safe.
by Jorge Canizales
· 9 years ago
cceeb51
Document intention of hostURL.port conditional check.
by Jorge Canizales
· 9 years ago
83b7971
Forward-declare GRPCCompletionQueue and grpc_call
by Jorge Canizales
· 9 years ago
0607bae
Forward-declare grpc_channel and specify ownership semantics
by Jorge Canizales
· 9 years ago
354e212
Update Objective-C
by Craig Tiller
· 9 years ago
7d261ee
Fixup: mark CertificatesAtPath static
by Jorge Canizales
· 9 years ago
56c6574
Fixup: GRPCChannel.unmanagedChannel back to readonly
by Jorge Canizales
· 9 years ago
e21b467
GRPCChannel with NULL grpc_channel is nil.
by Jorge Canizales
· 9 years ago
000fa38
Clarify comments in GRPCHost.m
by Jorge Canizales
· 9 years ago
e8543b0
Let register SSL config per-host.
by Jorge Canizales
· 9 years ago
148403a
Remove GRPCChannel-initWithHost to simplify implementation
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
faf58b8
Update doc in GRPCCompletionQueue.h
by Jorge Canizales
· 9 years ago
013f87a
Unused ivar in GRPCCall.m
by Jorge Canizales
· 9 years ago
9e51972
grpc_init() is already called in GRPCWrappedCall
by Jorge Canizales
· 9 years ago
597ef98
GRPCCall.m formatting.
by Jorge Canizales
· 9 years ago
6eac01e
ObjC formatting fix
by Craig Tiller
· 9 years ago
4a4f149
Rename grpc_channel_create to grpc_insecure_channel_create
by Craig Tiller
· 9 years ago
03f0bd6
Merge pull request #2501 from jcanizales/gpr-inf-future
by Michael Lumish
· 9 years ago
570e941
Fix C library gpr_inf_future breakage
by Jorge Canizales
· 9 years ago
6531b2b
Make the call retain cycle explicit and encapsulated within GRPCCall.m
by Jorge Canizales
· 9 years ago
4c6f778
ConcurrentWriteable: NSData *message -> id value
by Jorge Canizales
· 9 years ago
35f003b
Rename GRPCDelegateWrapper -> GRXConcurrentWriteable
by Jorge Canizales
· 9 years ago
a38baae
Subclass GRXWriter instead of conforming to protocol
by Jorge Canizales
· 9 years ago
5604712
id<GRXWriter> -> GRXWriter * in the runtime
by Jorge Canizales
· 9 years ago
c14c319
Don’t use containsString as it’s iOS 8 only
by Jorge Canizales
· 9 years ago
be808e3
Move ProtoMethod to ProtoRPC package
by Jorge Canizales
· 9 years ago
1ac8f9a
Rename interface->service
by Jorge Canizales
· 9 years ago
469d4b6
Rename GRPCMethodName->ProtoMethod
by Jorge Canizales
· 9 years ago
bb54ae8
Add roots.pem bundle to the Bazel target, and use a better bundle name.
by Jorge Canizales
· 9 years ago
8841208
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
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
4a77f3b
Remove const cast warning in GRPCSecureChannel.m
by murgatroid99
· 9 years ago
269575a
Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
by Michael Lumish
· 9 years ago
59bb9d7
Have Cocoapods rename includes in the core wrapper
by Jorge Canizales
· 9 years ago
3936ed7
Import headers based on path in the runtime libraries
by Jorge Canizales
· 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
22a7cdf
Merge pull request #2108 from jcanizales/disallow-started-writers
by Michael Lumish
· 9 years ago
6bbfcc3
Disallow started request writers on GRPCCall init
by Jorge Canizales
· 9 years ago
c58a110
Fix NPE for trying to add metadata to error when it was nil
by Jorge Canizales
· 9 years ago
2285b36
Specify responseMetadata structure
by Jorge Canizales
· 9 years ago
1a38475
Drop repeated response headers.
by Jorge Canizales
· 9 years ago
f3a4f2c
Merge trailers into responseMetadata. Add it to NSError.
by Jorge Canizales
· 9 years ago
544963e
Let set NSDictionary as headers, and init the property (not nil)
by Jorge Canizales
· 9 years ago
59f905d
Changes to byte_buffer based on comments.
by David Garcia Quintas
· 9 years ago
669c139
Merge pull request #1866 from dgquintas/stack-allocate-bb-reader
by Craig Tiller
· 9 years ago
d3a2d40
Disallow NSString headers with -bin suffix
by Jorge Canizales
· 9 years ago
b9692ca
Fix NSDictionary <-> metadata codec
by Jorge Canizales
· 9 years ago
30bd4eb
Removed grpc_byte_buffer_reader_{create,destroy}.
by David Garcia Quintas
· 9 years ago
f1c368c
Fix problem loading certs for tests of library projects
by Jorge Canizales
· 9 years ago
b2c300c
s/didFinishWithError/writesFinishedWithError
by Jorge Canizales
· 9 years ago
a90a9c3
s/didReceiveValue/writeValue
by Jorge Canizales
· 9 years ago
dda9a3c
Made cache thread-safe
by murgatroid99
· 9 years ago
ec4e5cf
Added channel caching by host string
by murgatroid99
· 9 years ago
91b66bb
Ignore .DS_Store files
by murgatroid99
· 10 years ago
6b54244
Updated Objective C code to match completion queue changes
by murgatroid99
· 10 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
Next »