Yash Tibrewal
|
c6261f4b91
|
Rename new SendMessage types to SendMessagePtr
|
6 years ago |
Yash Tibrewal
|
4aeba42528
|
Provide GetOriginalSendMessage for some APIs
|
6 years ago |
Richard Belleville
|
a76465c65c
|
Merge pull request #17600 from grpc/memory-leak
Free grpc_channel_args after creation
|
6 years ago |
Richard Belleville
|
87e45f384c
|
Merge pull request #17580 from grpc/expose-version
Expose version
|
6 years ago |
Richard Belleville
|
0daa420417
|
Free grpc_channel_args after creation
|
6 years ago |
Eric Gribkoff
|
c4d5b78077
|
Merge pull request #17597 from ericgribkoff/watch_method
Add Watch method to health check service
|
6 years ago |
Richard Belleville
|
dd4830eae8
|
Make gRPC version string available as grpc.__version__
|
6 years ago |
Eric Gribkoff
|
4e3e46df22
|
fix test
|
6 years ago |
Eric Gribkoff
|
e678187996
|
use test constants, fix formatting
|
6 years ago |
Eric Gribkoff
|
b74af8c70b
|
skip test with gevent
|
6 years ago |
apolcyn
|
fc7d0911a3
|
Merge pull request #17348 from toc007/ruby-sigint
server graceful shutdown for pull request
|
6 years ago |
Eric Gribkoff
|
71e7e6ddc7
|
Add Watch method to health check service
|
6 years ago |
Tommy Chen
|
39ac83a49e
|
ruby-sigint ready to be merged!
|
6 years ago |
rmstar
|
d8662f5704
|
Merge pull request #17583 from rmstar/fix_build
Fix bazel build for fling, memory_usage test
|
6 years ago |
Soheil Hassas Yeganeh
|
c3eb206897
|
Merge pull request #17582 from soheilhy/worktree-timer-bench
Add microbenchmarks for grpc_timer
|
6 years ago |
Yash Tibrewal
|
0f5b1d6bdf
|
Merge pull request #17536 from yashykt/fathom
Avoid taking refs on the stream by getting a copy of the context
|
6 years ago |
Soheil Hassas Yeganeh
|
2e017da58a
|
Add microbenchmarks for grpc_timer
This helps assessing upcoming changes.
|
6 years ago |
Prashant Jaikumar
|
08dc0ade67
|
Fix bazel build for fling, memory_usage test
|
6 years ago |
apolcyn
|
00fb17aa97
|
Merge pull request #17575 from apolcyn/refactor_benchmark_channel_wait_for_ready_to_be_single_threaded
Refactor benchmark's initial wait-for-ready to be single threaded
|
6 years ago |
Eric Gribkoff
|
0e1984effd
|
Merge pull request #17579 from ericgribkoff/test_cleanup
Clean up server and channel objects in tests
|
6 years ago |
Eric Gribkoff
|
b6b745f22d
|
disable broken gevent test
|
6 years ago |
Eric Gribkoff
|
2f029bade0
|
Clean up server and channel objects in tests
|
6 years ago |
Alexander Polcyn
|
50eaf46718
|
Refactor benchmark initial channel wait for ready to be single threaded
|
6 years ago |
Yash Tibrewal
|
15460eb3c9
|
Fix error
|
6 years ago |
Yang Gao
|
806c1e0b7a
|
Merge pull request #17573 from yang-g/socket_mutator
Correctly reference the internal string for socket mutator arg
|
6 years ago |
Jan Tattermusch
|
bae61a0f43
|
Merge pull request #17565 from jtattermusch/backlink_kokoro_rbe
Provide link to kokoro invocation for RBE builds
|
6 years ago |
Jan Tattermusch
|
95511c0cfd
|
Merge pull request #17407 from jtattermusch/interop_csharp_sni_fix
better testing of SNI for C-based languages
|
6 years ago |
Jan Tattermusch
|
810a93e783
|
inject extra details to Bazel RBE links
|
6 years ago |
Yash Tibrewal
|
0c7eb8daf8
|
Merge branch 'master' into fathom
|
6 years ago |
Yash Tibrewal
|
b09ed93d02
|
Revert changes to Context list cleanup
|
6 years ago |
yang-g
|
d6dd6f25f4
|
Correctly reference the internal string for socket mutator arg
|
6 years ago |
Lidi Zheng
|
102d5d88a6
|
Merge pull request #17570 from lidizheng/fix-complain
Fix Complain of Higher Version Pylint
|
6 years ago |
Mark D. Roth
|
db9be19f5d
|
Merge pull request #16008 from markdroth/client_channel_refactor
Refactor request routing code out of client_channel
|
6 years ago |
Muxi Yan
|
0bf3dfc209
|
Merge pull request #17491 from grpc/readme-16821
Update README for #16821
|
6 years ago |
Yash Tibrewal
|
30e1991bf9
|
Update context list test
|
6 years ago |
Lidi Zheng
|
1ac4a01a0e
|
Fix Complain of Higher Version Pylint
|
6 years ago |
Lidi Zheng
|
97453a3d81
|
Merge pull request #17303 from lidizheng/sanity-python-3
Run pylint test in Python 3
|
6 years ago |
Mark D. Roth
|
09f57c17ee
|
Refactor request routing code out of client_channel.
|
6 years ago |
Mark D. Roth
|
b96196f655
|
Merge pull request #17547 from markdroth/alignment_cleanup
Remove now-unnecessary workarounds for alignment issues.
|
6 years ago |
Jan Tattermusch
|
dcb194c6e3
|
PHP interop client: do not append :443 to host name unless necessary
$server_port is actually a string and appending the port number to
server_host breaks jwt_token_creds testcase.
|
6 years ago |
Jan Tattermusch
|
b904fdaa40
|
do not use server override in ruby interop client by default
|
6 years ago |
Jan Tattermusch
|
b4d4f2c467
|
do not use server override in php interop client by default
|
6 years ago |
Jan Tattermusch
|
4f261a071e
|
do not use server override in python interop client by default
|
6 years ago |
Jan Tattermusch
|
f9e1cde01c
|
yapf run_interop_tests.py
|
6 years ago |
Jan Tattermusch
|
2b028c8cec
|
do not use default server override for C++ interop client
|
6 years ago |
Jan Tattermusch
|
3458ede262
|
dont set server_override for cloud_to_prod tests
|
6 years ago |
Jan Tattermusch
|
a022c8204c
|
csharp interop client: dont set override by default
|
6 years ago |
Juanli Shen
|
a0c7ec851e
|
Merge pull request #17560 from AspirinSJL/add_build_for_example
Add Bazel targets for compression example
|
6 years ago |
Yash Tibrewal
|
ad8f04feca
|
Fix compiler error
|
6 years ago |
Juanli Shen
|
1600fde6b6
|
Add Bazel targets for compression example
|
6 years ago |