Jan Tattermusch
04cdb18266
Merge pull request #18039 from jtattermusch/csharp_unity_android_il2cpp
...
C#: Fix il2cpp build on Unity Android.
6 years ago
Jan Tattermusch
8ba48b42ce
dummy grpc_csharp_ext stubs should never be reached
6 years ago
Jan Tattermusch
04642dc7ec
Merge pull request #18068 from billfeng327/hotfix/upload-to-resultstore
...
Hotfix/upload to resultstore
6 years ago
apolcyn
aa207933cb
Merge pull request #16240 from mattolson/fix-default-pool-keep-alive
...
Ruby: Fix default pool keep alive
6 years ago
Vijay Pai
f57a224f79
Merge pull request #18069 from grpc/revert-17872-cfstream_test
...
Revert "Add test for network transitions when CFStream is enabled"
6 years ago
Jiangtao Li
91a10775c4
Merge pull request #18062 from jiangtaoli2016/handshaker_factory
...
Clean up deprecated tsi_create_ssl_server_handshaker_factory callers
6 years ago
Bill Feng
987ac52ee2
formatting
6 years ago
jiangtaoli2016
f5a71f7313
Clean up deprecated tsi_create_ssl_server_handshaker_factory callers
6 years ago
Bill Feng
43277f83c8
filted out malformed resultstore data
6 years ago
Richard Belleville
17c3f579a0
Merge pull request #18032 from grpc/environment-markers
...
Add environment markers to python version-dependent dependencies
6 years ago
Vijay Pai
03de98d5ef
Revert "Add test for network transitions when CFStream is enabled"
6 years ago
Bill Feng
4564b78b27
more fields for filter
6 years ago
Bill Feng
be55d61b64
more fields for filter
6 years ago
Bill Feng
cd83999dd9
debug outputs
6 years ago
Bill Feng
4d0b123609
more debug printouts
6 years ago
Bill Feng
5428bdeb83
more debug printouts
6 years ago
Juanli Shen
6c3827cb0a
Merge pull request #18049 from AspirinSJL/clean_subchannel_index
...
Remove subchannel_index.{h,cc}
6 years ago
Bill Feng
1898e1be25
debug printouts
6 years ago
Juanli Shen
3a0f2cf2d7
Merge pull request #18043 from AspirinSJL/fix_subchannel
...
Fix subchannel ref_from_weak_ref
6 years ago
Eric Gribkoff
b9df683516
Merge pull request #18045 from ericgribkoff/android_tests_on_physical_device
...
Run android interop test on a physical device
6 years ago
apolcyn
223eb9960e
Merge pull request #18046 from apolcyn/disable_ares_android
...
Disable c-ares on Android
6 years ago
Nicolas Noble
c22b9620d3
Merge pull request #17797 from nicolasnoble/channel
...
Folding the Channel class into the grpc_impl namespace.
6 years ago
Bill Feng
95f3a99467
Merge pull request #18017 from billfeng327/hotfix/add-fieldmask-for-resultstore
...
added fieldmask to resultstore upload for RBE
6 years ago
Bill Feng
152626b13c
removed debug printouts
6 years ago
Juanli Shen
8f151edcd0
Remove subchannel_index.{h,cc}
6 years ago
Juanli Shen
62c8b447a8
Fix subchannel ref_from_weak_ref
6 years ago
Arjun Roy
aa6b725dea
Merge pull request #18044 from arjunroy/hfalign_fix
...
grpc: aligned creation of handshaker factory lists
6 years ago
Alexander Polcyn
3ebbce2f59
Disable c-ares on Android
6 years ago
Nicolas "Pixel" Noble
5d5e2a4b8f
Regenerating goldef test files.
6 years ago
Nicolas "Pixel" Noble
de332cfcee
Merge branch 'master' of https://github.com/grpc/grpc into channel
6 years ago
Eric Gribkoff
70f2ccd1a6
Run android interop test on a physical device
6 years ago
Arjun Roy
48c44ef9e4
grpc: aligned creation of handshaker factory lists
6 years ago
hcaseyal
eecd983302
Merge pull request #18025 from soheilhy/callback-sync-cq
...
Reorder code to set num_frequently_polled_cqs correctly.
6 years ago
Srini Polavarapu
f7f6861720
Merge pull request #18033 from srini100/master
...
Bump master to v1.20.x and pick "godric" for that release
6 years ago
Bill Feng
1709313023
changed fields
6 years ago
rmstar
17651ca3cc
Merge pull request #17903 from rmstar/flakynetworktest
...
Added test for RPCs over a flaky network
6 years ago
Nicolas "Pixel" Noble
0c19be2fc8
Fixing cronet
6 years ago
rmstar
52360b8fa7
Merge pull request #17872 from rmstar/cfstream_test
...
Add test for network transitions when CFStream is enabled
6 years ago
Nicolas "Pixel" Noble
39d3b7335c
Missed a spot.
6 years ago
Mark D. Roth
ac8663fe87
Merge pull request #17770 from markdroth/lb_policy_picker_api
...
LB policy picker API
6 years ago
Mark D. Roth
bab8123763
LB policy picker API
6 years ago
Jan Tattermusch
56006f0c53
Merge pull request #17849 from chwarr/keepalive-doc-ce
...
Copy edit keepalive documentation
6 years ago
Jan Tattermusch
b28820ded6
Merge pull request #17926 from acozzette/bazel-skylib
...
Added bazel_skylib dependency in preparation for protobuf update
6 years ago
Jan Tattermusch
bc19ba1668
Merge pull request #18037 from xichengliudui/fixtypos
...
Fix various typos in .cc and .md and .py files
6 years ago
Jan Tattermusch
53b6b363d1
generate dummy stubs for Unity Android il2cpp
6 years ago
Jan Tattermusch
1599fd5f70
unity android: add dummy stubs to fix il2cpp build
6 years ago
Jan Tattermusch
596d1b0563
refactor native_methods stub generator
6 years ago
Srini Polavarapu
b0efc103e3
Regenerate projects
6 years ago
Srini Polavarapu
fb4ba97803
Bump version to v1.20.x
6 years ago
Soheil Hassas Yeganeh
37c1f0bd54
Reorder code to set num_frequently_polled_cqs correctly.
...
When there num_frequently_polled_cqs is non-zero (aka hybrid server),
we create non-polling CQs for the sync methods. But, since we
increase num_frequently_polled_cqs for callback methods
after creating the sync CQs, the sync CQs would not detect
a hyprid server, and will create a polling CQ.
This commit reorders the logic, so that we increment
num_frequently_polled_cqs upon detecting a callback service.
This lowers the context switches by double digit percentage
when using callback API.
6 years ago