Alexander Polcyn
42fffae574
Include the target_uri in target uri is not valid error messages
5 years ago
Lidi Zheng
e504cf71ff
Update Python default test suite in run_tests.py
5 years ago
yulin liang
86aa3579df
Merge pull request #23219 from zhungxd/cronet_gzip_fix
...
fix Cannot send compressed message large than 1024B in cronet_transport
5 years ago
Mark D. Roth
ec216362a1
Merge pull request #23553 from michaelywg/cel_stub_activation
...
Create stub version of CEL Activation
5 years ago
Yash Tibrewal
2c6074ac6a
Copyright exemption and buildify format
5 years ago
Yash Tibrewal
8da364d741
Add proto for MeshCA MeshCertificateService
5 years ago
Mark D. Roth
bd74690388
Merge pull request #23759 from markdroth/xds_client_move
...
Move XdsClient code out of client_channel tree.
5 years ago
Mark D. Roth
d926e1ca47
Move XdsClient code out of client_channel tree.
5 years ago
Karthik Ravi Shankar
15cce00f52
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
5 years ago
Karthik Ravi Shankar
75a3e1bb45
Merge pull request #23756 from grpc/revert-23693-channel
...
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
5 years ago
Richard Belleville
05aaf3d939
Pylint
5 years ago
Richard Belleville
2d9e8bc736
Copyright
5 years ago
Richard Belleville
60f88e20a4
Fix bazel grpc_tools test
5 years ago
Karthik Ravi Shankar
f3f9e8941a
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
5 years ago
Matthew Stevenson
85337d69c2
Re-enable TLS 1.3 in the C-core.
5 years ago
Karthik Ravi Shankar
f3e748f646
Merge pull request #23693 from karthikravis/channel
...
Fold Channel and CompletionQueue from grpc_impl to grpc
5 years ago
Richard Belleville
568dd00774
Buildifier
5 years ago
Richard Belleville
8f1e181189
Merge remote-tracking branch 'origin/master' into dynamic_stubs
5 years ago
nanahpang
f280254c14
Merge pull request #23743 from grpc/nanahpang-patch-3
...
Update authorization_engine.cc
5 years ago
Richard Belleville
aa044d0911
Revert grpcio_metadata
5 years ago
Richard Belleville
24a66903a9
Yapf
5 years ago
Richard Belleville
2c1efcd0ae
Add documentation
5 years ago
Karthik Ravi Shankar
d3e7670c84
Fix formatting
5 years ago
emkornfield
536808915a
split table
5 years ago
Karthik Ravi Shankar
1d22e8fc81
Make fixes to ChannelArguments namespace
5 years ago
Karthik Ravi Shankar
53ef962e8c
Fix year modified for completion_queue.h
5 years ago
Karthik Ravi Shankar
bc58a29a5f
Merge branch 'master' into channel
5 years ago
Yash Tibrewal
c8b95f97da
Merge pull request #22465 from muxi/cleanup-timer-debug
...
Clean-up stale debug code
5 years ago
emkornfield
dad88a21e6
Update ssl-performance.md
5 years ago
Micah Kornfield
f03e57acb8
Update ssl-performance docs
5 years ago
Michael Wang
c392be6ca0
created mock versions of Activation and CelValue for use with AuthorizationEngine
5 years ago
Karthik Ravi Shankar
b73f7acb34
Merge pull request #23691 from karthikravis/channel-arguments
...
Move ChannelArguments from ::grpc_impl to ::grpc
5 years ago
Lidi Zheng
218a2ff95f
Merge pull request #23483 from emkornfield/fg
...
Adds option of using ASM for BoringSSL in Python.
5 years ago
Karthik Ravi Shankar
188f7b1d1f
Merge pull request #23690 from karthikravis/server-builder
...
Move ServerBuilder from ::grpc_impl to ::grpc
5 years ago
nanahpang
85817785e2
Update authorization_engine.cc
...
Fix a ClangTidy error during import and update in the github as well.
5 years ago
Micah Kornfield
b8b13cf70c
dont remove .S and .asm file
5 years ago
Yash Tibrewal
cf0b46c4d6
Reviewer comments
5 years ago
Jan Tattermusch
b5849b11f0
enable path_matching and header_matching for xds csharp client
5 years ago
Jan Tattermusch
db54a04d1e
support xDS traffic splitting and routing in c# interop
5 years ago
Yash Tibrewal
a1b2a982d4
Merge branch 'master' into keepalivethrottling
5 years ago
Jan Tattermusch
6c3ec4460f
Merge pull request #23731 from jtattermusch/fix_macos_interop_toprod
...
Fix macos interop_toprod tests
5 years ago
nanahpang
686e038ba9
Merge pull request #23738 from grpc/nanahpang-patch-2
...
Update docgen.py
5 years ago
Yash Tibrewal
949c1fe094
Merge pull request #23735 from yashykt/flakinesstest
...
Fix bad_server_response_test flakiness
5 years ago
Mark D. Roth
126caab564
Merge pull request #23245 from michaelywg/celeval_constructor
...
CelEvaluationEngine class and constructor
5 years ago
nanahpang
e4ead4bec0
Update docgen.py
...
Fix a RexAnalyzer error during the import, and update in github as well.
Parentheses around a single item in Python has no effect: (foo) is exactly equivalent to foo. In many cases this is harmless, but it can suggest a subtle bug when used in string formatting. A '%'-formatted string with a single format specifier can be formatted using a single value or a one element tuple: 'hello %s' % name or 'hello %s' % (name,). Consequently, a line like error_msg = 'Cannot process %s' % (data) may leave code reviewers and future readers unsure if there is a subtle bug if data is a tuple.
Since the args.repo_owner here is a single string, drop the parentheses is better.
5 years ago
Karthik Ravi Shankar
ab775de1a2
Build and formatting fixes
5 years ago
nanahpang
e4e7d48d99
Merge pull request #23721 from grpc/nanahpang-patch-1
...
Update check_include_guards.py
5 years ago
Nicolas Noble
56ad644c32
Merge pull request #23733 from jtattermusch/bump_version_v1_31_0
...
Bump version to v1.31.0 (on v1.31.x release branch)
5 years ago
Yash Tibrewal
086d46ce6f
Fix bad_server_response_test flakiness
5 years ago
Karthik Ravi Shankar
390132c87f
Merge branch 'master' into channel
5 years ago