Yash Tibrewal
|
4fe2f945f1
|
Add new line
|
5 years ago |
Yash Tibrewal
|
e26ec77423
|
revert auto changes
|
5 years ago |
Yash Tibrewal
|
2c2197ace7
|
Merge branch 'master' into failwrites
|
5 years ago |
Yash Tibrewal
|
2723a1bae6
|
Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received
|
5 years ago |
ZhenLian
|
5aee7d3bc6
|
Merge pull request #22656 from grpc/zhen_core_test_improvement_2
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
ZhenLian
|
97ea8ed66f
|
Merge pull request #22625 from grpc/zhen_core_test_improvement
[3/n] Avoid using hardcoded test credentials
|
5 years ago |
Vijay Pai
|
f66ed22c08
|
Merge pull request #22660 from grpc/vjpai-patch-1-1
Remove unneeded assignment
|
5 years ago |
Eric Gribkoff
|
8efa4b9cc1
|
Merge pull request #22659 from ericgribkoff/gcp_retries
Enable retries for failed GCP API calls
|
5 years ago |
Vijay Pai
|
7d82170ec0
|
Remove unneeded assignment
|
5 years ago |
ZhenLian
|
096c276182
|
[4/n] Avoid using hardcoded test credentials
|
5 years ago |
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 |
Eric Gribkoff
|
d1cb8a32aa
|
increase time.sleep between polling operations
|
5 years ago |
Eric Gribkoff
|
6113d70812
|
Enable retries for failed GCP API calls
The HttpRequest.execute() method used to make GCP calls has a
`num_retries` parameter, as documented at
https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.HttpRequest-class.html#execute
|
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 |
ZhenLian
|
e8d47d31de
|
[3/n] Avoid using hardcoded test credentials
|
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 |