Muxi Yan
f18b08a1a4
Check if optional method of GRPCCallOptions are implemented
7 years ago
Muxi Yan
413077101e
requestOptions precondition check polishing
7 years ago
Muxi Yan
161dc27b2d
Copy string fix
7 years ago
Muxi Yan
50dac67214
Update GRPCCall2:cancel: docs
7 years ago
ncteisen
f14c001b64
Connected channel has ref to channelz
7 years ago
ncteisen
17b6c04b89
Intercept trailing in subchannel, not client_channel
7 years ago
Muxi Yan
fe8a899b63
Rename writeWithData to writeData
7 years ago
Muxi Yan
eab498bef4
Handle GRPCCall2:start: twice
7 years ago
Muxi Yan
efa359b02b
Rename handler->responseHandler in function signature
7 years ago
Muxi Yan
0865a60988
Typo and doc fix
7 years ago
Muxi Yan
5715719afb
Make multiple -init and +new UNAVAILABLE; identify designated initializer
7 years ago
Muxi Yan
553664f59b
Make dispatcheQueue of responseHandler required
7 years ago
Muxi Yan
21c32e8f01
Remove redundant forward declaration
7 years ago
Moiz Haidry
145a3bf91f
Code sanitization
7 years ago
Moiz Haidry
14acde64cc
Addressed Vijay's code review comments
7 years ago
Jan Tattermusch
73c99f890a
Merge pull request #16816 from jtattermusch/update_owners_dgx_mehrdada
...
Update owners (replace dgquintas and mehrdada)
7 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
7 years ago
Vijay Pai
563c85dfcc
Merge pull request #16706 from vjpai/desig
...
Remove grpc_use_signal from API, as no longer relevant
7 years ago
Jan Tattermusch
96ae5f9aaa
make sure port server runs locally too
7 years ago
Vijay Pai
c469b57b35
Increment version number since grpc_use_signal deletion is an API breaker
7 years ago
Vijay Pai
a46ddf4a09
Remove grpc_use_signal which is no longer relevant
7 years ago
Nathaniel Manista
478fedb273
Merge pull request #16812 from ghostwriternr/bazel-python-health-check-test
...
Bazel rules for Python grpcio_health_checking.
7 years ago
Jan Tattermusch
d94b49a1df
unify fallthrough comment in switch statements
7 years ago
Jan Tattermusch
41df33e456
update owner for client_channel
7 years ago
Jan Tattermusch
40e8dbed6f
Merge pull request #16780 from jtattermusch/csharp_use_ninja_artifacts
...
use Ninja to build grpc_csharp_ext windows artifact
7 years ago
Yash Tibrewal
9492a72cc6
Merge pull request #16800 from soheilhy/metadata
...
Make link_head consistent with link_tail.
7 years ago
Noah Eisen
520a4a297d
Merge pull request #16761 from ncteisen/channelz-cpp
...
Channelz++ Part 5: GetServerSockets Support
7 years ago
ncteisen
eba6ada829
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp
7 years ago
Noah Eisen
f8e5a4099b
Merge pull request #16758 from ncteisen/channelz
...
Channelz Part 7: Server Listening Socket Support
7 years ago
ncteisen
0b0f21b3d2
C++ Channelz GetServerSockets Support
7 years ago
ncteisen
9b0223f1c5
Add skeleton listen socket support
7 years ago
Noah Eisen
a74885d478
Merge pull request #16760 from ncteisen/channelz-server-sockets
...
Channelz Part 8: Get Server Sockets
7 years ago
Noah Eisen
91d23ac8ea
Merge pull request #16788 from ncteisen/channelz-registry
...
Add Compaction to Channelz Registry
7 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.
7 years ago
Jan Tattermusch
0295a4cf2e
update ssl-performance.md
7 years ago
Jan Tattermusch
b07cd51ccc
use Ninja to build grpc_csharp_ext windows artifact
7 years ago
Jan Tattermusch
cfb4fe8db2
regenerate CODEOWNERS
7 years ago
Jan Tattermusch
716b5577fc
fixup: rename *Tests files to *Test
7 years ago
Jan Tattermusch
af4649efae
update OWNERS files
7 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
7 years ago
Muxi Yan
e08c05903a
Assert argument non-null
7 years ago
Muxi Yan
309ba19152
Channel pool
7 years ago
Muxi Yan
0fd4727def
deprecated old API
7 years ago
Muxi Yan
e2e5c81893
New API for GRPCCall
7 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
7 years ago
Stanley Cheung
020bdd102f
Bump version to v1.17.x
7 years ago
Muxi Yan
5e790a3117
Proto-related changes
7 years ago
Muxi Yan
9fbc9105a6
Update tests
7 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.
7 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
7 years ago