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 |
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
|
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 |
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 |
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 |
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 |
Lidi Zheng
|
598e171746
|
Merge pull request #23377 from lidizheng/aio-multi-loop
[Aio] Allows poller to bound to ephemeral loops in multiple threads
|
4 years ago |
Esun Kim
|
3e7dacfb47
|
Merge pull request #23387 from veblush/protoc-docker
Make plugins embed zlib
|
4 years ago |
Mark D. Roth
|
9404f66f70
|
Replace most uses of gpr_asprintf() with absl calls.
|
4 years ago |
Lidi Zheng
|
e7f42f1ff9
|
Add type annotation in comments
|
4 years ago |
Lidi Zheng
|
b61fe7ab33
|
Address comments
|
4 years ago |
Lidi Zheng
|
e58e24afb9
|
Allows poller to bound to ephemeral loops in multiple threads
|
4 years ago |
Esun Kim
|
9cb284abef
|
Make pluing embed zlib
|
4 years ago |
Esun Kim
|
48289e6827
|
Merge pull request #23401 from veblush/tcp_user_timeout
Added TCP_USER_TIMEOUT auto-detection
|
4 years ago |
Vijay Pai
|
5e224f7e89
|
Merge pull request #23408 from grpc/vjpai-patch-1
Don't drop message on WriteAndFinish with non-ok status
|
4 years ago |
Mark D. Roth
|
cb45960a04
|
Merge pull request #23386 from Kernald/fix-string-includes
Add missing string include
|
4 years ago |
Srini Polavarapu
|
8dd6bd97c1
|
Merge pull request #23409 from grpc/jtattermusch-patch-2
fix nits in third_party/README.md
|
4 years ago |
Vijay Pai
|
209de73b39
|
Merge pull request #23380 from vjpai/inproc_fix
Fix inproc transport bug on client WritesDone and server send message after status
|
4 years ago |
Matthew Stevenson
|
a2afea6ee0
|
Add TLS 1.2 and 1.3 specific tests to h2_tls fixture.
|
4 years ago |
Jan Tattermusch
|
6905146fae
|
Update README.md
|
4 years ago |
Jan Tattermusch
|
b1ed4f1d9e
|
regenerate projects
|
4 years ago |
Jan Tattermusch
|
2c2d926bfd
|
Increment podspec version
|
4 years ago |
Jan Tattermusch
|
84278dced4
|
fix nits in third_party/README.md
|
4 years ago |
Jan Tattermusch
|
d3144dc6b7
|
generate boringssl prefix headers
|
4 years ago |