Donna Dionne
|
461f92d1b8
|
update submodule boringssl-with-bazel with origin/master-with-bazel
|
4 years ago |
Yash Tibrewal
|
8cc7244716
|
Merge pull request #24255 from grpc/revert-24063-deprecateminsentarg
Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"
|
4 years ago |
Yash Tibrewal
|
a9fd34a81d
|
Revert "Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS"
|
4 years ago |
donnadionne
|
fd42e0489a
|
Merge pull request #24240 from donnadionne/drop_stats
Wrapping DroppedRequestsMap inside a DroppedRequests strcuture which
|
4 years ago |
Yash Tibrewal
|
0154250268
|
Merge pull request #24202 from yashykt/trial2
Convert ExecCtx::Run to Closure::Run for subchannel call stack destruction
|
4 years ago |
Donna Dionne
|
a7af2759e3
|
Wrapping DroppedRequestsMap inside a DroppedRequests strcuture which
contains the map as well as uncategorized drops.
|
4 years ago |
Mark D. Roth
|
efb38591ac
|
Merge pull request #24239 from markdroth/xds_client_shared
Share XdsClient between channels
|
4 years ago |
Mark D. Roth
|
1ba51dcb1a
|
Share XdsClient between channels.
|
4 years ago |
Mark D. Roth
|
80c98971dd
|
Merge pull request #24244 from markdroth/import_fix
Add missing const_cast<>.
|
4 years ago |
Mark D. Roth
|
b830c86d09
|
Merge pull request #24224 from markdroth/dual_ref_api
Implement DualRefCounted interface for objects needing strong and weak refs.
|
4 years ago |
Mark D. Roth
|
0c58b3b49b
|
Merge pull request #24241 from markdroth/xds_owners
Add OWNERS for xDS code
|
4 years ago |
Yash Tibrewal
|
0122f03961
|
Merge pull request #24063 from yashykt/deprecateminsentarg
Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS
|
4 years ago |
Mark D. Roth
|
2fe1a5cd0a
|
Add missing const_cast<>.
|
4 years ago |
Mark D. Roth
|
5e30156069
|
Merge pull request #24201 from markdroth/xds_client_no_parent_channel_args
Stop propagating parent channel args into xDS channel.
|
4 years ago |
Mark D. Roth
|
98841a990d
|
Implement DualRefCounted interface for objects needing strong and weak refs.
|
4 years ago |
Mark D. Roth
|
8164e9188a
|
Add OWNERS for xDS code
|
4 years ago |
Esun Kim
|
303ce9ea3d
|
Merge pull request #24228 from veblush/msan-adjust
Fix MSAN adjustment
|
4 years ago |
Mark D. Roth
|
b102b8817c
|
Merge pull request #24235 from markdroth/xds_tsan_fix
Fix use-after-free bug
|
4 years ago |
Yash Tibrewal
|
e0c4475db0
|
Deprecate GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS and make it non-effective
|
4 years ago |
Mark D. Roth
|
ac6f3a7818
|
Fix use-after-free bug
|
4 years ago |
donnadionne
|
5604d4d441
|
Merge pull request #24226 from donnadionne/import_clang_tidy2
Fixing clang tidy suggestions caught at import time.
|
4 years ago |
Esun Kim
|
1c7d5b5299
|
Fix MSAN adjustment
|
4 years ago |
donnadionne
|
140ee36b8f
|
Merge pull request #24225 from donnadionne/import_clang_tidy
Fixing Clang Tidy errors caught at import time.
|
4 years ago |
Mark D. Roth
|
7baf55e473
|
Stop propagating parent channel args into xDS channel.
|
4 years ago |
Mark D. Roth
|
f6f2594fc1
|
Merge pull request #24199 from markdroth/channelz_linkage
Decouple channel creation from channelz child linkage.
|
4 years ago |
Yash Tibrewal
|
5b3745b62f
|
Merge pull request #24223 from yashykt/repomanageryash
Repo Manager yashykt
|
4 years ago |
Esun Kim
|
9528974dcc
|
Merge pull request #24148 from veblush/metadata-leak
More info on metadata leak
|
4 years ago |
Donna Dionne
|
f90790aebb
|
Fixing clang tidy suggestions caught at import time.
|
4 years ago |
Donna Dionne
|
4bac0f7be1
|
Fixing Clang Tidy errors caught at import time.
|
4 years ago |
Vijay Pai
|
659f5e18e4
|
Merge pull request #24221 from grpc/vjpai-patch-1-1
Properly synchronize thread creation failure case
|
4 years ago |
Yash Tibrewal
|
71dd4d650c
|
Repo Manager yashykt
|
4 years ago |
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
|
e1633396dc
|
Decouple channel creation from channelz child linkage.
|
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 |