Stanley Cheung
|
046ee0196d
|
Merge pull request #23445 from HannahShiSFB/add-comments4constants
PHP: add comments for constants
|
4 years ago |
Yang Gao
|
7fefffed1d
|
Merge pull request #23446 from yang-g/init_order
Fix initialization order
|
4 years ago |
yang-g
|
03056001db
|
Fix initialization order
|
4 years ago |
Hannah Shi
|
f258c5cb94
|
add comments for constants
|
4 years ago |
Jan Tattermusch
|
c38bbd4b38
|
Merge pull request #23375 from jtattermusch/csharp_proto_collision_test
Add Grpc.Tools test for generating for .proto with the same name
|
4 years ago |
Yash Tibrewal
|
28a9c5d083
|
Merge pull request #23440 from grpc/vjpai-patch-1
Remove unused variable (fixes builder error)
|
4 years ago |
Vijay Pai
|
2d73a17587
|
Merge pull request #23435 from vjpai/fix_iomgr_non_polling
Fix-forward: Stop using mutex for non-polling engine marker
|
4 years ago |
Vijay Pai
|
d03daab509
|
Remove unused variable (fixes builder error)
|
4 years ago |
Vijay Pai
|
08d737abf8
|
Merge pull request #23430 from vjpai/remove_do_not_test
Remove references to skipping callback API tests
|
4 years ago |
Yash Tibrewal
|
6dc44b33c7
|
Merge pull request #23418 from yashykt/dataraceexternalcancel
Store ref to the ExternalConnectivityWatcher in external_watchers_ map.
|
4 years ago |
Vijay Pai
|
5596a9d55b
|
Stop using mutex for non-polling engine marker
|
4 years ago |
apolcyn
|
8d4db0d160
|
Merge pull request #23419 from miyucy/patch-1
Fix ruby 2.7 keyword arguments deprecation
|
4 years ago |
Muxi Yan
|
3b2e473548
|
Merge pull request #22345 from muxi/grpclb-name-config
Update grpclb configuration with field "service_name"
|
4 years ago |
Yash Tibrewal
|
01f992f9d6
|
Reviewer comments
|
4 years ago |
Vijay Pai
|
e1a45fb237
|
Remove references to skipping callback API tests
|
4 years ago |
Muxi Yan
|
232756e7bf
|
Remove unnecessary RPC
|
4 years ago |
Vijay Pai
|
a46cb5e86a
|
Merge pull request #23361 from vjpai/em_agnostic_core_callback_cq
EM-agnostic core callback CQ
|
4 years ago |
Yang Gao
|
b5d42e75fb
|
Merge pull request #23427 from vjpai/message_allocator_race
Fix data race in RpcWithEarlyFreeRequest by using atomics
|
4 years ago |
Jan Tattermusch
|
45d92f26ca
|
add Grpc.Tools test for generating for .proto with the same name
|
4 years ago |
Jan Tattermusch
|
8cf57b2dda
|
Merge pull request #23410 from jtattermusch/upgrade_boringssl_submodule
Upgrade boringssl submodule to latest master-with-bazel
|
4 years ago |
Jan Tattermusch
|
f213ccd454
|
Merge pull request #23358 from jtattermusch/cleanup_grpc_tools
unify Grpc.Tools projects with other csproj projects
|
4 years ago |
Vijay Pai
|
407fdc3a36
|
Fix data race in RpcWithEarlyFreeRequest by using atomics
|
4 years ago |
Vijay Pai
|
c6c05910c2
|
Fix data race in RpcWithEarlyFreeRequest by using atomics
|
4 years ago |
Esun Kim
|
09e4a5f2c7
|
Merge pull request #23425 from veblush/fix-TCP_USER_TIMEOUT
Fix TCP_USER_TIMEOUT definition
|
4 years ago |
Yash Tibrewal
|
e2bd6d9f29
|
Merge pull request #23415 from yashykt/genericfailsend
Fix FailHijackedRecvMessage for generic async APIs
|
4 years ago |
Yash Tibrewal
|
e03b0b6deb
|
Another comment
|
4 years ago |
Muxi Yan
|
fa28bab456
|
Address comments
|
4 years ago |
Esun Kim
|
00af8fb0ee
|
Fix TCP_USER_TIMEOUT definition
|
4 years ago |
Vijay Pai
|
7ee2bc6db5
|
EM-agnostic callback completion queue
|
4 years ago |
Yash Tibrewal
|
98684b59f9
|
Reviewer comments
|
4 years ago |
Mark D. Roth
|
a5120b90ba
|
Merge pull request #23417 from markdroth/lb_policy_path
Make request path more easily visible to LB policies.
|
4 years ago |
Vijay Pai
|
7842ef6035
|
Merge pull request #23258 from tweej/I_is_reserved
I is a reserved identifier
|
4 years ago |
Richard Belleville
|
e52c9e609d
|
Merge pull request #23421 from gnossen/test_runner_segfault
Stop trying to handle SIGSEGV in Test Runner
|
4 years ago |
Vijay Pai
|
17b4879677
|
Merge pull request #23416 from vjpai/ccet
Make sure that some test ops don't start concurrently with Finish
|
4 years ago |
Mark D. Roth
|
7c3fefea3f
|
Make request path more easily visible to LB policies.
|
4 years ago |
Richard Belleville
|
b96edd3072
|
Stop trying to handle SIGSEGV
|
4 years ago |
matthewstevenson88
|
ff8ceb700e
|
Merge pull request #23413 from matthewstevenson88/tls13-h2-tls-fixture
Add TLS 1.2 and 1.3 specific tests to h2_tls fixture.
|
4 years ago |
Vijay Pai
|
fe2e9d6803
|
Properly count messages sent
|
4 years ago |
miyucy
|
f9111b2a82
|
Fix ruby 2.7 keyword arguments deprecation
Similar to https://github.com/grpc/grpc/pull/22915
|
4 years ago |
Yash Tibrewal
|
4d0269f0fd
|
Add comment
|
4 years ago |
Yash Tibrewal
|
702dd6fd74
|
Store ref to the ExternalConnectivityWatcher in external_watchers_ map.
|
4 years ago |
Mark D. Roth
|
3201d7f7bf
|
Merge pull request #23157 from markdroth/gpr_asprintf
Replace most uses of gpr_asprintf() with absl calls.
|
4 years ago |
donnadionne
|
be92b122b6
|
Merge pull request #22987 from donnadionne/new
Add support for xDS regex matchers.
|
4 years ago |
Vijay Pai
|
0ab6db4fe8
|
Make sure that some ops don't start concurrently with Finish
|
4 years ago |
Lidi Zheng
|
e1b4a5507c
|
Merge pull request #23351 from lidizheng/silence-del
Suppress exceptions from the __del__ of channel object
|
4 years ago |
Donna Dionne
|
8dd0cb4712
|
Add support for xDS regex matchers.
|
4 years ago |
Muxi Yan
|
ec2cd96426
|
Address comments
|
4 years ago |
Muxi Yan
|
3f684093d7
|
Add test for the new config field
|
4 years ago |
Muxi Yan
|
3c2354f62a
|
Update grpclb with optional field "name"
|
4 years ago |
Yash Tibrewal
|
a80bb13fd0
|
Fix FailHijackedRecvMessage for generic async APIs
|
4 years ago |