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
/
GRPCChannel.m
Commit message (
Expand
)
Author
Age
*
clang-format
Muxi Yan
2018-11-09
*
Introduce GRPCAssert
Muxi Yan
2018-11-09
*
nit fixes
Muxi Yan
2018-11-09
*
Refactor channel pool
Muxi Yan
2018-11-08
*
Some nit fixes
Muxi Yan
2018-11-08
*
use _dispatchQueue for timer
Muxi Yan
2018-11-01
*
Easier check if timer is canceled
Muxi Yan
2018-11-01
*
Use NSEC_PER_SEC
Muxi Yan
2018-11-01
*
kChannelDestroyDelay->_destroyDelay in GRPCChannelRef
Muxi Yan
2018-11-01
*
Mark channelArg as copy
Muxi Yan
2018-10-23
*
Ignore serverAuthority when using Cronet transport
Muxi Yan
2018-10-20
*
clang-format
Muxi Yan
2018-10-20
*
Another copy
Muxi Yan
2018-10-20
*
Relocate global channel pool variables
Muxi Yan
2018-10-20
*
GRPCChannel input parameter sanity check
Muxi Yan
2018-10-20
*
copy configuration
Muxi Yan
2018-10-19
*
Comment and rename GRPCChannel:ref and :unref
Muxi Yan
2018-10-19
*
clang-format
Muxi Yan
2018-10-18
*
remove channel from pool with pointer rather than config
Muxi Yan
2018-10-18
*
Use dispatch_after for delayed destroy of channel
Muxi Yan
2018-10-18
*
Remove dereferencing
Muxi Yan
2018-10-17
*
Take advantage of nil messaging
Muxi Yan
2018-10-17
*
Rewrite the channel pool
Muxi Yan
2018-10-17
*
rename createChannel -> createChannelCallback
Muxi Yan
2018-10-17
*
Make channel args immutable
Muxi Yan
2018-10-16
*
host == nil -> host.length == 0
Muxi Yan
2018-10-16
*
rename kChannelPool->gChannelPool
Muxi Yan
2018-10-16
*
Channel pool
Muxi Yan
2018-10-08
*
Fix a memory leak
Muxi Yan
2018-05-05
*
clang-format objective-c files
Muxi Yan
2018-04-11
*
Merge pull request #14318 from muxi/add-logging-interface
Muxi Yan
2018-02-23
|
\
*
|
Fix comiler warning
Noah Eisen
2018-02-14
|
*
Add MobileLog support
Muxi Yan
2018-02-05
|
/
*
Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1,...
Alexander Polcyn
2018-01-24
*
Add comment for timeout; assert on negative timeout value; fix timeout test
Muxi Yan
2017-09-11
*
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
*
Pass NULL to grpc_channel_create_call for nil serverName
thassss
2017-06-29
*
Expose :authority pseudo-header to Obj-C API.
thassss
2017-06-26
*
Release slice no longer owned
Muxi Yan
2017-06-16
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Revert "Revert "Metadata handling rewrite""
Craig Tiller
2017-01-23
*
Revert "Metadata handling rewrite"
Craig Tiller
2017-01-20
*
Merge github.com:grpc/grpc into metadata_filter
Craig Tiller
2017-01-18
|
\
*
|
Use grpc_slice at core boudary
Muxi Yan
2017-01-13
|
*
Change interface
Garrett Casto
2016-11-28
|
/
*
Let override default response size limit
Jorge Canizales
2016-07-28
*
Added a comment
Makarand Dharmapurikar
2016-06-23
*
Fixes #2646
Makarand Dharmapurikar
2016-06-14
[next]