Mark D. Roth
|
cbf18222af
|
Merge pull request #22648 from markdroth/xds_remove_old_flow
xds: Remove fallback code and support for old xds LB configs.
|
5 years ago |
Jan Tattermusch
|
f198dc79b2
|
Merge pull request #22657 from markdroth/disable_client_channel_stress_test
Mark client_channel_stress_test as manual so that it doesn't run on every PR.
|
5 years ago |
Mark D. Roth
|
d7a62868c8
|
Mark client_channel_stress_test as manual.
|
5 years ago |
Jan Tattermusch
|
c923f95294
|
Merge pull request #22633 from chalin/patch-1
Removing obsolete C++ tutorial content
|
5 years ago |
Jan Tattermusch
|
66dc6e97f6
|
Merge pull request #22635 from chalin/patch-3
C++ examples README cleanup
|
5 years ago |
Yash Tibrewal
|
615cd251b8
|
Merge pull request #22640 from yashykt/keepalivetrace
Add option for logging keepalive pings
|
5 years ago |
Muxi Yan
|
e8ec1d6273
|
Merge pull request #22649 from grpc/fix-xds-e2e-test
Use correct status code type in xDS e2e test
|
5 years ago |
Richard Belleville
|
2974b5c816
|
Merge pull request #22643 from gnossen/manylinux2010_soreuseport
Support SO_REUSEPORT on manylinux2010
|
5 years ago |
Patrice Chalin
|
c95c2102c6
|
Delete cpptutorial.md
|
5 years ago |
Muxi Yan
|
317a55dd7e
|
Use correct status code type
|
5 years ago |
Mark D. Roth
|
dc976d2a77
|
xds: Remove fallback code and support for old xds LB configs.
|
5 years ago |
Richard Belleville
|
0cdffa970c
|
Buildifier
|
5 years ago |
Richard Belleville
|
c14fce7ab4
|
Typo
|
5 years ago |
Richard Belleville
|
e97cd37e68
|
Support running multiprocessing example without Bazel
|
5 years ago |
Richard Belleville
|
96024a9ad3
|
Update documentation
|
5 years ago |
Richard Belleville
|
4e6327493d
|
Support SO_REUSEPORT on manylinux2010
|
5 years ago |
Yash Tibrewal
|
b25682427c
|
Merge pull request #22567 from yashykt/c++msgcomp
C++ize message compress filter
|
5 years ago |
Yash Tibrewal
|
cdf7b2cc7a
|
Use std::aligned_storage instead of absl::optional to maintain compatibility with Windows
|
5 years ago |
Eric Gribkoff
|
2285530390
|
Merge pull request #22639 from ericgribkoff/fix_patch
xDS test improvements
|
5 years ago |
Yash Tibrewal
|
2d0ed47223
|
Reviewer comments
|
5 years ago |
Yash Tibrewal
|
c90dc0e098
|
Remove blank line
|
5 years ago |
Yash Tibrewal
|
edc2a6b988
|
Add option for logging keepalive pings
|
5 years ago |
Eric Gribkoff
|
6aa983e819
|
typo
|
5 years ago |
Vijay Pai
|
e677f3d166
|
Merge pull request #22621 from grpc/vjpai-patch-1
Unmark flaky on streaming_pump
|
5 years ago |
Eric Gribkoff
|
ade157dd7a
|
yapf
|
5 years ago |
Eric Gribkoff
|
6355d71a9f
|
Make GCP alpha API use optional
|
5 years ago |
Eric Gribkoff
|
c34311d996
|
Wait longer for backend instance patch
|
5 years ago |
Eric Gribkoff
|
d5d258b70f
|
Do not set default port in url map patch
|
5 years ago |
Jiangtao Li
|
60cebcdd2b
|
Merge pull request #22292 from ashithasantosh/c++
Implemented Frame Size Negotiation in ALTS for gRPC C++.
|
5 years ago |
Yash Tibrewal
|
d7c916be49
|
Merge branch 'master' into c++msgcomp
|
5 years ago |
Yash Tibrewal
|
7a654ed1a5
|
Remove const data member from ByteStream to make it copyable
|
5 years ago |
Yash Tibrewal
|
44bc3b9bd6
|
Reviewer comments
|
5 years ago |
Patrice Chalin
|
33082023e9
|
C++ examples README cleanup
Contributes to https://github.com/grpc/grpc.io/issues/180.
cc @ejona86 @jtattermusch @srini100
|
5 years ago |
Patrice Chalin
|
ebe94949ca
|
Removing obsolete C++ tutorial content
Contributes to https://github.com/grpc/grpc.io/issues/180
|
5 years ago |
Yash Tibrewal
|
3dca4a3213
|
Merge pull request #22615 from yashykt/http2maxwindowsize
Clamp the receive flow control window size to ((1 << 31) - 1)
|
5 years ago |
Jan Tattermusch
|
9e82d59cd7
|
Merge pull request #22629 from jtattermusch/avoid_too_long_win2
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
|
5 years ago |
Jan Tattermusch
|
733c85744e
|
Merge pull request #22631 from jtattermusch/client_channel_stress_test_flaky
mark client_channel_stress_test as flaky
|
5 years ago |
Jan Tattermusch
|
697f411fef
|
mark client_channel_stress_test as flaky
|
5 years ago |
Jan Tattermusch
|
06c6fa73b0
|
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
|
5 years ago |
ZhenLian
|
cb67f77f18
|
Merge pull request #22622 from grpc/zhen_core_test_improvement
[2/n] Avoid using hardcoded test credentials
|
5 years ago |
ZhenLian
|
e4dcc0319c
|
[2/n] Avoid using hardcoded test credentials
|
5 years ago |
Richard Belleville
|
3928f2fa69
|
Merge pull request #22561 from gnossen/python35_test
Add 3.5 to default interpreters to be tested.
|
5 years ago |
Mark D. Roth
|
e6ab0c25e2
|
Merge pull request #22612 from markdroth/xds_eds_no_localities_fix
xds: Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
|
5 years ago |
Stanley Cheung
|
6fcb352dc4
|
Merge pull request #22611 from HannahShiSFB/update-doc-add-flag-before-make
PHP: doc update: Set a flag(allow fork) before c-core make
|
5 years ago |
Stanley Cheung
|
dbb9fb7506
|
Merge pull request #22600 from stanley-cheung/fix-cronet-crash
Fix cronet transport crash
|
5 years ago |
Jan Tattermusch
|
af7921d127
|
Merge pull request #22620 from jtattermusch/dart_interop_27
Switch grpc-dart interop test to dart2.7
|
5 years ago |
Vijay Pai
|
719ec593d0
|
Regen projects
|
5 years ago |
Vijay Pai
|
527509abc4
|
Unmark flaky on streaming_pump
|
5 years ago |
Vijay Pai
|
f43a375d29
|
Merge pull request #22619 from vjpai/bm_disable_sock_pair
Disable SockPair fixture in streaming_pump microbenchmark
|
5 years ago |
Jan Tattermusch
|
bb3b5d1d23
|
switch grpc-dart interop test to dart2.7
|
5 years ago |