Vijay Pai
72695b886e
Add an inproc-based non-polling test of core callback API
6 years ago
Mark D. Roth
4312d1217e
clang-format
6 years ago
Mark D. Roth
ba4f66e705
Allow more timing slack in dns cooldown test.
6 years ago
Bill Feng
373c5b31db
added qps tests on bazel
6 years ago
Juanli Shen
25f7d0f6f4
Revert to TRANSIENT_FAILURE during backoff
6 years ago
Mark D. Roth
aad7884233
Code review changes.
6 years ago
Mark D. Roth
4d6f002780
Code review changes and fix threading bug in test.
6 years ago
Juanli Shen
d19fd1c689
PF: Check connectivity state before watching
6 years ago
Yang Gao
b840d5e45c
Revert "Add more filter priority levels"
6 years ago
Josh Haberman
8a80364a9f
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
6 years ago
Vijay Pai
16f738359d
Make sure that we actually saw some resource exhaustion if applicable
6 years ago
David Garcia Quintas
d08ea3025b
Fixed ordering in adding pending picks to PF
6 years ago
ncteisen
70ef911343
Add C++ support for GetServers
6 years ago
ncteisen
632b58cb82
regenerate projects
6 years ago
ncteisen
f3c600f335
Fix up C++ test to be more stable
6 years ago
ncteisen
3aa987a29a
Add channelz server support
6 years ago
Vijay Pai
14ad82a76d
Create a new method handler for resource exhaustion and tie into thread mgr
6 years ago
Mark D. Roth
1a10a9b9bf
Fix dns_resolver_cooldown_test and fake_resolver_test.
6 years ago
Vijay Pai
a59e48e889
Add a test of callback CQ
6 years ago
Vijay Pai
a4326eb7b8
Add comment to address reviewer comment
6 years ago
Yash Tibrewal
b49f47d4f2
linux version needs to be defined
6 years ago
ncteisen
0bf39e2a13
Subchannel support to C++
6 years ago
Mark D. Roth
f6dea9ec6a
Add another test.
6 years ago
Mark D. Roth
4e1e6ceda9
Fix pick_first to not throw away unused subchannels.
6 years ago
Vijay Pai
a0e92e7727
Add proper synchronization so that stats are setup and destroyed cleanly
6 years ago
Juanli Shen
186df431de
As per review
6 years ago
Vijay Pai
e84096bbe5
Experimental infrastructure for callback-based CQ
6 years ago
Yihua Zhang
f621eee4cf
run cloud-to-prod interop tests with google default credentials
6 years ago
Vijay Pai
9043a4f56d
Some cleanup
6 years ago
Juanli Shen
9b72650125
PF: Check connectivity state before watching
6 years ago
Vijay Pai
17e3611c0d
Infrastructure for adding custom polling engines
6 years ago
tdbhacks
bcd747d42d
Added system roots feature to load roots from OS trust store
...
Added a flag-guarded feature that allows gRPC to load TLS/SSL
roots from the OS trust store. This is the Linux-specific
implementation of such feature.
6 years ago
Nathan Herring
c173b196d6
Add flags to use client certs for cli.
...
This allows `grpc_cli` to act with the specific client identity when using SSL. It does _not_ however set the cert when using Google Default Credentials, as it does not have the necessary options to provide a client cert and key.
6 years ago
Nathan Herring
6e3938c829
This replaces mutually-exclusive flags for a single selector flag which defines the call credentials to composite over any channel credentials. It is the call credentials version of #16204 .
...
Fixes issue #16205 .
6 years ago
Alex Polcyn
5cd8b1eb81
Enable c-ares queries on Windows
6 years ago
Nathan Herring
e1a0f235e1
Shorten flag value to gdc.
6 years ago
Nathan Herring
3b2b237b3b
Make `google_default_credentials` be an additional channel type.
6 years ago
Jan Tattermusch
18aac34e29
try fixing cxx distrib test
6 years ago
Jan Tattermusch
d4c1c9b18c
try fixing protobuf build in win distribtest
6 years ago
Juanli Shen
10d129476a
Use param
6 years ago
Mark D. Roth
f7e72560b6
Add experimental API for resetting connection backoff.
6 years ago
yang-g
8c5f24cf3c
update test
6 years ago
ncteisen
e2a87dac69
Add some comments
6 years ago
ncteisen
fde951db9c
Intecept recv_trailing in client_channel for channelz
6 years ago
ncteisen
b35328f012
Fix test build
6 years ago
Sree Kuchibhotla
bdd13cb0ae
Revert "Revert "Restrict the number of threads in C++ sync server""
6 years ago
yang-g
d6ef707422
Add more filter priority levels
6 years ago
Nathan Herring
9ddb23442b
Clang format.
6 years ago
Nathan Herring
ab8b628b31
Create a --channel_creds_type flag for grpc_cli.
...
This replaces several mutually-exclusive flags for a single selector flag which defines
the base channel type. It also allows child classes to selectively override the defaults
and provide additional channel types (e.g., LOAS in the mono repo).
Fixes issue #16060 .
6 years ago
Nicolas Noble
bea98c3c1b
Revert "Restrict the number of threads in C++ sync server"
6 years ago