Guantao Liu
3fc71d2963
Merge pull request #21692 from guantaol/tcp_client_posix
...
Modify the signatures of grpc_tcp_client_create_from_fd and grpc_tcp_client_create_from_prepared_fd, and create grpc_fd after connect
5 years ago
Yash Tibrewal
a74314d1c0
Merge pull request #21691 from yashykt/optionalfix
...
Fix grpc_core::Optional
5 years ago
Yash Tibrewal
c79b29cb9a
Merge pull request #21701 from yashykt/macosreduce
...
Reduce testing load on MacOS systems
5 years ago
Yash Tibrewal
659653d757
Merge pull request #21703 from yashykt/xdsfix
...
Fix 21686 to use the correct status
5 years ago
Vijay Pai
5969ce612d
Merge pull request #21680 from vjpai/cq_ordering
...
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
5 years ago
Yash Tibrewal
48139ebe2e
Fix 21686 to use the correct status
5 years ago
Yash Tibrewal
f6ae5426f6
Clang format
5 years ago
Yash Tibrewal
d66bb39b12
Reduce testing load on MacOS systems
5 years ago
Yash Tibrewal
4466a4ce61
Merge pull request #21632 from ikedam/feature/no_proxy_for_empty_value
...
Treat an empty `http_proxy` mean "Don't use proxy" and skip parsing it
5 years ago
Yash Tibrewal
abcaf6df0e
Fix emplace
5 years ago
Yash Tibrewal
748ee20bb5
Merge pull request #21686 from yashykt/masterfix
...
Fix xds_end2end_test
5 years ago
Lidi Zheng
b9083a9edb
Merge pull request #21681 from lidizheng/aio-callbacks
...
[Aio] Implement add_done_callback and time_remaining
5 years ago
Jan Tattermusch
e6601c8eb6
Merge pull request #21695 from jtattermusch/fix_csharp_distribtests
...
Fix C# distribtests
5 years ago
Jan Tattermusch
a3d06e5cfe
fix C# distribtests
5 years ago
apolcyn
9ada7bbad0
Merge pull request #21684 from apolcyn/upmerge_1_26
...
Upmerge v1.26.x to master
5 years ago
Vijay Pai
8eea254922
Merge pull request #21683 from vjpai/drain_log
...
Log (in debug mode) if CQ destroyed without full draining
5 years ago
Guantao Liu
53e42e65e1
Modify the signatures of grpc_tcp_client_create_from_fd() and
...
grpc_tcp_client_create_from_prepared_fd(), and create grpc_fd after
connect(). Otherwise if we call connect() after epoll_wait() starts,
connect() will trigger a spurious EPOLLOUT|EPOLLHUP event.
5 years ago
Yash Tibrewal
8cffcaea9d
Use the same return type
5 years ago
Yash Tibrewal
ade0c98e87
Fix grpc_core::Optional
5 years ago
Yash Tibrewal
ccf20e254f
Fix xds_end2end_test
5 years ago
Yash Tibrewal
ae64627a42
Merge pull request #21678 from grpc/revert-21661-odrsidestep
...
Revert "Sidestep multiple initialization issue of Tracers with Makefile"
5 years ago
Alexander Polcyn
79da101412
Merge remote-tracking branch 'upstream/v1.26.x' into upmerge_1_26
5 years ago
Vijay Pai
570d808d61
Log (in debug mode) if CQ destroyed without full draining
5 years ago
apolcyn
232fa12972
Merge pull request #21590 from jtattermusch/protobuf_3_11_2
...
Update third_party/protobuf to v3.11.2
5 years ago
Jiangtao Li
c3aaf0615e
Merge pull request #20316 from akshayku/support-engine
...
Add support for OpenSSL ENGINE
5 years ago
Lidi Zheng
c1eab2e95f
Remove the suppression
5 years ago
Lidi Zheng
0fc1d212aa
Make sanity tests happy
5 years ago
Lidi Zheng
780bff32eb
Fix the test case
5 years ago
Lidi Zheng
21670ed1a8
Add time remaining test case
5 years ago
Vijay Pai
6466c7f166
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
5 years ago
Mark D. Roth
35ca26665b
Merge pull request #20638 from AspirinSJL/cds_in_xds_client
...
Add CDS to xds client
5 years ago
Jan Tattermusch
7faa779504
Merge pull request #21667 from jtattermusch/csharp_channelbase_shutdownasync
...
Introduce ChannelBase.ShutdownAsync() in a backward-compatible manner.
5 years ago
Jan Tattermusch
32b487bc4d
review comments
5 years ago
Jan Tattermusch
bf1b849f9a
incorporate https://github.com/protocolbuffers/protobuf/pull/7096
5 years ago
Juanli Shen
a0b812c30f
Add CDS to xds client
5 years ago
Lidi Zheng
1c78ccd44e
Implement add_done_callbacks and time_remaining
5 years ago
Lidi Zheng
adab340647
Simplify call_test using mixin class
5 years ago
Richard Belleville
5ad654d5ab
Merge pull request #19699 from curiousjazz77/patch-1
...
fix broken link and move links to bottom
5 years ago
ZhenLian
bd9865f6cb
Merge pull request #21670 from grpc/zhen_mac_make_fix
...
MacOS make fix
5 years ago
Lidi Zheng
6f6b0d09bd
Merge pull request #21643 from lidizheng/aio-reuseport
...
[Aio] Support SO_REUSEPORT channel option
5 years ago
Lidi Zheng
af67aaf031
Merge pull request #21647 from lidizheng/aio-metadata
...
[Aio] Support metadata for unary calls
5 years ago
Esun Kim
5c74ed6f40
Merge pull request #21671 from veblush/del-gcc48
...
Bump the version of gcc to 4.9
5 years ago
Yash Tibrewal
3941f9dbf3
Revert "Sidestep multiple initialization issue of Tracers with Makefile"
5 years ago
Esun Kim
d4f191b647
Merge pull request #21677 from veblush/absl-update
...
Update absl to the lastest
5 years ago
Lidi Zheng
f338be8fcb
Use 'true' instead of '1'
5 years ago
Lidi Zheng
613f64f12e
Support metadata for streaming RPCs
5 years ago
Zhen Lian
d16b7b8006
MacOS make fix
5 years ago
Esun Kim
9e15f78cf8
Update absl to the lastest
5 years ago
Lidi Zheng
f912ddf7d4
Split the seen_metadata function & assign tuple() as default value
5 years ago
Lidi Zheng
181437bbd8
Add prepend_send_initial_metadata_op function
5 years ago