Yash Tibrewal
|
e24bb3a6ef
|
Regenerate projects
|
5 years ago |
Yash Tibrewal
|
67779b1b18
|
Reviewer comments
|
5 years ago |
Yash Tibrewal
|
7189d7ca62
|
Remove unnecessary access specifier
|
5 years ago |
Yash Tibrewal
|
13d00aef9c
|
Remove unnecessary header
|
5 years ago |
Yash Tibrewal
|
27dd9ec2c6
|
Fix minimal stack test
|
5 years ago |
Yash Tibrewal
|
633719d104
|
Revert API changes to byte buffer reader
|
5 years ago |
Yash Tibrewal
|
d24387ae4f
|
Removing compression from grpc_byte_buffer_reader, removing ManualConstructor in decompress filter and fixing tests
|
5 years ago |
Yash Tibrewal
|
ce8a1df713
|
Reviewer comments
|
5 years ago |
Yash Tibrewal
|
e5a1509d94
|
Move around slice buffer initialization and destruction
|
5 years ago |
Yash Tibrewal
|
331b332392
|
Try fixing interop tests
|
5 years ago |
Yash Tibrewal
|
cbb3078064
|
Fix minimal stack and workaround cronet compression test
|
5 years ago |
Yash Tibrewal
|
aca1145bb6
|
Fix C Core tests
|
5 years ago |
Yash Tibrewal
|
f1d8be6af4
|
Pass decompression errors to status
|
5 years ago |
Yash Tibrewal
|
3c34eae97e
|
Move decompression into gRPC Core
|
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 |
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 |
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 |
Vijay Pai
|
f1979cece2
|
Disable SockPair fixture
|
5 years ago |
Mark D. Roth
|
c3fc65c9e0
|
Don't NACK EDS updates with no localities, but report TRANSIENT_FAILURE.
|
5 years ago |
Mark D. Roth
|
80b74811d4
|
Merge pull request #22117 from markdroth/xdslb_refactor
Refactor xds LB policy
|
5 years ago |
Ashitha Santhosh
|
fdbdcb93d2
|
Remove ABSL_CONST_INIT.
|
5 years ago |
Eric Gribkoff
|
a04f0db4db
|
Merge pull request #22547 from ericgribkoff/use_grpc_hc
Use grpcHealthCheck and targetGrpcProxy
|
5 years ago |
Yash Tibrewal
|
652ab6c497
|
Clamp the max recv flow control window to 2^31 - 1
|
5 years ago |
Eric Gribkoff
|
d9c6b001c0
|
Use validate-for-proxyless
|
5 years ago |