Muxi Yan
4264ea2b55
clang-format
6 years ago
Muxi Yan
6ae2ea643d
obj.class->[obj class]
6 years ago
Muxi Yan
f00be37dd1
Spell out 'certificates' rather than 'certs'
6 years ago
Muxi Yan
4201ad1681
add callOptionsForHost: to GRPCHost
6 years ago
Muxi Yan
b9e5224207
more copy settings
6 years ago
Muxi Yan
1084f49c31
rename kHostCache->gHostCache
6 years ago
Muxi Yan
d92c62fcde
Enable Cronet with old API
6 years ago
Muxi Yan
31de6d67e7
Make GRPCHost.callOptions immutable
6 years ago
Muxi Yan
e114983643
NULL return for non-id type
6 years ago
Muxi Yan
1a88be4edf
Prefix functions in ChannelArgsUtil
6 years ago
Muxi Yan
a0f83554bb
remove channel from pool with pointer rather than config
6 years ago
Muxi Yan
3bdf794bd0
Handle channel nil case
6 years ago
Muxi Yan
4af17518c0
Use simple locking in GRPCChannelPool
6 years ago
Muxi Yan
7871fedfd6
always unregister observer
6 years ago
Muxi Yan
ac211b4214
Use dispatch_after for delayed destroy of channel
6 years ago
Muxi Yan
67a4eb6623
Lock GRPCCall in GRPCAuthorizatioProtocol
6 years ago
Muxi Yan
62693ec1bd
Merge remote-tracking branch 'upstream/master' into config-isolation
6 years ago
Jan Tattermusch
d2704ecca0
Merge pull request #16925 from jtattermusch/fix_memory_usage_test
...
Fix memory_usage_test (and performance_profile_daily kokoro job)
6 years ago
Jan Tattermusch
30cc76e1f7
fix memory_usage_test
6 years ago
Jan Tattermusch
1452201276
Merge pull request #16908 from jtattermusch/go_interop_111
...
Update Go interop image to go1.11
6 years ago
Vijay Pai
d0109d6ac5
Merge pull request #16910 from vjpai/tidier
...
Fixes for clang-tidy
6 years ago
Soheil Hassas Yeganeh
56f77e7163
Merge pull request #16914 from soheilhy/worktree-bench
...
Fix bazel for //test/cpp/microbenchmarks/...
6 years ago
Muxi Yan
be4ab30899
Remove dereferencing
6 years ago
Muxi Yan
34e4db810f
Take advantage of nil messaging
6 years ago
Muxi Yan
d578b43218
Add channelOptionsHash: to GRPCCChannelOptions
6 years ago
Muxi Yan
f48c90606f
Add isChannelOptionsEqualTo: to GRPCCallOptions
6 years ago
Muxi Yan
d47f4b4c23
Check return value rather than error
6 years ago
Muxi Yan
8fef0c8789
Rewrite the channel pool
6 years ago
Soheil Hassas Yeganeh
cc5fe63da0
Fix bazel for //test/cpp/microbenchmarks/...
...
Fix a build failure due to missed dependency and add the bm_create_call
benchmark to the build targets.
6 years ago
Muxi Yan
86ff72bb47
Add missing type information
6 years ago
Muxi Yan
677ab86b4a
rename createChannel -> createChannelCallback
6 years ago
Vijay Pai
1a9c197987
clang-tidy fixes
6 years ago
Muxi Yan
da42aa1c1b
Add designated initializer annotation
6 years ago
Jan Tattermusch
dfb1a0f206
Merge pull request #16907 from jtattermusch/fix_memory_profile_jobs
...
Fix memory profile jobs on master
6 years ago
Jan Tattermusch
e69a636f32
Merge pull request #13207 from kkm000/package-grpc-tools
...
Integrate Grpc.Tools into msbuild system (C# only)
6 years ago
Yang Gao
2c2090899a
Merge pull request #16906 from yang-g/non_polling_poller
...
Catch missing kick for non-polling poller
6 years ago
Jan Tattermusch
ee4cb5ce65
fix Grpc.Tools nuget layout on Linux and Mac
...
For files without known extension (e.g. Unix binaries) , NuGet can't tell files from directories,
so mention protoc and grpc_csharp_ext explicitly to avoid breaking nuget's directory layout.
6 years ago
Jan Tattermusch
7f38ed6b24
update go interop image to go1.11
6 years ago
Jan Tattermusch
0e3cb55509
fix peformance_profile_* jobs on master
6 years ago
Jan Tattermusch
f2db10d64c
regenerate projects
6 years ago
Jan Tattermusch
f7f74c5ec1
rename memory_profile_client and memory_profile_server
6 years ago
yang-g
8e76cdd2c9
Catch missing kick for non-polling poller
6 years ago
Muxi Yan
ad5485ae4e
Make channel args immutable
6 years ago
Muxi Yan
bc292b87c2
polish attributes of GRPCChannelConfiguration
6 years ago
Muxi Yan
549db7b80b
host == nil -> host.length == 0
6 years ago
Muxi Yan
62fb609df7
rename kChannelPool->gChannelPool
6 years ago
Muxi Yan
6032e960d4
Polish channelID comments
6 years ago
Muxi Yan
543fbf38c0
timeout > 0
6 years ago
Muxi Yan
a8b07a37df
Synchronized access to kHostCache
6 years ago
Muxi Yan
7d32a2cb25
Set user's dispatch queue's handler to internal serial queue
6 years ago