Stanley Cheung
fc9e5092da
Merge pull request #23093 from stanley-cheung/roll-forward-22998
...
Roll forward #22998
5 years ago
Pau Freixes
7d4ce583f9
Merge pull request #23092 from grpc/client_interceptor_bi_streaming
...
Add Aio stream stream client interceptor support
5 years ago
Richard Belleville
c843c18801
Actually change the implementation
5 years ago
Richard Belleville
2d4b6e894b
Interoperate with contextvars backports
5 years ago
Mark D. Roth
d2646941b0
Fix xds_end2end_test to not set the response state back to SENT.
5 years ago
Mark D. Roth
d674fa3e37
Support xDS via both "xds" and "xds-experimental" URI schemes.
5 years ago
Pau Freixes
b4afe041f1
Fixed weird annotation issues with pytype
5 years ago
Yash Tibrewal
62e4d25534
Merge pull request #23021 from Dlougach/patch-1
...
Include <memory> for std::unique_ptr
5 years ago
Pau Freixes
c8b7f22474
Apply feedback review
5 years ago
Richard Belleville
3ade93b447
Add TODOs
5 years ago
Richard Belleville
8487ce7faf
Propagate on posix
5 years ago
Richard Belleville
bccbda7f28
Add failing test
5 years ago
Karthik Ravi Shankar
c9474bdad0
Merge pull request #23099 from karthikravis/repoManager
...
Pass repo manager resposibility to Esun
5 years ago
Lidi Zheng
48e3b4b014
Merge pull request #23094 from lidizheng/forward-package
...
Add grpc-prefixed package generation script
5 years ago
Mark D. Roth
ebf1b84e0e
Merge pull request #23075 from markdroth/gpr_strvec
...
Second attempt: Remove gpr_strvec.
5 years ago
Jan Tattermusch
a43082112f
Merge pull request #23068 from jtattermusch/concurrent_connectivity_flaky
...
Mark concurrent_connectivity_test as flaky
5 years ago
Jan Tattermusch
ec8be426bd
Merge pull request #23067 from jtattermusch/cancel_ares_query_test_flaky
...
Mark cancel_ares_query_test as flaky
5 years ago
Karthik Ravi Shankar
24e7b8eb05
Pass repo manager resposibility to Esun
5 years ago
Pau Freixes
f9d9793c96
Apply review feedback
5 years ago
staticdev
ab41ecbaaf
clang_format_code
5 years ago
Stanley Cheung
03fc68bb5a
Merge pull request #23095 from jeffreyqw/Compression-example
...
PHP: Update Compression example
5 years ago
jeffreyqw
ed0f4e404c
PHP: Update Compression example
5 years ago
Lidi Zheng
677e657e5b
Improve readability & prevent deadlock
5 years ago
donnadionne
e99cf83f9c
Merge pull request #23064 from donnadionne/my_feature
...
Fixing a flake in xds_end2end_test newly added test
5 years ago
Lidi Zheng
99eefe48b2
Add grpc-prefixed package generation script
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
2725ae4f86
Merge pull request #23089 from grpc/revert-22998-proto3-presence-protoc-plugin
...
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
apolcyn
0ab45cf687
Merge pull request #23086 from apolcyn/sort_balancer_addresses
...
Fix sorting of gRPCLB addresses when resolved via DNS
5 years ago
Donna Dionne
44eb8a6def
Putting in a temp fix for flaky tests.
...
Temporiarly increase tolerance for small load of RPCs
5 years ago
Pau Freixes
b3425f6dbf
Add stream stream client interceptor support
...
This was the last missing arity which did not have support yet for
the interceptors in the client side for the Aio package. This commit
adds specific support for this interceptro which allows the deveveloper
to intercept the request iterator and the response iterator.
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Alexander Polcyn
2c133c562d
Fix sorting of gRPCLB addresses when resolved via DNS
5 years ago
Stanley Cheung
560577371a
Merge pull request #23085 from stanley-cheung/add-hostname-helloworld
...
Add option to pass in custom target to helloworld example for PHP/Ruby
5 years ago
staticdev
942a2b4201
Review of wording
5 years ago
yihuaz
e5ef2c61c6
Merge pull request #23037 from yihuazhang/local_cli
...
Support local creds in grpc_cli
5 years ago
Mark D. Roth
d6d0fe822e
Merge pull request #23071 from markdroth/xds_cds_eds_does_not_exist_fix
...
Fix CDS and EDS policies to destroy their children in OnResourceDoesNotExist().
5 years ago
Mark D. Roth
660fff7174
Merge pull request #23073 from markdroth/xds_subchannel_sharing_fix
...
Remove XdsClient from channel args to fix subchannel sharing.
5 years ago
Vijay Pai
0b328148c4
Merge pull request #23080 from grpc/revert-23077-revert-23060-server_finishes_request
...
Partially revert "Revert "Inproc transport server should end all RPC ops after sending status"": transport changes only
5 years ago
Eric Gribkoff
2ccc171204
Merge pull request #23078 from menghanl/xds_interop
...
fix xds interop test framework error
5 years ago
Stanley Cheung
a7e47b1d0b
Add option to pass in custom hostname to helloworld example for PHP/Ruby
5 years ago
Stanley Cheung
7889bc9e55
Merge pull request #23020 from jeffreyqw/remove-deserializefunc
...
PHP: AbstractCall remove decode method
5 years ago
Menghan Li
9e927fd2a6
disable traffic_splitting
5 years ago
Menghan Li
a475328c1f
Revert "to revert: run on kokoro"
...
This reverts commit b0e2d17772
.
5 years ago
Yash Tibrewal
d9319aaa80
Remove unnamed typedef structs in src/core
5 years ago
jeffreyqw
5e5080e1da
remove extra if clause
5 years ago
Vijay Pai
7b37f71a91
Partially Revert "Revert "Inproc transport server should end all RPC ops after sending status""
5 years ago
yulin liang
4da78357dc
Merge pull request #23077 from grpc/revert-23060-server_finishes_request
...
Revert "Inproc transport server should end all RPC ops after sending status"
5 years ago
Eric Gribkoff
b0e2d17772
to revert: run on kokoro
5 years ago
Rob Clevenger
1c20b397ab
Move header up.
5 years ago