Vijay Pai
|
8cd1c0e379
|
Merge pull request #17552 from vjpai/interceptor_comments
Document purpose and validity of interception API
|
6 years ago |
Yang Gao
|
5763add7c9
|
Merge pull request #17554 from g-easy/oc
Destruct CensusContext to avoid leaking memory.
|
6 years ago |
Lidi Zheng
|
916aeffa66
|
Merge pull request #17505 from lidizheng/check-on-pr
Utilize the GitHub Check Feature
|
6 years ago |
easy
|
8279777167
|
Destruct CensusContext to avoid leaking memory.
Otherwise, the placement-new leaks context -> span_ -> impl_ which is
a std::shared_ptr.
|
6 years ago |
Srini Polavarapu
|
f537de75cf
|
Merge pull request #17546 from srini100/master
Add 1.17.1 to interop
|
6 years ago |
Yash Tibrewal
|
8114c05a2f
|
Merge pull request #17351 from yashykt/softerrorsetsocket
Fallback instead of failing for cases where are not able to set the socket options
|
6 years ago |
Nicolas Noble
|
62fd6850b0
|
Merge pull request #17534 from markdroth/grpclb_subchannel_fix
Fix bug incorrectly inhibiting subchannel sharing for grpclb.
|
6 years ago |
Yang Gao
|
998f41a593
|
Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_util
Fold gpr_test_util to grpc_test_util
|
6 years ago |
Vijay Pai
|
cfe08f35f3
|
Add comments explaining purpose and validity of interception API
|
6 years ago |
Yash Tibrewal
|
3c3876a5da
|
Merge pull request #17544 from yashykt/factorydocs
Allow interceptor creators to return nullptr
|
6 years ago |
Nicolas Noble
|
7c4a406420
|
Merge pull request #17055 from danieljoos/openssl_v_1_1
Enable compilation with OpenSSL 1.1 API
|
6 years ago |
Lidi Zheng
|
886a932a1a
|
Use KOKORO_GITHUB_PULL_REQUEST_NUMBER instead of ghprbPullId
|
6 years ago |
hcaseyal
|
e51a28636f
|
Merge pull request #17512 from hcaseyal/update_md_doc
Improve metadata documentation for the user
|
6 years ago |
Mark D. Roth
|
1438b17890
|
Fix bug that was breaking subchannel reuse in grpclb.
|
6 years ago |
Mark D. Roth
|
b9fd078170
|
Merge pull request #17533 from markdroth/grpclb_trace_logging
Improve grpclb trace logging.
|
6 years ago |
Yash Tibrewal
|
a20263f64d
|
Add tests using NullInterceptorFactory
|
6 years ago |
Srini Polavarapu
|
75077243de
|
Add 1.17.1 to interop
|
6 years ago |
Yash Tibrewal
|
d590583456
|
Allow interceptor creators to return nullptr
|
6 years ago |
Hope Casey-Allen
|
233123ae3f
|
Improve metadata documentation for the user
|
6 years ago |
Yash Tibrewal
|
9a7eec0c45
|
Suppress compiler error by initializing sent_length
|
6 years ago |
Yash Tibrewal
|
9544cc39b8
|
Merge branch 'master' into softerrorsetsocket
|
6 years ago |
Juanli Shen
|
f9ae9358c3
|
Merge pull request #17542 from AspirinSJL/comment_compress
Clarify compression algorithm enum order
|
6 years ago |
Eric Gribkoff
|
1af10acdac
|
Merge pull request #17444 from ericgribkoff/server_dealloc
Refactor server deallocation
|
6 years ago |
Lidi Zheng
|
cb408e70fb
|
Merge pull request #17535 from lidizheng/remove-fake-channelz-dependency
Remove the fake package dependency
|
6 years ago |
Juanli Shen
|
eb9064db2f
|
Clarify compression algorithm enum order
|
6 years ago |
Jan Tattermusch
|
70a4915fa1
|
Merge pull request #17524 from jtattermusch/64bit_windows_grpc_tools
Use x64 tools on 64-bit Windows in Grpc.Tools (#17437 for master branch)
|
6 years ago |
Jan Tattermusch
|
3a9b8ae390
|
Merge pull request #17522 from jtattermusch/highsierra_kokoro_time
prevent setting wrong time on macos high sierra kokoro workers
|
6 years ago |
Eric Gribkoff
|
3c49252d47
|
bazel docker image does not support ipv6
|
6 years ago |
Eric Gribkoff
|
8183fe1299
|
fix BUILD.bazel
|
6 years ago |
Lidi Zheng
|
3347158533
|
Use python2.7 -m pip instead of default pip
|
6 years ago |
Lidi Zheng
|
eafb1d527d
|
Reorgnize dependencies and variables
|
6 years ago |
Vijay Pai
|
d4c5a5e565
|
Merge pull request #17531 from vjpai/header_names
Give the interceptors header files in include/grpcpp/support
|
6 years ago |
Lidi Zheng
|
6692429f31
|
Download private key from KeyStore
|
6 years ago |
Vijay Pai
|
c52ae0d000
|
Give the interceptors header files in include/grpcpp/support
|
6 years ago |
Eric Gribkoff
|
d198607457
|
Merge pull request #17532 from ericgribkoff/exit_test_exists
Revert "Revert "re-enable ExitTest""
|
6 years ago |
Lidi Zheng
|
08a90f03d4
|
Remove the fake package dependency && temporarily skip the Channelz tests
|
6 years ago |
Eric Gribkoff
|
05d3ab2852
|
Address comments, improve tests
|
6 years ago |
Mark D. Roth
|
b1407a95c3
|
Improve grpclb trace logging.
|
6 years ago |
Eric Gribkoff
|
7bd03aeb0d
|
Revert "Revert "re-enable ExitTest""
This reverts commit 1bd231605a .
|
6 years ago |
Juanli Shen
|
16410f27f3
|
Merge pull request #17530 from grpc/revert-17525-revert-17504-metadata_example
Revert "Revert "Metadata tutorial""
|
6 years ago |
Juanli Shen
|
00be85a3e1
|
Merge pull request #17528 from grpc/revert-17466-exit_tests
Revert "re-enable ExitTest"
|
6 years ago |
hcaseyal
|
93151145c2
|
Revert "Revert "Metadata tutorial""
|
6 years ago |
yang-g
|
a303a28895
|
Merge with head and resolve conflict.
|
6 years ago |
yihuaz
|
3f7e26e085
|
Merge pull request #17370 from yihuazhang/local_tcp_loopback
Extend local channel/server credentials to support TCP loopback
|
6 years ago |
Juanli Shen
|
1bd231605a
|
Revert "re-enable ExitTest"
|
6 years ago |
Juanli Shen
|
da2c82fb74
|
Merge pull request #17525 from grpc/revert-17504-metadata_example
Revert "Metadata tutorial"
|
6 years ago |
Juanli Shen
|
951254151b
|
Revert "Metadata tutorial"
|
6 years ago |
Vijay Pai
|
21940df57e
|
Merge pull request #17521 from vjpai/reset_send_message
Reset the SendMessage pointer before post-interception hooks
|
6 years ago |
yang-g
|
aa2e731508
|
Fix new target
|
6 years ago |
Eric Gribkoff
|
718084c6b4
|
disable fork test on windows
|
6 years ago |