ncteisen
17b6c04b89
Intercept trailing in subchannel, not client_channel
6 years ago
Moiz Haidry
145a3bf91f
Code sanitization
6 years ago
Moiz Haidry
14acde64cc
Addressed Vijay's code review comments
6 years ago
Jan Tattermusch
73c99f890a
Merge pull request #16816 from jtattermusch/update_owners_dgx_mehrdada
...
Update owners (replace dgquintas and mehrdada)
6 years ago
Jan Tattermusch
14c4dbe7c7
Merge pull request #16826 from jtattermusch/fix_run_performance_tests
...
run_performance_tests.py: cleaner way to start port_server.py
6 years ago
Vijay Pai
563c85dfcc
Merge pull request #16706 from vjpai/desig
...
Remove grpc_use_signal from API, as no longer relevant
6 years ago
Jan Tattermusch
96ae5f9aaa
make sure port server runs locally too
6 years ago
Vijay Pai
c469b57b35
Increment version number since grpc_use_signal deletion is an API breaker
6 years ago
Vijay Pai
a46ddf4a09
Remove grpc_use_signal which is no longer relevant
6 years ago
Nathaniel Manista
478fedb273
Merge pull request #16812 from ghostwriternr/bazel-python-health-check-test
...
Bazel rules for Python grpcio_health_checking.
6 years ago
Jan Tattermusch
d94b49a1df
unify fallthrough comment in switch statements
6 years ago
Jan Tattermusch
41df33e456
update owner for client_channel
6 years ago
Jan Tattermusch
40e8dbed6f
Merge pull request #16780 from jtattermusch/csharp_use_ninja_artifacts
...
use Ninja to build grpc_csharp_ext windows artifact
6 years ago
Yash Tibrewal
9492a72cc6
Merge pull request #16800 from soheilhy/metadata
...
Make link_head consistent with link_tail.
6 years ago
Noah Eisen
520a4a297d
Merge pull request #16761 from ncteisen/channelz-cpp
...
Channelz++ Part 5: GetServerSockets Support
6 years ago
ncteisen
eba6ada829
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp
6 years ago
Noah Eisen
f8e5a4099b
Merge pull request #16758 from ncteisen/channelz
...
Channelz Part 7: Server Listening Socket Support
6 years ago
ncteisen
0b0f21b3d2
C++ Channelz GetServerSockets Support
6 years ago
ncteisen
9b0223f1c5
Add skeleton listen socket support
6 years ago
Noah Eisen
a74885d478
Merge pull request #16760 from ncteisen/channelz-server-sockets
...
Channelz Part 8: Get Server Sockets
6 years ago
Noah Eisen
91d23ac8ea
Merge pull request #16788 from ncteisen/channelz-registry
...
Add Compaction to Channelz Registry
6 years ago
Naresh
873e0757cb
Bazel rules for Python grpcio_health_checking
...
Add Bazel rules for building and testing grpcio_health_checking.
An unofficial fork for rules_protobuf is used for now as it incorporates
a change (#196 by duduko on the upstream repo pubref/rules_protobuf)
which allows the protoc compiler to compile generated protos too. This
was not merged because the change was failing for golang, but works as
expected for Python.
This is needed because grpcio_health_checking fetches it's proto file
from a different directory (previously achived through setup.py) and
thus needs to be moved to the required location within bazel-genfiles
using a genrule.
6 years ago
Jan Tattermusch
0295a4cf2e
update ssl-performance.md
6 years ago
Jan Tattermusch
b07cd51ccc
use Ninja to build grpc_csharp_ext windows artifact
6 years ago
Jan Tattermusch
cfb4fe8db2
regenerate CODEOWNERS
6 years ago
Jan Tattermusch
af4649efae
update OWNERS files
6 years ago
Stanley Cheung
912b8ab4d4
Merge pull request #16811 from stanley-cheung/bump-to-1_17
...
Bump to version v1.17.0-dev in master and regenerate projects
6 years ago
Muxi Yan
e08c05903a
Assert argument non-null
6 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
6 years ago
Stanley Cheung
020bdd102f
Bump version to v1.17.x
6 years ago
Soheil Hassas Yeganeh
d6b140df03
Revert the change in grpc.h because it's part of C API.
...
I mistakenly added "const ref" which breaks Android client.
6 years ago
Moiz Haidry
b4d5c7cee4
Benchmark test for callback unary gRPC
...
Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup
6 years ago
Guantao Liu
af1b4d6b48
Merge pull request #16797 from guantaol/settings_timeout_test
...
Fix the test failure with callback-based polling.
6 years ago
Jan Tattermusch
12d0da6511
Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation
...
Fix google-api-python-client installation in dockerfiles
6 years ago
Juanli Shen
61b542f912
Merge pull request #16750 from AspirinSJL/timer
...
Clean some timer code
6 years ago
apolcyn
3f1c75208e
Merge pull request #16593 from iguchi1124/remove-duplicate-error
...
Ruby: remove duplicated `Unimplemented` error definition
6 years ago
Yash Tibrewal
62a16fb45a
Merge pull request #16795 from yashykt/disable_error_tracking
...
Disable error tracking until Fathom changes are commited
6 years ago
Stanley Cheung
d1b5efdef7
Merge pull request #16803 from stanley-cheung/upmerge-from-1_15
...
Upmerge from v1.15.x branch
6 years ago
Jan Tattermusch
3c10c6d414
Merge pull request #16754 from jtattermusch/fix_unsecure_pc
...
fix *_unsecure.pc files
6 years ago
Jan Tattermusch
352b694544
fix google-api-python-client installation
6 years ago
Nathaniel Manista
83b678220e
Merge pull request #16335 from ghostwriternr/python_bazel_4
...
Add Bazel targets for (some) Python unit tests.
6 years ago
Stanley Cheung
50a6ac8f09
Upmerge from v1.15.x branch to master
6 years ago
Soheil Hassas Yeganeh
5faf1b72ed
Avoid unnecessary ref/unref calls to get mdelem from slices.
...
grpc_mdelem_from_slices() unref's the key and value. As a result,
in quite a few cases on the hot path, we first ref slice, so that
grpc_mdelem_from_slices() can unref them.
Add grpc_mdelem_from_slices_no_unref() which does not unref() the
input slices. This cuts 0.5% - 1.0% across app benchmarks.
6 years ago
Soheil Hassas Yeganeh
2699e1c5da
Make link_head consistent with link_tail.
...
This is a tiny change I note while removing memset() calls.
link_head doesn't set the reserved pointer while link_tail (correctly)
does.
6 years ago
ncteisen
8abb4370a9
Add pop_back test
6 years ago
Yash Tibrewal
3b26fe7262
Merge pull request #16764 from yashykt/keepaliv_status
...
Keepalive watchdog firing should return status UNAVAILABLE
6 years ago
Guantao Liu
0c18293e55
Fix the test failure with callback-based polling.
6 years ago
Jan Tattermusch
10dc690092
Merge pull request #16552 from jtattermusch/csharp_expose_client_certificate_request
...
Expose certificate request type in SslServerCredentials
6 years ago
Muxi Yan
818908ae9c
Merge pull request #16714 from muxi/add-timer-manager-debug
...
Core infrastructure for timer manager debug
6 years ago
Jan Tattermusch
b94841dea9
Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_ext
...
build assembly-optimized grpc_csharp_ext with cmake
6 years ago