Yash Tibrewal
|
4309a98b66
|
Health checking service name to be passed as a channel arg for now
|
6 years ago |
Yash Tibrewal
|
70839d966f
|
Reviewer comments
|
6 years ago |
Yash Tibrewal
|
baa52808f1
|
Use a single copy of CreateErrorFromVector from ServiceConfig
|
6 years ago |
Yash Tibrewal
|
a4036b2d8c
|
Add tests for health check parsing too
|
6 years ago |
Yash Tibrewal
|
07e899f5f3
|
Separate out message size parsing into a different file to avoid build issues
|
6 years ago |
Yash Tibrewal
|
3b65effb82
|
Cleanup
|
6 years ago |
Yash Tibrewal
|
e770694c31
|
Merge branch 'master' into svc_cfg2
|
6 years ago |
Yash Tibrewal
|
1ab9ffe5c0
|
Do not add message size filter for minimal stack
|
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 |
Yash Tibrewal
|
c3ae72c089
|
Merge branch 'master' into svc_cfg2
|
6 years ago |
Yash Tibrewal
|
576828696a
|
Add parsing tests
|
6 years ago |
Yash Tibrewal
|
116ce0fb24
|
Use health check parser
|
6 years ago |
Yash Tibrewal
|
2c4c8438cc
|
Message size filter parser and health check parser
|
6 years ago |
Yash Tibrewal
|
813865acaf
|
Adding service config parser
|
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 |