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
ncteisen
e888e93293
reviewer feedback
6 years ago
ncteisen
58db94e5d9
reviewer comments
6 years ago
Sree Kuchibhotla
c2a22a1ab8
Address core review comments
6 years ago
Mark D. Roth
3abd620134
fix clang_tidy
6 years ago
Mark D. Roth
326f82e5e2
A bit of cleanup and add more tests.
6 years ago
ncteisen
864e68e96d
Fix channel trace polymorphism
6 years ago
Alexander Polcyn
9896c64186
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
...
This reverts commit d9e8f86675
, reversing
changes made to 04847aeb1e
.
6 years ago
Mark D. Roth
32b8a11b25
Fix build.
6 years ago
Alexander Polcyn
f34c653936
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
...
This reverts commit ae8d3efc3a
, reversing
changes made to e41215e181
.
6 years ago
Mark D. Roth
87e772fa7b
Fix RefCountedPtr to handle polymorphism.
6 years ago
Alexander Polcyn
a2160f547f
Wait a configurable amount of time for benchmark channels to become ready
6 years ago
Alex Polcyn
1b1d5e52e7
Get c-ares to compile and do address sorting on windows
6 years ago
Sree Kuchibhotla
9bc8ee42c2
generate_projects.sh
6 years ago
Juanli Shen
b0e41f6c7d
Fix re-resolution in pick_first
6 years ago
Sree Kuchibhotla
b95772eeb9
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
6 years ago
Alexander Polcyn
ef29e14e13
Use test credentials provider for QPS benchmarking reporter client
6 years ago
ncteisen
bfdfe9fefb
Restructure heirarchy
6 years ago
Alex Polcyn
92e0a70ec6
Make QPS server builder customizeabled
6 years ago
Juanli Shen
a9bfe94d10
Relax qps/eps error in load reporter test
6 years ago
Nathan Herring
0fee91e002
More clang format
6 years ago