yulin liang
58b0233aeb
Merge pull request #24149 from yulin-liang/fix_typo
...
Fix a typo s/training/trailing/ in ProtoRPC.h
4 years ago
Alisha Nanda
81b24a4aa1
Merge pull request #24145 from ananda1066/grpc_cli
...
Added timeout flag to grpc cli.
4 years ago
yulin-liang
bac876eb1e
Fix a typo s/training/trailing/ in ProtoRPC.h
4 years ago
donnadionne
153af916d6
Merge pull request #24141 from donnadionne/flake
...
Fixing flake in DeadUpdate
4 years ago
Mark D. Roth
73177eebe2
Merge pull request #24140 from phmx/patch-1
...
Fix UNAUTHENTICATED code order
4 years ago
Mark D. Roth
f8fe2932c4
Merge pull request #24135 from markdroth/xds_eds_update_cleanup
...
Clean up EdsUpdate data structure.
4 years ago
Alisha Nanda
91627677fd
Added timeout flag to grpc cli.
4 years ago
Mark D. Roth
e7f7bdbb05
Merge pull request #24089 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble.
4 years ago
Mark D. Roth
bba617f1cc
Merge pull request #24137 from markdroth/xds_channel_creds_cleanup
...
xds: Remove code for stripping call creds from channel creds.
4 years ago
Donna Dionne
5c242f0577
Fixing flake in DeadUpdate
...
It is observed that ADS is shutdown, but it's possible that
a request still comes in.
This request should not update the ADS resource_type_response_state_ as
they were cleared by the shutdown.
This fix ensures this.
4 years ago
Maxim Philippov
c5c2793427
Fix UNAUTHENTICATED code order
4 years ago
Mark D. Roth
6513ce67ed
xds: Remove code for stripping call creds from channel creds.
4 years ago
Mark D. Roth
021651631e
Clean up EdsUpdate data structure.
4 years ago
Srini Polavarapu
6b734fe1e5
Merge pull request #24132 from srini100/interop1320
...
interop for 1.32.0 for python, ruby, php, csharp
4 years ago
Srini Polavarapu
d09be7b261
interop for 1.32.0 for python, ruby, php, csharp
4 years ago
donnadionne
3daba88553
Merge pull request #23659 from donnadionne/new_top
...
Moving XDS Routing functionalities from LB policy into XdsConfigSelector
4 years ago
Donna Dionne
ffb560090a
Moving XDS Routing functionalities from LB policy into XdsConfigSelector
4 years ago
Stanley Cheung
61879df215
Merge pull request #23994 from HannahShiSFB/32bittimeval
...
PHP: support 32bit timeval value
4 years ago
Stanley Cheung
fb2cc65e6a
Merge pull request #24086 from HannahShiSFB/fix-unit-tests-slow
...
PHP: add server->start() to correspond with PR23636
4 years ago
Richard Belleville
f4d29f26c5
Merge pull request #24124 from gnossen/windows_oserror
...
[gRPC Easy] Fix import errors on Windows
4 years ago
Lidi Zheng
3895ce5f15
Merge pull request #24119 from lidizheng/no-py2-on-mac
...
Reduce tested Python version on macOS
4 years ago
Mark D. Roth
926a451472
Merge pull request #24126 from stig/patch-1
...
Replace "whitelist" with "allowlist" in example
4 years ago
Eric Anderson
954af016b4
Merge pull request #24115 from ejona86/grpc-java-1.32.1
...
Add grpc-java 1.32.1 to interop_matrix
4 years ago
Vijay Pai
a018be39d4
Merge pull request #24120 from grpc/vjpai-patch-1
...
Remove invalid forward declaration
4 years ago
Stig Brautaset
0d4af5d279
Replace "whitelist" with "allowlist" in example
...
This term is more descriptive, IMO. Also, [less contentious](https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.2 ).
4 years ago
yulin liang
4fc9fedad4
Merge pull request #24108 from zhungxd/remove_var
...
remove unused variable(cronet_transport)
4 years ago
zhungxd
a562727b8b
remove unused variable
...
(cherry picked from commit 9de1f18dbbc13c2c25aff3cf033fbcd1ed08c588)
4 years ago
yulin liang
3e06140e8b
Merge pull request #24083 from yulin-liang/cronet-error-message
...
Expose Cronet error message to the application layer.
4 years ago
Vijay Pai
6bbe905e27
Remove invalid forward declaration
4 years ago
Richard Belleville
d743defdaf
Fix import errors on Windows
4 years ago
Lidi Zheng
5644879af3
Reduce tested Python version on macOS
4 years ago
mohanli-ml
c77540c1f8
Merge pull request #24112 from mohanli-ml/channelz-sampler-import
...
fix the import bug
4 years ago
Eric Anderson
b2449c654e
Add grpc-java 1.32.1 to interop_matrix
4 years ago
Eric Anderson
19beac027d
Merge pull request #23809 from ejona86/grpc-java-1.31.1
...
Bump client_matrix.py for grpc-java 1.31.1
4 years ago
“Mohan
8cfe62155f
removed unused decl for ClangTidy
4 years ago
“Mohan
876021f313
Fix two bugs for channelz_sampler_test
4 years ago
Esun Kim
5229982273
Merge pull request #24088 from junyer/master
...
Attempt to find RE2 via CMake and via pkg-config.
4 years ago
Alisha Nanda
8fea4cc33a
Merge pull request #24104 from grpc/revert-24043-master
...
Revert "Add timeout flag to gRPC cli"
4 years ago
donnadionne
5bb8cdeeac
Merge pull request #24095 from donnadionne/import_fix
...
Cannot igore return values of SendRpc.
4 years ago
Alisha Nanda
a3ef19c1f0
Revert "Add timeout flag to gRPC cli"
4 years ago
donnadionne
f13c589dbc
Merge pull request #23801 from mampfes/use-https-for-re2
...
use https instead of ssh for google/re2 repository
4 years ago
Eric Gribkoff
02dc8ebdfe
Merge pull request #24094 from ericgribkoff/xds_python3.6
...
xds tests: pin grpcio and grpc-tools to 1.31.0
4 years ago
Donna Dionne
2d10cd4d26
Ensure SendRpc is not called without checking return value; use
...
CheckRpcSendOk to wrap it.
4 years ago
Richard Belleville
42ffc7a033
Merge pull request #24098 from gnossen/grpc_tools_3.4
...
Make version check for importlib.abc in grpcio-tools more stringent
4 years ago
Eric Gribkoff
a6a7755c3f
Pin grpcio and grpc-tools to 1.31.0
...
Can remove when https://github.com/grpc/grpc/pull/24094 is in a patch
release
4 years ago
Richard Belleville
47dc875801
Make version check more stringent
4 years ago
Mark D. Roth
8ecf8b6ef3
Merge pull request #24087 from zhungxd/path_wrong
...
fix wrong path
4 years ago
Mark D. Roth
1370ea77bd
Merge pull request #23603 from riking/patch-1
...
Replace TODO with a link to the proto file
4 years ago
Mark D. Roth
791fb0bbcb
Merge pull request #23642 from techieshark/patch-1
...
Clarify meaning of 'lameduck'
4 years ago
yulin-liang
bd2157b026
Expose Cronet error message to the application layer.
4 years ago