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
ncteisen
f081cf67d1
refactor
6 years ago
ncteisen
835dab6a46
Full subchannel support
6 years ago
Sree Kuchibhotla
ec1c112cc1
Each ThreadManager is a resource user
6 years ago
ncteisen
8cb2d0c64a
Restructure everything
6 years ago
ncteisen
18a9d7d57c
reviewer feedback
6 years ago
Nathan Herring
6f1604b1eb
Fixup: Use a more exact logic for google default credentials.
6 years ago
ncteisen
b47214952b
reviewer feedback
6 years ago
ncteisen
6104e4f33b
Move ChannelzServicePlugin to public, experimental
6 years ago
Nathan Herring
adb8581456
clang format
6 years ago
Nathan Herring
c7fae8812f
clang tidy
6 years ago
Nathan Herring
e1d94dfe60
GoogleDefaultCredentials use SSL under the covers; include that case.
6 years ago
ncteisen
9620118390
Remove blank line
6 years ago
Nathan Herring
8c7ce557f8
Add simple test for --ssl_target.
...
This cribs from test_credentials_provider.cc, but without using `grpc::ChannelArguments`, as the grpc CLI is responsible for setting that according to the flag.
6 years ago
Nathan Herring
3ed81c8d65
Introduce --ssl_target flag to grpc_cli.
...
This allows the client to specify the host name of the remote server for the purposes of TLS certificate validation, useful for test certificates and machines with ephemeral IP
addresses with no associated DNS entries that have been assigned TLS certificates.
6 years ago
ncteisen
bbee13661c
Add channelz subchannel support
6 years ago
ncteisen
c194528844
Adds C++ Channelz Service
6 years ago
ncteisen
b86a744751
Expose GetChannel and GetTopChannels Core API
6 years ago
ncteisen
891cf34004
Use intptr_ts for channel registry test
6 years ago
ncteisen
12f1cc059b
Reviewer feedback
6 years ago
ncteisen
5d373c40bd
reviewer feedback
6 years ago
ncteisen
b6597b4fbd
Add two new soak interop tests
6 years ago
ncteisen
2968bf687a
reviewer feedback
6 years ago