Vijay Pai
|
031f61e135
|
Merge pull request #18773 from vjpai/unary_reactor
C++ callback API: Add client-side unary reactor model
|
6 years ago |
Vijay Pai
|
20c08dbc7a
|
Add client-side unary reactor model
|
6 years ago |
Arjun Roy
|
ffb0b63b59
|
Merge pull request #18407 from arjunroy/slice_ref_devirt
grpc_slice_refcount devirtualization
|
6 years ago |
Arjun Roy
|
7d946633ea
|
grpc_slice_refcount devirtualization
|
6 years ago |
SataQiu
|
c4a2069d9c
|
fix spelling errors of include/*
|
6 years ago |
Soheil Hassas Yeganeh
|
4080e7b65f
|
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
This is in the hot path and it is not needed anymore.
Remove it for good.
|
6 years ago |
Moiz Haidry
|
232cc9ec9d
|
Merge pull request #18804 from mhaidrygoog/xds_picker_map
Created consolidated xds picker
|
6 years ago |
Moiz Haidry
|
d48b0d2879
|
Created consolidated xds picker that stored and picks from the locality pickers
|
6 years ago |
Mark D. Roth
|
c827d1e163
|
Merge pull request #18490 from markdroth/c++_client_channel_call_data
Convert client_channel call_data to C++
|
6 years ago |
Mark D. Roth
|
a09d705dbf
|
Convert client_channel call_data to C++.
|
6 years ago |
Esun Kim
|
e498ba06c7
|
Merge pull request #18798 from veblush/fix-sanitizer
Fixed sanitize.sh
|
6 years ago |
Lidi Zheng
|
0d59ba43e0
|
Merge pull request #18778 from lidizheng/fix-docgen
Use requirements.bazel.txt to generate Python documents
|
6 years ago |
Lidi Zheng
|
fc2376e239
|
Merge pull request #18793 from lidizheng/fix-clang-tidy
Cleanup Clang Tidy errors
|
6 years ago |
Jan Tattermusch
|
0939376a17
|
Merge pull request #18769 from SataQiu/fix-20190416
Fix spelling errors of include/*
|
6 years ago |
Soheil Hassas Yeganeh
|
bc445360ab
|
Merge pull request #18797 from soheilhy/memset-envvar
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
|
6 years ago |
Soheil Hassas Yeganeh
|
f689329af0
|
Merge pull request #18774 from soheilhy/gprpp-mutex-safe
Introduce C++ wrappers for gpr_mu and gpr_cv.
|
6 years ago |
Esun Kim
|
4b4ecdf3b9
|
Fixed sanitize.sh
It has been broken since check_copyright dropped the --fix option.
This script is modified not to use the missing option.
|
6 years ago |
Lidi Zheng
|
e0ba5fa9d2
|
Merge pull request #18779 from lidizheng/example-wait-for-ready
Add wait-for-ready example for gRPC Python
|
6 years ago |
Soheil Hassas Yeganeh
|
212e4b8657
|
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
This is in the hot path and it is not needed anymore.
Remove it for good.
|
6 years ago |
Lidi Zheng
|
362d022972
|
Merge pull request #18783 from lidizheng/fix-ctrl-c
Propagate KeyboardInterrupt above completion queue
|
6 years ago |
Lidi Zheng
|
0d9b4212f8
|
Cleanup Clang Tidy errors
|
6 years ago |
Soheil Hassas Yeganeh
|
1c186784cd
|
Make sure grpc::internal::Mutex has enough space for gpr_mu, std::mutex, and pthread_mutex_t.
|
6 years ago |
Soheil Hassas Yeganeh
|
2b9448a71c
|
Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv.""
This reverts commit d09c9f8e20 .
|
6 years ago |
Lidi Zheng
|
0de83950e6
|
Merge pull request #18782 from lidizheng/rf-gevent
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
|
6 years ago |
Lidi Zheng
|
09d18aa659
|
Propagate KeyboardInterrupt above completion queue
|
6 years ago |
Muxi Yan
|
5d906c2bec
|
Merge pull request #18765 from grpc/fix-v2api-dispatch-queue
Fix concurrent writer dispatch queue
|
6 years ago |
Lidi Zheng
|
123fd943f1
|
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
This reverts commit a922bd7a03 .
|
6 years ago |
Lidi Zheng
|
f062722c61
|
Adopt reviewer's advice
* Use context manager to manage tcp socket
* Rename tcp socket
* Fix grammer error
|
6 years ago |
yihuaz
|
d3b2abd81c
|
Merge pull request #18754 from yihuazhang/ssl_credential_reload
Fix a memory leakage in SSL credential reload
|
6 years ago |
Lidi Zheng
|
541cb00470
|
Add wait-for-ready example
* With unit test
* With Bazel integration
* With REAME.md explaination
|
6 years ago |
Lidi Zheng
|
7095f5acbe
|
Use requirements.bazel.txt to generate Python documents
|
6 years ago |
Yihua Zhang
|
ef4508ca0d
|
fix memory leaks in ssl credential reload.
|
6 years ago |
Muxi Yan
|
e9ecccaf03
|
Add test case for async dispatch
|
6 years ago |
Mark D. Roth
|
62d9be1533
|
Merge pull request #18631 from markdroth/pare_down_channel_args_api
Move functions for individual args out of channel_args.{h,cc}.
|
6 years ago |
Mark D. Roth
|
acfe2a0b16
|
Merge pull request #18489 from markdroth/c++_client_channel_channel_data
Convert client_channel channel_data to C++
|
6 years ago |
SataQiu
|
b416019f72
|
fix spelling errors of include/*
|
6 years ago |
Nicolas Noble
|
54f8cdd1fd
|
Merge pull request #16527 from swift-nav/silverjam/buildroot-cross-compile
Don't overwrite HOST_* make variables
|
6 years ago |
apolcyn
|
e40ad2fe10
|
Merge pull request #18713 from zhangkun83/java_1_20_0
Add grpc-java 1.20.0 to test matrix.
|
6 years ago |
Muxi Yan
|
75e7e18927
|
Fix concurrent writer dispatch queue
|
6 years ago |
Mark D. Roth
|
38220243b0
|
Convert client_channel channel_data to C++.
|
6 years ago |
Mark D. Roth
|
63777c714f
|
Merge pull request #18628 from markdroth/remove_error_from_connectivity_state_tracker
Remove error from connectivity state tracking.
|
6 years ago |
Muxi Yan
|
60795e24ed
|
Merge pull request #18749 from muxi/fix-generated-deprecation
Remove unwanted deprecation notice on v2 api
|
6 years ago |
Richard Belleville
|
751e5375b0
|
Merge pull request #18762 from grpc/revert_resolver_test
Revert "Merge pull request #18547 from lidizheng/fix-gevent"
|
6 years ago |
Mark D. Roth
|
432c97e1ba
|
Remove error from connectivity state tracking.
|
6 years ago |
Richard Belleville
|
a922bd7a03
|
Revert "Merge pull request #18547 from lidizheng/fix-gevent"
This reverts commit 09d1011663 , reversing
changes made to e076a30f16 .
|
6 years ago |
Richard Belleville
|
55bbf1cc1c
|
Merge pull request #18732 from grpc/compression_reversion_reversion
Unrevert Python Compression
|
6 years ago |
Juanli Shen
|
01cd1585f7
|
Merge pull request #18677 from AspirinSJL/fix_error_msg
Fix error message upon pick failure
|
6 years ago |
Jan Tattermusch
|
7ca4bd80a0
|
Merge pull request #18706 from SataQiu/fix-spell-20190410
Fix some spell errors
|
6 years ago |
Jan Tattermusch
|
1d9e442b4d
|
Merge pull request #18707 from SataQiu/fix-repeated-words
Clean up repeated words
|
6 years ago |
Jan Tattermusch
|
d800f40604
|
Merge pull request #18748 from billfeng327/feature/rbe-windows
Windows rbe for Kokoro CI
|
6 years ago |