Lidi Zheng
26531bfcf0
Double the time limit for linux extra artifacts build
5 years ago
Vijay Pai
3ade3e84a9
Make use of alarm in test service more robust
5 years ago
Vijay Pai
749b50d938
Merge pull request #21754 from vjpai/alarm_executor
...
Alarm callback should run on executor
5 years ago
Eduardo Broto
60953c511d
Add missing greeter_async_client2 to c++ helloworld CMakeLists.txt
5 years ago
Vijay Pai
3b7286f1a1
Alarm callback should run on executor
5 years ago
Yash Tibrewal
49be7a6667
Merge pull request #21743 from yashykt/lentype
...
Fix Issue 20281
5 years ago
Yash Tibrewal
fa7c81b480
Merge pull request #21709 from yashykt/20928fix
...
Fix Issue 20928 and potentially other related xds issues
5 years ago
Lidi Zheng
a65a590fba
Merge pull request #21744 from grpc/revert-21640-change_local_tcp_security_level
...
Revert "Update security level of local TCP connection"
5 years ago
Esun Kim
86c918e74d
Merge pull request #21679 from veblush/build-odr-test
...
Added verify_duplicate_sources
5 years ago
Yash Tibrewal
4b44562a00
Merge pull request #21742 from yashykt/crepomanager
...
Pass C repo manager to Esun
5 years ago
Lidi Zheng
5109e05d06
Merge pull request #21708 from lidizheng/aio-fix
...
[Aio] Fixing a segfault in the shutdown path
5 years ago
Vijay Pai
2678afe310
Stop using core server shutdown in microbenchmarks
5 years ago
Lidi Zheng
b9c71f9c94
Revert "Update security level of local TCP connection"
5 years ago
Lidi Zheng
c4c318dc54
Merge pull request #21696 from Skyscanner/move_status_initial_metadata_cython
...
Move status and initial metadata handling to Cython
5 years ago
Yash Tibrewal
2d45619a41
Fix Issue 20281
5 years ago
Yash Tibrewal
b83e9b3f72
Pass C repo manager to Esun
5 years ago
Lidi Zheng
2ea49dbf9a
Adding a space line
5 years ago
Lidi Zheng
29d42a4731
Merge pull request #21672 from lidizheng/one-logger
...
Clean-up loggers and imports in Cython
5 years ago
Lidi Zheng
d803bc8e4e
Merge pull request #21712 from lidizheng/fix-import
...
[Aio] Fix a segfault in check connectivity state
5 years ago
Vijay Pai
64281e8c79
Clarify ownership in comments
5 years ago
donnadionne
73846ad6b4
Merge pull request #21690 from donnadionne/mac_remote_build
...
Adding GRPC_PORT_ISOLATED_RUNTIME=1 to mac.bazelrc.
5 years ago
Jan Tattermusch
e886a9d0fd
Merge pull request #21723 from grpc/revert-21527-unify_boringssl_deps2
...
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
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
Pau Freixes
2dde566d39
Fix pylint issue
5 years ago
Pau Freixes
071da37fb9
Remove unused call attributes
5 years ago
Pau Freixes
90b04f2a45
Make YAPF happy
5 years ago
Pau Freixes
53c41de3e0
Refactorize Cython and Python call communications
...
Now the status and the initial metadata, as awaitable methods, are
provided by the Cython layer. Any time the Python layer, like the Call
object, needs to know the status of the initial metadata uses the new
methods published by the AioCall
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
fe2242e603
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
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
Lidi Zheng
225d37e84c
Fix a segfault in check connectivity state
5 years ago
Esun Kim
179bf32d14
Abseilify optional
5 years ago
Lidi Zheng
80d7acff7c
Fixing a segfault in the server shutdown path
5 years ago
Yash Tibrewal
d0df2899a0
Reviewer comments
5 years ago
Yash Tibrewal
95ecb28763
Fix Issue 20928 and potentially other related xds issues
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