apolcyn
cac3cebe1a
Relax ruby test check on protobuf error message ( #25507 )
4 years ago
Vijay Pai
af76d0321a
Restore callback microbenchmarks but make them manual for now ( #25491 )
4 years ago
Jan Tattermusch
3944bfaf76
C#: Use explicit native extension loading whenever possible ( #25490 )
...
* add IsNet5OrHigher to PlatformApis
* use explicit native library loading whenever possible
4 years ago
Stanley Cheung
45e41137a8
Replaces disrespectful terms ( #25501 )
4 years ago
Stanley Cheung
c04bf9f5c9
Merge pull request #25378 from stanley-cheung/ruby-xds-timeout
...
Ruby: add xds timeout test
4 years ago
Yash Tibrewal
8ea80d82fe
Merge pull request #25479 from yashykt/eosondataframe
...
Set error message when a data frame with END_STREAM is received on client
4 years ago
Vijay Pai
edfabd6a25
Merge pull request #25492 from grpc/vjpai-patch-3
...
Remove an incorrect debug assertion
4 years ago
Vijay Pai
1f91c57f6b
Remove an incorrect debug assertion
4 years ago
Lidi Zheng
fd6f0183e8
Merge pull request #25484 from lidizheng/fix-typo-in-bootstrap
...
Fix a typo in xDS bootstrap parsing
4 years ago
Lidi Zheng
2efd2d5216
Fix a typo in xDS bootstrap parsing
4 years ago
Vijay Pai
9ca2d1eb59
Merge pull request #25483 from grpc/vjpai-patch-4
...
Fix unused param warning
4 years ago
Yash Tibrewal
7603a61bdc
Merge pull request #25480 from yashykt/reducelogseverity
...
Reduce log severity of cq operation failure message
4 years ago
Vijay Pai
ce1d2358b6
Merge pull request #25482 from grpc/vjpai-patch-3
...
Explain include/grpc++ vs include/grpcpp
4 years ago
Vijay Pai
12750820cd
Fix unused param warning
4 years ago
Vijay Pai
ce84795c11
Explain include/grpc++ vs include/grpcpp
4 years ago
Yash Tibrewal
cc771e2d3e
Reduce log severity of cq operation failure message
4 years ago
Richard Belleville
44694e5bf4
Merge pull request #25472 from gnossen/backport_automation
...
Add Script to Backport PRs to Multiple Branches
4 years ago
Vijay Pai
7433941443
Merge pull request #25477 from grpc/vjpai-patch-3
...
Reduce max size of bm_callback_streaming_ping_pong messages
4 years ago
Yash Tibrewal
5f349d230a
Set error message when a data frame with END_STREAM is received on client
4 years ago
Vijay Pai
0e6db8fbec
Reduce max size of bm_callback_streaming_ping_pong messages to match unary
4 years ago
Karthik Ravi Shankar
6c56c5c00b
Merge pull request #25475 from yashykt/toomanypingstest
...
Enable initiating writes for bdp pings
4 years ago
Esun Kim
2368ede693
Merge pull request #25448 from aidanwolter3/fx-cert-path
...
[Fuchsia] Fix root SSL cert path
4 years ago
Esun Kim
fa75d67470
Merge pull request #25447 from aidanwolter3/fx-disable-cares
...
[Fuchsia] Disable C-ARES resolver
4 years ago
Vijay Pai
af0bbad735
Merge pull request #25169 from vjpai/callback_alt_cpp
...
Implement callback CQ at C++ layer using shared thread pool if non-background iomgr
4 years ago
Yash Tibrewal
0558f4048c
Enable initiating writes for bdp pings
4 years ago
Vijay Pai
dba8bb59a0
Implement callback CQ at C++ layer using shared thread pool if non-background iomgr
4 years ago
yulin liang
fe114b21ef
Merge pull request #25439 from yulin-liang/flaky-test
...
Extend timeout for streaming calls
4 years ago
Richard Belleville
88cb81baf7
Add copyright notice
4 years ago
Srini Polavarapu
12857e775c
Merge pull request #25473 from srini100/master
...
add link to release support policy
4 years ago
srini100
e25f4554f2
add link to release support policy
4 years ago
Richard Belleville
d75a3162b1
Readd commented git fetch
4 years ago
Richard Belleville
d37beca576
Add backport script
4 years ago
Aidan Wolter
1538078745
[Fuchsia] Fix root SSL cert path
...
Fuchsia stores the root SSL cert in a different location than Linux.
This commit corrects this, so that SSL connections work.
4 years ago
Richard Belleville
71d97f9600
Merge pull request #25456 from gnossen/fix_interop_breakage
...
Bump xDS Interop Tests to Python 3
4 years ago
Jan Tattermusch
fb5d03e23c
Merge pull request #25453 from jtattermusch/aarch64_crypto_wheel
...
use boringssl asm optimizations in aarch64 wheel source build
4 years ago
yulin liang
74f14f3f6f
Merge pull request #25428 from yulin-liang/suffix-test
...
Test user agent suffix for grpc-objc.
4 years ago
Richard Belleville
919ee28fc3
Try to use Python 3
4 years ago
Doug Fawley
40c414f6d2
Merge pull request #25441 from dfawley/frozen
...
run_xds_tests: use frozenset for const instead of set
4 years ago
Esun Kim
34e38fb06f
Merge pull request #25054 from veblush/to-karthik
...
To karthik
4 years ago
Jan Tattermusch
dc605b8bc7
Merge pull request #25443 from lidizheng/compiler-minimum-support-bump
...
Bump up minimum supported clang to 4.0
4 years ago
Jan Tattermusch
0f791c73ae
use boringssl asm optimizations in aarch64 wheel source build
4 years ago
Aidan Wolter
1ead3c0c7b
[Fuchsia] Disable C-ARES resolver
...
C-ARES does not work on Fuchsia, and is causing DNS solution failures.
We are disabling C-ARES so that we fall back to the native resolver.
Issue: #25446
4 years ago
apolcyn
6102f67ade
Merge pull request #25442 from apolcyn/fix_ruby_e2e_test_port_picking
...
Fix child process port allocation in ruby end-to-end tests
4 years ago
Lidi Zheng
c95e1ff0e5
Use template to generate the Dockerfile
4 years ago
Lidi Zheng
8be2ac94a8
Bump up minimum supported clang to 4.0
4 years ago
Adam J Heller
9b1df5bdc3
Merge pull request #25438 from drfloob/fix-unused-var-pr25401
...
Fix unused variable error from PR #25401
4 years ago
Alexander Polcyn
27687563d6
Fix child process port selection in ruby end-to-end tests
4 years ago
yulin-liang
d4b83fd1bc
Test user agent suffix for grpc-objc.
4 years ago
Doug Fawley
df3e225466
run_xds_tests: use frozenset for const instead of set
4 years ago
Esun Kim
d6b2d2703a
To karthikravis
4 years ago