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
/
GRPCSecureChannel.m
Commit message (
Expand
)
Author
Age
*
Adding void* at then end of security related method in order to have a stable...
Julien Boeuf
2015-08-25
*
Allow UTF8 in comments of root certificates files
Jorge Canizales
2015-08-09
*
Document plan to merge the GRPCChannel subclasses
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
*
Forward-declare structs in GRPCSecureChannel.h
Jorge Canizales
2015-08-05
*
Fixup: mark CertificatesAtPath static
Jorge Canizales
2015-08-03
*
Let register SSL config per-host.
Jorge Canizales
2015-08-01
*
Encapsulate grpc_call creation inside GRPCChannel
Jorge Canizales
2015-08-01
*
Add roots.pem bundle to the Bazel target, and use a better bundle name.
Jorge Canizales
2015-06-28
*
Remove const cast warning in GRPCSecureChannel.m
murgatroid99
2015-06-24
*
Fix problem loading certs for tests of library projects
Jorge Canizales
2015-05-30
*
Cleanup
Jorge Canizales
2015-04-21
*
Loads certificates from file. SSL works ^^
Jorge Canizales
2015-04-21
*
Fixes scheme detection logic and NPE
Jorge Canizales
2015-04-21
*
Makes GRPCChannel a cluster class of secure and unsecured.
Jorge Canizales
2015-04-21