index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Synchronized access to fetchedOauth2AccessToken
Muxi Yan
2018-10-19
*
Remove redundant variable
Muxi Yan
2018-10-19
*
Add comments to ivars of GRPCCall2
Muxi Yan
2018-10-19
*
Annotate Nullability
Muxi Yan
2018-10-19
*
Format fix
Muxi Yan
2018-10-19
*
Typo fix
Muxi Yan
2018-10-19
*
Change extern type
Muxi Yan
2018-10-19
*
compressAlgorithm->compressionAlgorithm
Muxi Yan
2018-10-19
*
Polish comments
Muxi Yan
2018-10-19
*
GRPCCompressAlgorithm->GRPCCompressionAlgorithm
Muxi Yan
2018-10-19
*
polish comments
Muxi Yan
2018-10-19
*
More specific typing in response handlers
Muxi Yan
2018-10-19
*
writeWithMessage->writeMessage
Muxi Yan
2018-10-19
*
polish cancel message of proto calls
Muxi Yan
2018-10-19
*
NSString == nil -> NSString.length == 0
Muxi Yan
2018-10-19
*
nil->NULL
Muxi Yan
2018-10-19
*
handle NULL case when parsing certificate
Muxi Yan
2018-10-19
*
One more obj.class->[obj class]
Muxi Yan
2018-10-19
*
Name changes in compiler
Muxi Yan
2018-10-19
*
clang-format
Muxi Yan
2018-10-18
*
obj.class->[obj class]
Muxi Yan
2018-10-18
*
Spell out 'certificates' rather than 'certs'
Muxi Yan
2018-10-18
*
add callOptionsForHost: to GRPCHost
Muxi Yan
2018-10-18
*
more copy settings
Muxi Yan
2018-10-18
*
rename kHostCache->gHostCache
Muxi Yan
2018-10-18
*
Enable Cronet with old API
Muxi Yan
2018-10-18
*
Make GRPCHost.callOptions immutable
Muxi Yan
2018-10-18
*
NULL return for non-id type
Muxi Yan
2018-10-18
*
Prefix functions in ChannelArgsUtil
Muxi Yan
2018-10-18
*
remove channel from pool with pointer rather than config
Muxi Yan
2018-10-18
*
Handle channel nil case
Muxi Yan
2018-10-18
*
Use simple locking in GRPCChannelPool
Muxi Yan
2018-10-18
*
always unregister observer
Muxi Yan
2018-10-18
*
Use dispatch_after for delayed destroy of channel
Muxi Yan
2018-10-18
*
Lock GRPCCall in GRPCAuthorizatioProtocol
Muxi Yan
2018-10-18
*
Merge remote-tracking branch 'upstream/master' into config-isolation
Muxi Yan
2018-10-18
|
\
|
*
Merge pull request #16925 from jtattermusch/fix_memory_usage_test
Jan Tattermusch
2018-10-18
|
|
\
|
|
*
fix memory_usage_test
Jan Tattermusch
2018-10-18
|
|
/
|
*
Merge pull request #16908 from jtattermusch/go_interop_111
Jan Tattermusch
2018-10-18
|
|
\
|
*
\
Merge pull request #16910 from vjpai/tidier
Vijay Pai
2018-10-17
|
|
\
\
|
*
\
\
Merge pull request #16914 from soheilhy/worktree-bench
Soheil Hassas Yeganeh
2018-10-17
|
|
\
\
\
*
|
|
|
|
Remove dereferencing
Muxi Yan
2018-10-17
*
|
|
|
|
Take advantage of nil messaging
Muxi Yan
2018-10-17
*
|
|
|
|
Add channelOptionsHash: to GRPCCChannelOptions
Muxi Yan
2018-10-17
*
|
|
|
|
Add isChannelOptionsEqualTo: to GRPCCallOptions
Muxi Yan
2018-10-17
*
|
|
|
|
Check return value rather than error
Muxi Yan
2018-10-17
*
|
|
|
|
Rewrite the channel pool
Muxi Yan
2018-10-17
|
|
*
|
|
Fix bazel for //test/cpp/microbenchmarks/...
Soheil Hassas Yeganeh
2018-10-17
*
|
|
|
|
Add missing type information
Muxi Yan
2018-10-17
*
|
|
|
|
rename createChannel -> createChannelCallback
Muxi Yan
2018-10-17
[next]