apolcyn
|
4383f8dc38
|
Merge pull request #22887 from apolcyn/channel_soak_test_improvements
Make channel/rpc soak interop tests easier to debug
|
5 years ago |
Lidi Zheng
|
5ba3ee13b4
|
Merge pull request #22920 from lidizheng/stop-leak
Add module docstring for the leak test
|
5 years ago |
Yang Gao
|
37a1630d37
|
Merge pull request #22383 from yang-g/server_comment
Add comment for error case
|
5 years ago |
Lidi Zheng
|
205ad35413
|
Add module docstring for the leak test
|
5 years ago |
Mark D. Roth
|
e4801d2ecb
|
Merge pull request #22858 from markdroth/xds_on_resource_does_not_exist
xds: When listener does not exist, put channel in TRANSIENT_FAILURE.
|
5 years ago |
Jan Tattermusch
|
812d70d43e
|
Merge pull request #21720 from githubuser0xFFFF/master
Fixed MinGW 7.3.0 shared library compile and link issues
|
5 years ago |
Uwe Kindler
|
c7efcf6824
|
regenerate CMakeLists.txt
|
5 years ago |
Uwe Kindler
|
56f0dfbb29
|
Fixed MinGW 7.3.0 shared library compile and link issues
added definition WIN32_WINNT=0x600
added missing libraries wsock32 ws2_32 crypt32
|
5 years ago |
Jan Tattermusch
|
b63cbe423d
|
Merge pull request #21541 from srcmake/docs/cpp-readme-updates
[Doc] Fix Link To C++ Guide
|
5 years ago |
Alexander Polcyn
|
6f828a9494
|
Attempt to fix Android test Cmake build
|
5 years ago |
Lidi Zheng
|
f7591a3426
|
Merge pull request #22855 from lidizheng/stop-leak
Stop memory leak when Python channel is deallocated without invoking "close"
|
5 years ago |
Alexander Polcyn
|
1dad16c0d9
|
Use C-core's histogram, drop use of exec_ctx header
|
5 years ago |
Lidi Zheng
|
e844f30101
|
Close Core's channel when there is no reference to the channel
|
5 years ago |
apolcyn
|
4046ee6367
|
Merge pull request #22594 from Oshiumi/fix-nested-message-output-generation
Fix generating method output with nested resource
|
5 years ago |
Mark D. Roth
|
581751b65b
|
xds: When listener does not exist, put channel in TRANSIENT_FAILURE.
|
5 years ago |
Mark D. Roth
|
a13e54cc5f
|
Merge pull request #22755 from markdroth/absl_string_view_host_port2
Remove deprecated variant of JoinHostPort().
|
5 years ago |
Yash Tibrewal
|
fc7233e8f0
|
Merge pull request #22901 from yashykt/httpstatuserror
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
|
5 years ago |
ZhenLian
|
2252895011
|
Merge pull request #22863 from ZhenLian/zhen_tmp_branch
Expose Peer SPIFFE Identity
|
5 years ago |
Mark D. Roth
|
c769951764
|
Remove deprecated variant of JoinHostPort().
|
5 years ago |
Yash Tibrewal
|
8051d956af
|
Merge pull request #22429 from pavelsimo/patch-1
Fix typo in CallOpSet comments
|
5 years ago |
Yash Tibrewal
|
32a2310516
|
Merge pull request #20866 from klfreeman/master
Add GRPC_ARG_HTTP_PROXY channel argument.
|
5 years ago |
Yash Tibrewal
|
f103a16182
|
Merge pull request #20784 from Yannic/bazel_ci
Add config for Bazel CI
|
5 years ago |
Oshiumi
|
8c796fa7cf
|
Fix code style
|
5 years ago |
ZhenLian
|
b98457ff79
|
fix first round of feedback
|
5 years ago |
Yash Tibrewal
|
28a0c0ff00
|
Merge pull request #22903 from yashykt/donotcloseissues
Do not close kind/bug with stalebot for now
|
5 years ago |
Yash Tibrewal
|
f2839869ff
|
Merge pull request #22864 from yashykt/closedenhancementissues
Update note on closed feature requests with help wanted label
|
5 years ago |
Yash Tibrewal
|
da6094f70a
|
Merge pull request #22866 from yashykt/noquestions
Add an issue template for questions and change wording for issue templates
|
5 years ago |
Yash Tibrewal
|
29479667cc
|
Do not close kind/bug with stale for now
|
5 years ago |
Yash Tibrewal
|
14ab949d98
|
Merge pull request #22314 from yashykt/execctxstartingcpu
Lazily initialize starting_cpu_ in ExecCtx
|
5 years ago |
Vijay Pai
|
29151efd34
|
Merge pull request #22837 from vjpai/channel_acec
Fixes on ApplicationCallbackExecCtx
|
5 years ago |
Yash Tibrewal
|
376d8689d2
|
Fix #19094 and #21947 - Fix HTTP status conversion inconsistencies
|
5 years ago |
apolcyn
|
662141e90c
|
Merge pull request #22865 from apolcyn/more_context_in_dns_errors
Include the query type and name in all c-ares DNS error messages
|
5 years ago |
apolcyn
|
f815053e5f
|
Merge pull request #22868 from apolcyn/dest_address_in_immediate_tcp_errors
Include the destination address in synchronous TCP connect errors
|
5 years ago |
Vijay Pai
|
611dccb492
|
Add a test without WritesDone and reorder destruction
|
5 years ago |
Vijay Pai
|
420e814e1f
|
Merge pull request #22893 from grpc/vjpai-patch-1
Mark override on service method
|
5 years ago |
Alexander Polcyn
|
bbdfde5551
|
Include the relevant query type and name in all c-ares DNS resolution errors
|
5 years ago |
Alexander Polcyn
|
b872ffe2f2
|
Make channel soak interop test more debuggable, add max_failures and
max_acceptable_latency_ms options
|
5 years ago |
Jan Tattermusch
|
8fa1b33c26
|
Merge pull request #22252 from zackgalbreath/clarify_docs
Documentation improvements
|
5 years ago |
Vijay Pai
|
415b71c98d
|
Defensive programming: ACEC is an optimization and not strictly needed
|
5 years ago |
matthewstevenson88
|
8174dbdd50
|
Merge pull request #22892 from matthewstevenson88/remove-flaky-test
Remove flaky test introduced in PR 21932.
|
5 years ago |
Vijay Pai
|
113c7fcb7c
|
Mark override on service method
|
5 years ago |
Vijay Pai
|
e9b4e168ba
|
Declare ApplicationCallbackExecCtx at channel's core entry points
|
5 years ago |
Matthew Stevenson
|
a37d5f14b0
|
Remove flaky test introduced in PR 21932.
|
5 years ago |
donnadionne
|
db932d810d
|
Merge pull request #22888 from donnadionne/revert
Fixing a build error
|
5 years ago |
Donna Dionne
|
7fe44d8b1e
|
Fixing a build error
A parameter has been removed, but the next PR merged cleanly while still
using the removed parameter.
|
5 years ago |
Tariq Ramlall
|
74a207509a
|
Merged master
|
5 years ago |
Jan Tattermusch
|
fd970c8cd9
|
Merge pull request #21540 from zackgalbreath/fix_typo
Fix typo in recent BUILDING.md update
|
5 years ago |
Mark D. Roth
|
7b3590d543
|
Merge pull request #22854 from markdroth/xds_lrs_send_all_clusters
xds: Add support for send_all_clusters field in LRS.
|
5 years ago |
Jan Tattermusch
|
67bafdfc9c
|
Merge pull request #21584 from simo9000/documentation-fix-csharp-build-integration
Changes all occurences of %(RelativePath) to %(RelativeDir) in csharp doc
|
5 years ago |
ZhenLian
|
ee19ac2aba
|
fix test failures
|
5 years ago |