Esun Kim
0c01ee544f
Merge pull request #22924 from veblush/fix-build-in-cpp20-2
...
Fix build in c++2a mode
5 years ago
yang-g
9c63d75e20
Resolve comments
5 years ago
apolcyn
2c033a8fc2
Merge pull request #22915 from terracatta/patch-1
...
Convert hash to keyword arguments for ruby 2.7
5 years ago
Alexander Polcyn
401f76e573
Incorporate changes to grpc_sockaddr_to_string API
5 years ago
yang-g
52b3c66e53
Cover both subchannel sharing/non-sharing cases in test
5 years ago
Mark D. Roth
0db28f7eaf
xds: Put channel in TRANSIENT_FAILURE when CDS resource is removed.
5 years ago
Eric Anderson
3d8d1c89a2
Merge pull request #22921 from ejona86/java-interop-try-again
...
tools/dockerfile: Run Java build twice to reduce flakiness
5 years ago
Alexander Polcyn
dee079811b
Include source address in TCP posix connect errors
5 years ago
Lidi Zheng
028a7c4e79
Add test cases for server interceptors
5 years ago
Esun Kim
bf0df18e52
Fix build in c++2a mode
5 years ago
Mark D. Roth
729af3a43d
Merge pull request #22859 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble.
5 years ago
yang-g
ae8770a317
Let the connectivity test use local subchannel pool to create multiple connections
5 years ago
Eric Anderson
eee38e35dd
tools/dockerfile: Run Java build twice to reduce flakiness
...
Downloads fail from time to time because Gradle does not retry certain
types of network failures
(https://github.com/gradle/gradle/issues/8264 ).
Retrying twice should reduce the flake rate below noticeable without
increasing the size of the interop image created for each new release
for historical testing.
Fixes #18892
5 years ago
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
yang-g
6035ee7a5e
add a static assert for gpr_once with abseil
5 years ago
Jan Tattermusch
183a79f426
A few more nits
5 years ago
Jan Tattermusch
1b9df95bb0
review comments
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
Mark D. Roth
05d2ce6c6d
Pass repo manager duty to nicolasnoble.
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
Jason Meller
3e17411774
Covert hash to keyword arguments for ruby 2.7
...
Ruby 2.7 deprecated passing a hash as the last argument for a method that takes keyword params. This commit coverts the hash explicitly to keyword args using the double splat.
```
grpc-1.28.0-universal-darwin/src/ruby/lib/grpc/generic/service.rb:170: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
```
5 years ago
Thomas Etter
f5c9fd94a5
do not write unnecessary new lines in the grpc_cli as the formatters already write them
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
Hannah Shi
290d187f60
ignore-valgrind-undef-errors from php7.3
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
Ville M. Vainio
5111d873f8
SkipGrpcNativeLibsCopying can now be False, false or FALSE
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
Hannah Shi
db4f82e9b9
enable php client compression tests
5 years ago
Hannah Shi
2ea54ceea2
add client_compressed_streaming interop test
5 years ago
Hannah Shi
662c44cbc3
add test case of compression
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