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
Commit message (
Expand
)
Author
Age
*
Fix Bazel breakage due to magic Cocoapods header search path
Jorge Canizales
2015-09-03
*
Manually merge release-0_11 into make-errors-public-beta to solve conflict
Jorge Canizales
2015-09-03
|
\
|
*
Merge pull request #3235 from jcanizales/dont-strip-bin-beta
Michael Lumish
2015-09-03
|
|
\
*
|
|
Make the error domain and codes public and documented.
Jorge Canizales
2015-09-03
|
|
*
Don’t strip -bin suffix from response metadata.
Jorge Canizales
2015-09-03
|
|
/
|
/
|
|
*
Don’t append -bin automatically to binary request headers.
Jorge Canizales
2015-09-02
|
*
Reject non-ASCII text header values too.
Jorge Canizales
2015-09-02
|
*
nit: remove obsolete comment
Jorge Canizales
2015-09-02
|
*
nit: _proxy -> _delegate
Jorge Canizales
2015-09-02
|
*
Let remove nil or non-ASCII keys (noop instead of throw).
Jorge Canizales
2015-09-02
|
*
nit: Documentation and formatting.
Jorge Canizales
2015-09-02
|
*
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
|
*
Make GRPCRequestHeaders public and import from GRPCCall
Jorge Canizales
2015-09-02
|
*
Added class for setting request headers on a call
murgatroid99
2015-09-01
|
/
*
Merge pull request #2862 from jcanizales/small-analyse-fix
Michael Lumish
2015-08-31
|
\
*
|
Adding void* at then end of security related method in order to have a stable...
Julien Boeuf
2015-08-25
*
|
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
Nicolas "Pixel" Noble
2015-08-12
|
\
\
|
*
|
Allow UTF8 in comments of root certificates files
Jorge Canizales
2015-08-09
|
|
*
Prevent storing in the hosts cache with a nil key
Jorge Canizales
2015-08-08
|
|
/
*
/
Have ObjC use the new future-proofed C interface
Jorge Canizales
2015-08-08
|
/
*
Fixup for 971d06ad06caadb369e318112bba0e039188cfc2
Jorge Canizales
2015-08-07
*
Fix build breakage
Jorge Canizales
2015-08-06
*
Clarify intention of the code that adds a default port
Jorge Canizales
2015-08-06
*
Require very explicit registration of non-SSL hosts.
Jorge Canizales
2015-08-06
*
Merge master into support-test-certificates to solve conflicts.
Jorge Canizales
2015-08-06
|
\
*
|
Document plan to merge the GRPCChannel subclasses
Jorge Canizales
2015-08-05
*
|
Document that grpc_channel_args don’t need to survive GRPCSecureChannel init
Jorge Canizales
2015-08-05
*
|
Return nil instead of assert when the test certs can’t be read
Jorge Canizales
2015-08-05
*
|
Undo forward-declaring grpc_channel_args, which isn’t a struct!
Jorge Canizales
2015-08-05
*
|
Fix breakage (struct before undefined structs)
Jorge Canizales
2015-08-05
*
|
Forward-declare structs in GRPCSecureChannel.h
Jorge Canizales
2015-08-05
*
|
Make GRPCHost cache thread-safe.
Jorge Canizales
2015-08-05
*
|
Document intention of hostURL.port conditional check.
Jorge Canizales
2015-08-05
*
|
Forward-declare GRPCCompletionQueue and grpc_call
Jorge Canizales
2015-08-05
*
|
Forward-declare grpc_channel and specify ownership semantics
Jorge Canizales
2015-08-05
|
*
Update Objective-C
Craig Tiller
2015-08-05
*
|
Fixup: mark CertificatesAtPath static
Jorge Canizales
2015-08-03
*
|
Fixup: GRPCChannel.unmanagedChannel back to readonly
Jorge Canizales
2015-08-03
*
|
GRPCChannel with NULL grpc_channel is nil.
Jorge Canizales
2015-08-01
*
|
Clarify comments in GRPCHost.m
Jorge Canizales
2015-08-01
*
|
Let register SSL config per-host.
Jorge Canizales
2015-08-01
*
|
Remove GRPCChannel-initWithHost to simplify implementation
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
|
/
*
Update doc in GRPCCompletionQueue.h
Jorge Canizales
2015-08-01
*
ObjC formatting fix
Craig Tiller
2015-07-22
*
Rename grpc_channel_create to grpc_insecure_channel_create
Craig Tiller
2015-07-21
*
Merge pull request #2501 from jcanizales/gpr-inf-future
Michael Lumish
2015-07-20
|
\
[next]