Vijay Pai
|
da7f82fa9c
|
Properly synchronize thread creation failure case
|
4 years ago |
Vijay Pai
|
0809fd8b17
|
Merge pull request #24177 from vjpai/server_call_startup
Fix server backlog processing to not set stream until backlog cleared
|
4 years ago |
Mark D. Roth
|
094e9f0b81
|
Merge pull request #24200 from markdroth/xds_client_mutex
Change XdsClient to use its own mutex instead of the channel's WorkSerializer.
|
4 years ago |
Richard Belleville
|
0e51cba076
|
Merge pull request #24216 from gnossen/grpc_tools_warning
[gRPC Easy] Do not import grpc_tools.protoc from grpc_tools
|
4 years ago |
yulin liang
|
96bbef27bf
|
Merge pull request #24211 from yulin-liang/cronet-error-status
Roll-forward: Expose cronet net error list
|
4 years ago |
Mark D. Roth
|
f105c331ed
|
fix asan
|
4 years ago |
Vijay Pai
|
e6f1400475
|
Merge pull request #24207 from vjpai/clear_followon
Eliminate ServerContextBase::Clear/Setup and fix unref process for core call
|
4 years ago |
Mark D. Roth
|
93ecdd5d7a
|
fix typo
|
4 years ago |
Richard Belleville
|
1c425ba9fd
|
Fix CI errors
|
4 years ago |
yulin-liang
|
82f2468877
|
Roll-forward: Import cronet net error list and modify grpc-cronet error message.
|
4 years ago |
Richard Belleville
|
a80a3b72bb
|
Do not import grpc_tools.protoc from grpc_tools
|
4 years ago |
Vijay Pai
|
f8b046e819
|
Eliminate ServerContextBase::Clear/Setup and fix unref process for core call
|
4 years ago |
Vijay Pai
|
889ea7cd09
|
Merge pull request #24190 from vjpai/clear_followon_generic
Remove unneeded private methods and friends of generic server contexts
|
4 years ago |
yulin liang
|
7fa78dcad4
|
Merge pull request #24203 from grpc/revert-24164-test
Revert "Import cronet net error list and modify grpc-cronet error message."
|
4 years ago |
Mark D. Roth
|
6e241963f2
|
fix potential memory leak
|
4 years ago |
Esun Kim
|
c516eb7c09
|
Merge pull request #24151 from veblush/stack-debug
Add stack-debugging features using Abseil
|
4 years ago |
Mark D. Roth
|
0ea8f9c53c
|
Merge pull request #24174 from markdroth/grpclb_token_in_address_attribute
Store grpclb LB token and stats object in a per-address attribute.
|
4 years ago |
yulin liang
|
00a5f7406f
|
Revert "Import cronet net error list and modify grpc-cronet error message."
|
4 years ago |
Mark D. Roth
|
7ddaafadd2
|
Change XdsClient to use its own mutex instead of the channel's WorkSerializer.
|
4 years ago |
yulin liang
|
7bf8260827
|
Merge pull request #24164 from yulin-liang/test
Import cronet net error list and modify grpc-cronet error message.
|
4 years ago |
Mark D. Roth
|
11e5352db7
|
Merge pull request #24191 from markdroth/xds_fix
Fix channel to apply new ConfigSelector even if ServiceConfig hasn't changed.
|
4 years ago |
Eric Gribkoff
|
e8d5758dc8
|
Merge pull request #24192 from ericgribkoff/revert_shlex_change
Revert "Merge pull request #24163 from murgatroid99/run_xds_tests_cli…
|
4 years ago |
Vijay Pai
|
346a00eb31
|
Cleanup generic server contexts
|
4 years ago |
Vijay Pai
|
f05d6ed3b9
|
Merge pull request #24184 from vjpai/callback_request_clear
CallbackRequests are no longer re-used, so adjust code accordingly
|
4 years ago |
Eric Gribkoff
|
0c81da4e92
|
Revert "Merge pull request #24163 from murgatroid99/run_xds_tests_clients_bash"
This reverts commit 9673bc9988 , reversing
changes made to b56b321943 .
|
4 years ago |
Mark D. Roth
|
6ea7e4dd16
|
Fix channel to apply new ConfigSelector even if ServiceConfig hasn't changed.
|
4 years ago |
Mark D. Roth
|
b36fbb75ed
|
Store grpclb LB token and stats object in a per-address attribute.
|
4 years ago |
Esun Kim
|
4f0b8dfe56
|
Merge pull request #24189 from veblush/win-build
Fix windows build failure due to winserver2016 upgrade
|
4 years ago |
Michael Lumish
|
9673bc9988
|
Merge pull request #24163 from murgatroid99/run_xds_tests_clients_bash
In run_xds_tests.py, run clients in bash
|
4 years ago |
Vijay Pai
|
d0bf9cedcc
|
CallbackRequest is no longer reused, so remove relics to support reuse
|
4 years ago |
Karthik Ravi Shankar
|
b56b321943
|
Merge pull request #24185 from karthikravis/cleanup
Delete some files from previous PR
|
4 years ago |
Esun Kim
|
5984f129f8
|
Use system nuget
|
4 years ago |
Esun Kim
|
dc0853659d
|
Set Path to CMake
|
4 years ago |
Michael Lumish
|
831dd953a9
|
Remove duplicate code from formatting fix
|
4 years ago |
Michael Lumish
|
f26e94be37
|
Fix run_xds_tests.py formatting
|
4 years ago |
Karthik Ravi Shankar
|
4dfff7398e
|
Remove deleted method_handler_impl.h file from build_autogenerated.yaml
|
4 years ago |
Karthik Ravi Shankar
|
0839200623
|
Fix the method_handler_impl public header
This header is pointing to a deleted file. This commit points it to the
file containing the public class.
|
4 years ago |
Michael Lumish
|
f6057e093d
|
Add a comment explaining the Popen change
|
4 years ago |
Karthik Ravi Shankar
|
c713a11982
|
Delete some files from previous PR
Some files were left off from https://github.com/grpc/grpc/pull/24082
This PR completes the cleanup.
|
4 years ago |
Mark D. Roth
|
3a8f1d3b7c
|
Merge pull request #24172 from markdroth/subchannel_address
Pass address to CreateSubchannel() and expose attributes in SubchannelInterface.
|
4 years ago |
Ashitha Santhosh
|
1f964e3b24
|
Merge pull request #24155 from ashithasantosh/import_checked
Import checked.proto for CEL-based Authorization Engine.
|
4 years ago |
Ashitha Santhosh
|
2cfb1bf2cf
|
Merge pull request #24159 from ashithasantosh/eval_flaky
Use TestEnvironment to fix flaky test.
|
4 years ago |
Esun Kim
|
ef3ca7a90d
|
Workaround for Windows
|
4 years ago |
Esun Kim
|
cd7d53544f
|
Merge pull request #24168 from veblush/linux-docker
Support Ubuntu 16 docker
|
4 years ago |
Yash Tibrewal
|
eb293a778f
|
Merge pull request #24173 from yashykt/interopspecialstatusmessage
Add interop test for special_status_message
|
4 years ago |
Lidi Zheng
|
bbf3e3d2c3
|
Merge pull request #24157 from lidizheng/better-win-py-build
Improve Win CI script with better exception propagation
|
4 years ago |
Esun Kim
|
1408523429
|
Add examine_stack to test util
|
4 years ago |
Vijay Pai
|
b427807f3b
|
Fix server backlog processing to not set stream until backlog cleared
|
4 years ago |
Esun Kim
|
83c3fe5d7e
|
Merge pull request #24158 from grpc/revert-24081-revert-23710-shutdown
Fix-forward "Implemented conditional shutdown" (#23710)
|
4 years ago |
Esun Kim
|
dbaff7bd70
|
Merge pull request #24169 from veblush/cocoa-abseil
Abseil support to gRPC-Core tests
|
4 years ago |