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
Muxi Yan
ffb78c6b23
Polish macro again
6 years ago
Guantao Liu
668a16327b
Fix the unknown argument issue in resolve_address_test.cc
6 years ago
ncteisen
f906185200
Shard channelz stats by CPU
6 years ago
ncteisen
a64cb54de1
Channel trace is limited by memory
6 years ago
Feso
44cecbb2f7
grpc_cli json support
6 years ago
Yash Tibrewal
130eeeaeb9
Merge branch 'master' into interceptors_initial
6 years ago
Yash Tibrewal
bb872692b7
Make changes to doc
6 years ago
Yash Tibrewal
40a75213e4
Keepalive should return unavailable instead of internal status
6 years ago
Juanli Shen
95dc4f1b8d
Merge pull request #16751 from guantaol/fix_unused_result
...
Fix the unused result error in client_channel_stress_test.cc.
6 years ago
Kevin Damm
8b6719a1d7
Update README.md ordered list spacing
...
Certain markdown interpreters do not recognize ordered lists if there isn't a blank line between the numbered lines. This change corrects the spacing between the steps for getting gRPC into a Unity project.
6 years ago
ncteisen
3545d754d5
Channelz get server sockets support
6 years ago
Jan Tattermusch
35970109a1
Merge pull request #16752 from jtattermusch/cmake_no_lib_stdcxx
...
cmake: prevent C core from depending on libstdc++
6 years ago
ncteisen
fd2fe1d5c4
Channelz server listening socket support
6 years ago
Jan Tattermusch
ba21a58ba4
Merge pull request #16755 from jtattermusch/server_reflection_markdown
...
server-reflection.md: fix markdown
6 years ago
Jan Tattermusch
e88a40ae26
add xmldoc comments
6 years ago
Jan Tattermusch
8eb6daddd9
ChannelOption: implement hashcode and equals
6 years ago
Jan Tattermusch
c288d1a894
improve doc comments for ChannelOptions
6 years ago
Jan Tattermusch
0d2bc2f1df
server-reflection.md: fix markdown
6 years ago
Jan Tattermusch
0d1332f591
fix *_unsecure.pc files
6 years ago
Jan Tattermusch
08125f7af0
cmake: prevent C core from depending on libstdc++
6 years ago
apolcyn
242d6a58dc
Merge pull request #16743 from ganmacs/fix-var-name-to-be-consistent-with-others
...
change var name to be consistent with others
6 years ago
Vijay Pai
e04a819c12
Merge pull request #16657 from g-easy/deadline
...
Document that set_deadline() uses absolute time.
6 years ago
Guantao Liu
18ba787392
Fix the unused result error in client_channel_stress_test.cc.
6 years ago
Juanli Shen
a51b44aa13
Clean some timer code
6 years ago
hcaseyal
a46ac13db3
Merge pull request #16735 from hcaseyal/delete_lookup_table
...
Delete hpack lookup table
6 years ago
Muxi Yan
5161500621
polish macro
6 years ago
Muxi Yan
385a1f1643
polish assert
6 years ago
Muxi Yan
beec2c6ba3
Add alias for macro for internal app
6 years ago
Jan Tattermusch
bea8c3018c
Merge pull request #16747 from jtattermusch/cleanup_artifact_dockerfiles
...
Fix and polish artifact dockerfiles (and make them buildable again)
6 years ago
Hope Casey-Allen
bf4432b67e
Add comment to specify hpack elements
6 years ago
Jan Tattermusch
4536678af1
Merge pull request #16746 from jtattermusch/csharp_upgrade_commandlineparser
...
Upgrade CommandLineParser to 2.3.0
6 years ago
Jan Tattermusch
67d219a884
node artifact docker images not needed anymore
6 years ago
Jan Tattermusch
2b89be31c8
fix copyright
6 years ago
hcaseyal
b8d102460e
Merge pull request #16738 from hcaseyal/add_microbenchmarking_documentation
...
Add documentation for running microbenchmarks with internal tooling
6 years ago
Jan Tattermusch
b23cfa2f3e
fix and polish artifact dockerfiles
6 years ago
Jan Tattermusch
ee1f49b252
upgrade CommandLineParser to 2.3.0
6 years ago
Jan Tattermusch
92b45c8eef
Merge pull request #16731 from jtattermusch/build_yaml_cleanup
...
build.yaml cleanup: legacy visual studio fields
6 years ago
ganmacs
8722714ae4
change var name to be consistent with others
6 years ago
Nathan Herring
d55ef6cc03
Fix inverted logic for --call_creds=none.
...
Fixes #16622 . Follow up to change 6e3938c
. Thanks to @bluecmd for pointing it out.
6 years ago
Yash Tibrewal
1d999617e2
Add experimental versions with interceptors for create channel from fd and inproc channel
6 years ago
Sree Kuchibhotla
616b119aa6
Merge pull request #16726 from sreecha/sreek-ep
...
Add comments in tcp_posix.cc on what 'covering' a write means
6 years ago
Sree Kuchibhotla
4383673bc2
Merge pull request #16704 from sreecha/sreek-pe-doc
...
Documentation about grpc polling engines
6 years ago
Sree Kuchibhotla
f443f185b3
Address feedback comment
6 years ago