yihuaz
285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
6 years ago
yihuaz
291fa1022a
Merge pull request #16791 from grpc/revert-16695-pass_pollset_set_tsi_handshaker
...
Revert "Create and pass pollset_set to ALTS TSI handshaker"
6 years ago
Yang Gao
683f20225c
Merge pull request #16789 from yang-g/secure
...
Adjust server_auth_filter location.
6 years ago
Jan Tattermusch
ce656957ea
address review comments
6 years ago
Jan Tattermusch
cf534be6d3
Merge pull request #16756 from jtattermusch/csharp_channeloptions_improvements
...
C#: ChannelOption improvements
6 years ago
Jan Tattermusch
8df5b613f2
Merge pull request #16783 from jtattermusch/csharp_reference_docs_generator
...
Add script for automatic generation of C# reference docs
6 years ago
Jan Tattermusch
a3a0adc9be
Merge pull request #16785 from jtattermusch/issue_template_troubleshooting
...
Mention TROUBLESHOOTING.md in issue template
6 years ago
Jan Tattermusch
fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker"
6 years ago
ncteisen
f53e6884b6
Fix two build breakages
6 years ago
ncteisen
dd5fd814f3
reviewer feedback
6 years ago
ncteisen
9317845a97
Use the right new
6 years ago
ncteisen
600124f84f
Add tests
6 years ago
ncteisen
94d3a4d396
Merge branch 'master' of https://github.com/grpc/grpc into channelz-registry
6 years ago
yang-g
2ebbc9acf2
Adjust server_auth_filter location.
6 years ago
ncteisen
664178164a
reviewer feedback
6 years ago
ncteisen
867192e29e
Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-size
6 years ago
ncteisen
e35f24da4d
reviewer feedback
6 years ago
ncteisen
cfe47deca4
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server-sockets
6 years ago
Noah Eisen
fbbf4593d6
Merge pull request #16774 from ncteisen/channelz-socket
...
Fix Channelz Defaults and Initialization
6 years ago
zpencer
592e2a1fee
Merge pull request #16787 from zpencer/grpc_cli_util
...
Split grpc_cli target into two targets
6 years ago
Feso
d74162f83a
Merge remote-tracking branch 'upstream/master'
6 years ago
ncteisen
d7bbc60ad6
Reviewer feedback
6 years ago
ncteisen
e21a418aae
Add compaction to channelz registry
6 years ago
Spencer Fang
e6b1edf42a
Split grpc_cli target into two targets
...
Let's have a util target that contains everything except for the CLI
front end. This way, users can depend on the util classes without
any risk of CLI flag collisions.
6 years ago
Jan Tattermusch
3851be5b14
Mention TROUBLESHOOTING.md in issue template
6 years ago
Jan Tattermusch
082ee89641
add script for automatic generation of C# reference docs
6 years ago
Jan Tattermusch
23b5b1a5a9
Merge pull request #16762 from kevindamm-jigsaw/patch-1
...
Update README.md ordered list spacing
6 years ago
Jan Tattermusch
b4b24dc13d
yapf code
6 years ago
Jan Tattermusch
1f5f72ba62
update ssl-performance.md
6 years ago
Jan Tattermusch
ef9cd82b08
fix build of performance benchmarks
6 years ago
Jan Tattermusch
0b67dfec9b
disable assembly optimizations for linux x86
6 years ago
Jan Tattermusch
01562865e5
remove TODO
6 years ago
Jan Tattermusch
a2b2927f72
fix backward compatibility mode on macos
6 years ago
Jan Tattermusch
409def0d73
build C# artifact using cmake
6 years ago
Jan Tattermusch
05c23458ab
regenerate CMakeLists.txt
6 years ago
Jan Tattermusch
43836ced82
cmake: add backwards compatibility mode
6 years ago
Jan Tattermusch
87cd70fab3
regenerate dockerfiles
6 years ago
Jan Tattermusch
49af94dafc
add cmake to C# docker images
6 years ago
Jan Tattermusch
c08c3ccbae
build grpc_csharp_ext with cmake
6 years ago
Guantao Liu
04b78efb45
Merge pull request #16768 from guantaol/resolve_address_test
...
Fix the unknown argument issue in resolve_address_test.cc.
6 years ago
ncteisen
8362e7042d
Undo adding new API to tranport
6 years ago
ncteisen
a139b44acc
Clenaer channelz default values
6 years ago
Muxi Yan
aedbddba68
Clean-up unused variable
6 years ago
Yang Gao
2e43da886c
Merge pull request #16742 from Capstan/cli-call-creds
...
Fix inverted logic for --call_creds=none.
6 years ago
Yash Tibrewal
00be697551
Test changes
6 years ago
Yash Tibrewal
c3c40f8ec7
Merge pull request #16716 from yashykt/interceptors_initial
...
Create interfaces and initial plumbing for interception API
6 years ago
yihuaz
9f332fafbe
Merge pull request #16695 from yihuazhang/pass_pollset_set_tsi_handshaker
...
Create and pass pollset_set to ALTS TSI handshaker
6 years ago
Naresh
e80230ae6f
Add Bazel targets for Python unit tests
...
There are exactly 50 tests under grpcio_tests/tests/testing and
grpcio_tests/tests/unit for gRPC Python. Add Bazel targets for 44 of
them. unit._reconnect_test has been left out for now due to an
unexpected RuntimeError (#16336 ) and unit._server_ssl_cert_config_test
because of changes needed to the import path within
src/python/grpcio_tests/tests/testing/proto/services.proto (will
possibly be included as a fix to #15370 ).
The count of tests here is reported the way unittest counts tests, which
is the number of individual unit test classes it sees. This will be
different from Bazel's count, which counts the number of Bazel test
targets, which (by convention mostly) is one per test module.
6 years ago
Guantao Liu
e6824674f4
Cover the case that there is no command-line argument.
6 years ago
Yihua Zhang
c0fa62f2b6
pass a pollset_set to ALTS TSI handshaker
6 years ago