Eric Gribkoff
6211f4589b
removed unused traceback import
6 years ago
Muxi Yan
3f57e3451b
Try earlier APIv2Tests
6 years ago
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
Mark D. Roth
09a173b4b6
Remove now-unnecessary workarounds for alignment issues.
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
Muxi Yan
d79b3fe320
Fix test
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
31a775b425
Add missing argument
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
Lidi Zheng
71094e25c5
Remove dependency of grpc.framework.foundation.callable_util
...
* Used in _channel.py, _server.py, and _utilities.py
* This API can trace back to 4 years ago
* The code change ensures the logging info is exactly the same
6 years ago
Yash Tibrewal
bb303513dc
Merge master
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
Muxi Yan
8bc8ff3dce
Fix nullability incompatibility
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
Jan Tattermusch
2d58ddb20c
Merge pull request #17523 from jtattermusch/cherry_pick_17522
...
prevent setting wrong time on macos high sierra kokoro workers (for v1.17.x)
6 years ago
Muxi Yan
d36a13af31
Try use alternative simulator for APIv2Tests
6 years ago
Muxi Yan
8c3df503ad
Fix compatibility test failures
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
Muxi Yan
915cd71b4a
nullability revert
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
Yash Tibrewal
906cf5b428
Add error details on context list clearing
6 years ago
Yash Tibrewal
afc2fabe0c
Avoid taking refs on the stream by getting a copy of the context
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