Muxi Yan
5e6b089f16
Print outstanding allocations in log
5 years ago
Lidi Zheng
3f9e2148eb
Fix typo ras -> rsa
5 years ago
Lidi Zheng
25491305ff
Pin to 4.3 instead of 4.0
5 years ago
Lidi Zheng
9a3ae47658
Pump up the minimum version of google-auth to 1.17.1
5 years ago
Lidi Zheng
3bef88ca7e
Pin to 4.0
5 years ago
Lidi Zheng
e0ca3b1939
Pin version of RSA
5 years ago
Vijay Pai
8c27a5e37e
Merge pull request #23187 from vjpai/end2end
...
Increase reconnect sleep time in end2end_test to 5x poller interval
5 years ago
michaelywg
1e090f8ad9
Merge remote-tracking branch 'upstream/master' into import_rbac
5 years ago
michaelywg
308fbc6ade
Added rbac.proto and dependencies, then ran gen_upb_api.sh
5 years ago
Vijay Pai
a1c2f62d7d
Merge pull request #22991 from vjpai/status_error
...
Don't mark server RPC canceled if finished with explicit non-OK status
5 years ago
Vijay Pai
fa1c66852b
Increase reconnect sleep time to 5x poller interval
5 years ago
Lidi Zheng
8cd6ee6297
Merge pull request #23176 from lidizheng/fix-del
...
Avoid attribute error in __del__ of _ChannelCallState
5 years ago
Mark D. Roth
f7f2659c84
update bazel build dep for upb
5 years ago
Mark D. Roth
78326c5631
Merge commit 'b48f821048df6009f1f8fc99fba104d428554b2f' into upb_upgrade
5 years ago
Mark D. Roth
b48f821048
Squashed 'third_party/upb/' changes from 363e39c171..92e63da733
...
92e63da733 Merge pull request #295 from haberman/mac-compile-fix
e179dda212 Added initialization of all members to satisfy compiler warnings.
f7fcc0df37 Fix divide by zero vs2019 compilation error #293 (#294 )
7d38c201fa Enabled conformance tests to run under ASAN. This apears to work now. (#292 )
0dc2394da5 Changes to support import into google3 (#291 )
git-subtree-dir: third_party/upb
git-subtree-split: 92e63da73328d01b417cf26c2de7b0a27a0f83af
5 years ago
apolcyn
84d4fca6d2
Merge pull request #23164 from apolcyn/add_overall_deadline_to_soak_test
...
Add an overall deadline option to interop soak tests to prevent test runner timeouts
5 years ago
Vijay Pai
b269fdbf8b
Don't mark server RPC canceled if finished with non-OK status
5 years ago
Mariano Anaya
376c0f0767
Add missing metadata TypeError case
...
Code formatted.
5 years ago
Alexander Polcyn
5727ccc28f
Rename deadline/timeout
5 years ago
Karthik Ravi Shankar
ac68bf72b6
Move HealthCheckInterface from ::grpc_impl to ::grpc
...
Revert #18371
5 years ago
Karthik Ravi Shankar
934cf3e3df
Move ServerBuilder back to ::grpc from ::grpc_impl
...
Revert #18510
5 years ago
Karthik Ravi Shankar
7fa6826134
Merge branch 'master' into opencensus
5 years ago
Karthik Ravi Shankar
e55267a6fd
Resolve conflicts
5 years ago
Karthik Ravi Shankar
89763a96fd
Move OpenCensus back to ::grpc from ::grpc_impl
...
Revert - Revert "Revert "Fold opencensus into grpc_impl namespace"" #18396
5 years ago
Karthik Ravi Shankar
f795f604c8
Add build changes to move ResourceQuota from grpc_impl to grpc
5 years ago
Karthik Ravi Shankar
451436e154
Revert https://github.com/grpc/grpc/pull/18345
...
Move ResourceQuota to grpc.
5 years ago
Richard Belleville
c483ece5dd
Merge pull request #23163 from gnossen/wait_for_ready_default
...
Default wait_for_ready to True in simple stubs
5 years ago
Richard Belleville
4b497f7156
Compensate for low test default timeout
5 years ago
Richard Belleville
93477ae55f
That line changed count seemed a bit big
5 years ago
Eric Anderson
5f7babc746
Merge pull request #23162 from voidzcy/release/add_java_1_30_0_release_image
...
Update interop matrix with Java v1.30.0
5 years ago
Richard Belleville
5811df0fd0
Yapf
5 years ago
Richard Belleville
357c78c822
Simplify implementation
5 years ago
Richard Belleville
6344b2b97f
Support infinite timeouts
5 years ago
Esun Kim
afad859d07
Merge pull request #23175 from veblush/pass-it
...
Pass the manager to Donna
5 years ago
Lidi Zheng
7294172c8f
Avoid attribute error in __del__ from _ChannelCallState
5 years ago
Esun Kim
b844303d8c
Pass the manager to Donna
5 years ago
Jan Tattermusch
47ae4cd5d9
move Mono msbuild test hack to C# code
5 years ago
Jan Tattermusch
b19f287144
use Microsoft.NETFramework.ReferenceAssemblies for Grpc.Tools
5 years ago
Richard Belleville
80e834abab
Merge pull request #23107 from gnossen/contextvars_propagation
...
Propagate contextvars to auxiliary threads
5 years ago
Muxi Yan
f5f44d86a3
no unref when there's no aborted allocations
5 years ago
Richard Belleville
00d20bb70a
Use self.fail
5 years ago
Alexander Polcyn
46c13cd870
Add a flag to interop soak tests to exit early and fail if X seconds have passed and we're not done yet.
5 years ago
Yash Tibrewal
12c3440fe1
Merge pull request #23156 from yashykt/pingdoc2
...
Remove window update frames from the pings doc
5 years ago
Richard Belleville
25cdba8a70
Yapf
5 years ago
Richard Belleville
50cab884e1
Default wait_for_ready to True
5 years ago
Richard Belleville
e329de88e7
Add failing test
5 years ago
yihuaz
22b0867542
Merge pull request #22647 from yihuazhang/ssl_race_condition
...
Fix race condition caused by simultaneous updates on SSL server handshaker
5 years ago
yihuaz
0676da6ffe
Merge pull request #23038 from yihuazhang/multi-domain-cert
...
Update multi-domain key materials
5 years ago
Chengyuan Zhang
c8b3c85dd4
Add grpc-java v1.30.0 to interop test client matrix.
5 years ago
Mariano Anaya
18e0f9f533
Remove metadata as optional from AioRpcError
5 years ago