Esun Kim
|
9b5e418ed0
|
Merge pull request #21986 from veblush/absl-lock-pre
Added abseil-based sync
|
5 years ago |
Vijay Pai
|
c1ab8ef028
|
Merge pull request #21815 from grpc/revert-21806-revert-21767-revert-21725-revert-21680-cq_ordering
Revert "Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""""
|
5 years ago |
Esun Kim
|
0b26a2ff56
|
Added abseil-based sync
|
5 years ago |
Vijay Pai
|
06ca713df0
|
Instantiate tracking members regardless of NDEBUG
|
5 years ago |
Vijay Pai
|
6b2aeec9f3
|
Revert "Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""""
|
5 years ago |
Yash Tibrewal
|
360f69bc46
|
Merge pull request #21781 from yashykt/apifuzzernuke
Delete api_fuzzer
|
5 years ago |
Eric Anderson
|
3ff3c0d8da
|
Merge pull request #21512 from ericgribkoff/java1.26
Add Java v1.26.0 to interop matrix
|
5 years ago |
Jiangtao Li
|
8c60c084ef
|
Merge pull request #21964 from jiangtaoli2016/fix_alts_env_check
add memory boundary check in check_gcp_environment.cc
|
5 years ago |
Vijay Pai
|
6e74e80619
|
Merge pull request #21946 from vjpai/disclosure
Stop using closure for inproc transport state machine
|
5 years ago |
jiangtaoli2016
|
655a49384c
|
add boundary check in check_gcp_environment.cc
|
5 years ago |
Eric Gribkoff
|
656b43ee3d
|
Merge pull request #21888 from ericgribkoff/xds_test_client
Add xDS test client and server
|
5 years ago |
Lidi Zheng
|
dc0509186c
|
Merge pull request #21921 from lidizheng/aio-fix-close-2
[Aio] Another fix for close mechanism on Windows
|
5 years ago |
Vijay Pai
|
8eed1b016c
|
Merge pull request #21916 from vjpai/templatize_generic_stub
Templatize generic stub
|
5 years ago |
Vijay Pai
|
337434fabf
|
Merge pull request #21915 from vjpai/cleanup_generic_stub
Move generic stub implementation to header (prepare for templates)
|
5 years ago |
Mark D. Roth
|
3bf7114782
|
Merge pull request #21955 from donnadionne/rotation
Passing C repo manager to Mark Roth
|
5 years ago |
Mark D. Roth
|
bc9cc67fa6
|
Merge pull request #21857 from markdroth/json_old_api_remove
Remove old JSON API
|
5 years ago |
Jan Tattermusch
|
349bc1b945
|
Merge pull request #21930 from jtattermusch/third_party_readme
add README.md for third_party
|
5 years ago |
Eric Gribkoff
|
2574d98967
|
buildifier
|
5 years ago |
Donna Dionne
|
e65833be4b
|
Passing C repo manager to Mark Roth
|
5 years ago |
Eric Gribkoff
|
fe6f3090d9
|
Merge pull request #21869 from ericgribkoff/run_xds_tests
Add runner script for xDS integration tests
|
5 years ago |
Eric Gribkoff
|
39eb1d31b8
|
clang tidy
|
5 years ago |
Richard Belleville
|
a2e4a23fc0
|
Merge pull request #20783 from Yannic/proto_incompat
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
|
5 years ago |
Lidi Zheng
|
14f4a3acfc
|
Merge pull request #21951 from lidizheng/aio-str
[Aio] Use "str" instead of "typing.Text"
|
5 years ago |
Lidi Zheng
|
8701b18efb
|
Use str instead of Text
|
5 years ago |
Michael Lumish
|
d77a231c2a
|
Merge pull request #21794 from murgatroid99/env_proxy_doc_update
Update proxy environment variables doc to match implementation
|
5 years ago |
Eric Gribkoff
|
1266b45ce0
|
Update client_matrix.py
|
5 years ago |
Eric Gribkoff
|
23fb8d4a9a
|
Merge branch 'master' into java1.26
|
5 years ago |
Vijay Pai
|
ac0db94cb1
|
Allow separate templatizing of request and response types
|
5 years ago |
Vijay Pai
|
79de5c5385
|
Stop using closure for inproc state machine, fix bugs
|
5 years ago |
Vijay Pai
|
0dda2e45b7
|
Templatize generic stub
|
5 years ago |
Vijay Pai
|
7aaacb4bd9
|
Remove some grpc_impl::
|
5 years ago |
Eric Gribkoff
|
7401256927
|
check arg early, correct var name
|
5 years ago |
donnadionne
|
d6ecc3220a
|
Merge pull request #21911 from donnadionne/example2
Add XDS example to the suite of examples.
|
5 years ago |
Lidi Zheng
|
56aa2c1143
|
Merge pull request #21910 from lidizheng/aio-no-mix
[Aio] Prohibit mixing two styles of API on client side
|
5 years ago |
Donna Dionne
|
2bf8cbb424
|
Modify helloworld example to allow a target string
|
5 years ago |
Lidi Zheng
|
5cf41f3424
|
Revert the changes in _channel.py
|
5 years ago |
Lidi Zheng
|
33014035eb
|
Skip the test_invalid_metadata on Windows for now
|
5 years ago |
Lidi Zheng
|
c7095d6854
|
Make a proper shallow copy of onging calls set
|
5 years ago |
Lidi Zheng
|
15ff162fe3
|
Improve the documentation about newly added exception classes
|
5 years ago |
Lidi Zheng
|
22cd31b0ec
|
Remove TODO
|
5 years ago |
Lidi Zheng
|
ecf44b094b
|
Prohibit mixing two styles of API on client side
|
5 years ago |
Mark D. Roth
|
eeccff4e74
|
Merge pull request #21933 from markdroth/xds_logging_prep
Move xds API code into a class, so that common state can be cached.
|
5 years ago |
Lidi Zheng
|
072c150e77
|
Merge pull request #21885 from lidizheng/aio-channel-ready
[Aio] Add channel_ready helper function
|
5 years ago |
Lidi Zheng
|
231d4b22a1
|
Merge pull request #21919 from Skyscanner/set-error-description
[Aio] Set debug_error_string to AioRpcError
|
5 years ago |
Lidi Zheng
|
be85024b34
|
Merge pull request #21809 from lidizheng/aio-compression
[Aio] Support compression for both client and server
|
5 years ago |
Mark D. Roth
|
477b2fd0d0
|
Merge pull request #21909 from markdroth/xds_segfault
xds: Fix crash when moving all localities from a priority to a higher priority.
|
5 years ago |
Mark D. Roth
|
f739557803
|
Move xds API code into a class, so that common state can be cached.
|
5 years ago |
Doug Fawley
|
d5e8fdb1e1
|
Merge pull request #21925 from dfawley/master
Add v1.27.1 release of grpc-go to interop matrix
|
5 years ago |
Jan Tattermusch
|
e83426b741
|
Merge pull request #21890 from grpc/jtattermusch-patch-1
a few cmake fixes in BUILDING.md
|
5 years ago |
Jan Tattermusch
|
060c756945
|
add README.md for third_party
|
5 years ago |