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
/
GRPCHost.h
Commit message (
Expand
)
Author
Age
*
add callOptionsForHost: to GRPCHost
Muxi Yan
2018-10-18
*
Make GRPCHost.callOptions immutable
Muxi Yan
2018-10-18
*
Channel pool
Muxi Yan
2018-10-08
*
Timeout and backoff
Muxi Yan
2018-06-19
*
Enable retry
Muxi Yan
2018-06-19
*
Make mobile log per-host and rename as context
Muxi Yan
2018-05-29
*
clang-format objective-c files
Muxi Yan
2018-04-11
*
Allow gRPC ObjC user to set keepalive options
Muxi Yan
2018-03-26
*
Add interface to API to enable compression
Muxi Yan
2017-12-21
*
Use Apple internal type for timeout
Muxi Yan
2017-09-11
*
Rename deadline to timeout
Muxi Yan
2017-08-30
*
Surface call deadline to Objective C API
Muxi Yan
2017-08-30
*
Remove nullability specifiers
thassss
2017-06-29
*
Expose :authority pseudo-header to Obj-C API.
thassss
2017-06-26
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Better names for the methods to clear all host settings
Jorge Canizales
2016-07-29
*
Let override default response size limit
Jorge Canizales
2016-07-28
*
Add a maybe-temporary way for apps to clear the channel cache
Jorge Canizales
2016-04-29
*
Objective-C: Add ChannelCredentials to gRPC Call.
Paul Querna
2016-04-29
*
Update copyrights
Craig Tiller
2016-03-31
*
Add monitoring of connectivity
Jorge Canizales
2016-03-11
*
Fix sanity
Craig Tiller
2016-02-08
*
Updated user agent to be a host-level setting
Kristopher Wuollett
2016-02-03
*
Renamed user agent setting to userAgentPrefix and changed its scope to global
Kristopher Wuollett
2016-02-02
*
Add channel args to enable user agent string for Objective-C
Kristopher Wuollett
2016-01-31
*
Reformat comments as Cocoadocs
Jorge Canizales
2015-10-26
*
Forward-declare GRPCCompletionQueue and grpc_call
Jorge Canizales
2015-08-05
*
Let register SSL config per-host.
Jorge Canizales
2015-08-01