Lidi Zheng
a275cb1eaa
Supply sock options but still close the socket
5 years ago
Karthik Ravi Shankar
a826ee43a7
Merge pull request #21876 from 3vilM33pl3/master
...
Move windows.h to before check for minimum version instead of after
5 years ago
Karthik Ravi Shankar
9052e52d3b
Merge pull request #23049 from yashykt/gitrepokrs
...
Pass repo manager resposibility to Karthik
5 years ago
Vijay Pai
ecfb556243
Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
1bc7e14f98
Inproc transport bug fix: sending server status should end all RPC ops
5 years ago
Kraemer, Benjamin
d8e5237fd2
_Protobuf_SelectFiles depends on _Protobuf_SetProtoRoot
5 years ago
Karthik Ravi Shankar
4b7452bcdb
Merge pull request #23053 from grpc/revert-22772-gpr_strvec
...
Revert "Remove gpr_strvec."
5 years ago
Karthik Ravi Shankar
f46c07f3f8
Revert "Remove gpr_strvec."
5 years ago
yulin liang
133d0076b4
Merge pull request #23025 from yulin-liang/master
...
Fix build_one_example.sh script build issue.
5 years ago
Eric Gribkoff
a111c9b224
Merge pull request #23023 from ericgribkoff/ig_size
...
Add wait_for_instance_group_to_reach_expected_size
5 years ago
Yash Tibrewal
6954722a61
Pass repo manager resposibility to Karthik
5 years ago
Eric Gribkoff
86a185b44a
Add wait_for_instance_group_to_reach_expected_size
5 years ago
Menghan Li
211dd48307
c2
5 years ago
Menghan Li
e3d26ffc74
c1
5 years ago
Mark D. Roth
ec8ec630ac
Merge pull request #23024 from markdroth/lb_policy_call_options
...
Add experimental call attribute accessor method to LoadBalancingPolicy::CallState.
5 years ago
Jan Tattermusch
be153dcb71
Merge pull request #22989 from jtattermusch/upgrade_sourcelink
...
C# upgrade sourcelink
5 years ago
Mark D. Roth
832da8bd26
Merge pull request #22926 from markdroth/xds_cds_resource_does_not_exist
...
xds: Put channel in TRANSIENT_FAILURE when CDS resource is removed.
5 years ago
Kevin Dungs
280fcdb95f
Correct gMock syntax in example code.
5 years ago
yihuaz
ba0c9d6924
fix clang-format issue
5 years ago
Kraemer, Benjamin
aae5e4c236
Use intermediate group Protobuf_Rooted
5 years ago
yihuaz
1d69b7d676
add local creds to grpc_cli
5 years ago
Rob Clevenger
d54d1275dd
Fix missing include for std::string
...
Fixes #23019
5 years ago
Richard Belleville
9facfe2b68
Merge pull request #23026 from gnossen/xds_client
...
Add configurable client to Python xDS Example
5 years ago
jeffreyqw
3a598311af
remove 'method_exists' clause
5 years ago
Richard Belleville
f60226f140
Yapf
5 years ago
yulin-liang
a58b69d062
Merge remote-tracking branch 'upstream/master'
5 years ago
yulin-liang
6ec5f3e13c
remove the extra space.
5 years ago
Mark D. Roth
3db250de10
Merge pull request #22772 from markdroth/gpr_strvec
...
Remove gpr_strvec.
5 years ago
Richard Belleville
212d4468f0
Accidentally a sentence fragment
5 years ago
Richard Belleville
6bd8816c0a
Add client
5 years ago
yulin-liang
ab68ff01c4
Fix build_one_example.sh script build issue.
5 years ago
Mark D. Roth
cfc82d5f34
Add experimental attribute accessor method to LoadBalancingPolicy::CallState.
5 years ago
donnadionne
260b0528ba
Merge pull request #22983 from donnadionne/ignore
...
Default Route matcher checking:
5 years ago
Eric Gribkoff
14374494bf
Reenable --fail_on_failed_rpcs flag
...
These were previously causing flaky tests due to latency in the config
push from GCP -> TD, meaning that the clients were launching before the
new config was actually available to the client. These tests now launch
a "exploratory" client process before initiating the test to ensure that
the expected backends are receiving traffic before the test begins.
(The existing checks rely purely on GCP API, e.g., checking if the
backend service reports healthy. There can be slight delays before these
status changes are actually available in the xDS response sent to
proxyless clients).
5 years ago
Esun Kim
c3a464e742
Merge pull request #22960 from veblush/handshaker_factory_list
...
Use an array allocator for HandshakerFactoryList
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
Jacob Dlougach
35ab5bc616
Include <memory> for std::unique_ptr
...
Currently `#include <grpcpp/support/interceptor.h>` in some compilers (gcc 8, for example) will fail due to missing `<memory>` include. This PR fixes this issue.
5 years ago
ZhenLian
21cf7fcf5a
Merge pull request #23006 from ZhenLian/zhen_tmp_branch
...
[Expose SPIFFE ID] add logging when multiple IDs
5 years ago
Srini Polavarapu
02f099875c
Merge pull request #23012 from srini100/update_boringssl
...
Update boringssl
5 years ago
jeffreyqw
35993468cd
PHP: AbstractCall removedecode method
...
remove method_exists($data, 'encode')) and method_exists($obj, $deserializeFunc)
5 years ago
Nicolas Noble
7d89dbb311
Merge pull request #23014 from stanley-cheung/bump-1-29-for-php
...
Bump version to 1.29.1 for PHP
5 years ago
ZHANG Dapeng
de195d3520
Merge pull request #23017 from grpc/dapengzhang0-patch-1
...
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
076909aa1a
Merge pull request #23007 from lidizheng/stablize-channel-ready-test
...
Stablize Python's channel_ready_test
5 years ago
ZHANG Dapeng
13f2366230
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
ea7116d3b7
Try another approach to stablize the test
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Esun Kim
6a2880a1ac
Merge pull request #22992 from veblush/json-run-flaky-logs
...
Add more logs and asserts to qps_worker
5 years ago
jeffreyqw
2378a29de3
Instead of wildcard class
...
verified, https://grpc.io/docs/tutorials/basic/php/ can be run correctly.
5 years ago
Menghan Li
7c64e0f274
update comment
5 years ago