Jan Tattermusch
a8a14e6735
Merge pull request #21725 from grpc/revert-21680-cq_ordering
...
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
5 years ago
Jan Tattermusch
4bc28087fb
Merge pull request #21721 from grpc/revert-20803-grpclb_stabilization
...
Revert "grpclb stabilization"
5 years ago
Jan Tattermusch
e7d5ca0b46
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
5 years ago
Jan Tattermusch
3f3cf8b62a
Revert "grpclb stabilization"
5 years ago
Jan Tattermusch
eba60d8dbe
Merge pull request #21527 from jtattermusch/unify_boringssl_deps2
...
Unify boringssl submodules and use non-developer boringssl cmake build
5 years ago
Jan Tattermusch
cb800db8f2
regenerate projects
5 years ago
Muxi Yan
9d4411842f
Update BoringSSL podspec version
5 years ago
Muxi Yan
6e8899c1f2
One more patch to fix boringssl podspec
5 years ago
Jan Tattermusch
7951f7a705
run tools/distrib/generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Jan Tattermusch
cef07bb9b7
regenerate projects
5 years ago
Jan Tattermusch
6f88ab83ea
update check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
3e7fb05331
update third_party/boringssl-with-bazel to the latest master-with-bazel
5 years ago
Muxi Yan
e6865e01a9
Fix boringssl podspec with new paths
5 years ago
Esun Kim
07c1e72191
Merge pull request #21711 from veblush/absl-optional
...
Abseilify optional
5 years ago
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
Esun Kim
179bf32d14
Abseilify optional
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
8c577ac45f
fix boringssl_at_head job
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
dae922cfe4
stop requiring go for mac builds
5 years ago
Jan Tattermusch
66a644afa5
regenerate projects
5 years ago