ncteisen
0bf39e2a13
Subchannel support to C++
7 years ago
Junhao Li
5cb99c9592
fix format
7 years ago
Junhao Li
b9decfb35d
include cmath to fix gcc8 compilation error
...
This fix resolves the following compilation error on GCC8.1.1:
ERROR: /home/junhao/tools/grpc/BUILD:1350:1: C++ compilation of rule '//:grpcpp_server_load_reporting' failed (Exit 1)
src/cpp/server/load_reporter/util.cc:31:12: error: no member named 'isnormal' in namespace 'std'
if (std::isnormal(cost_value)) {
~~~~~^
1 error generated.
7 years ago
Srini Polavarapu
7d41ba6370
Regenerate projects
7 years ago
Mark D. Roth
f7e72560b6
Add experimental API for resetting connection backoff.
7 years ago
Srini Polavarapu
2794a6cae6
regenerate projects
7 years ago
yang-g
d6ef707422
Add more filter priority levels
7 years ago
Nicolas Noble
bea98c3c1b
Revert "Restrict the number of threads in C++ sync server"
7 years ago
Srini Polavarapu
deeb781374
Regenrate projects
7 years ago
Sree Kuchibhotla
6eac5e41b1
std::max is not available on some windows platforms
7 years ago
Sree Kuchibhotla
c2a22a1ab8
Address core review comments
7 years ago
Sree Kuchibhotla
8f39834dd1
Change the default max threads to something more reasonable
7 years ago
Sree Kuchibhotla
b95772eeb9
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
7 years ago
Yihua Zhang
acc6ba0c24
Add C++ wrapper for local credentials
7 years ago
Sree Kuchibhotla
ec1c112cc1
Each ThreadManager is a resource user
7 years ago
ncteisen
18a9d7d57c
reviewer feedback
7 years ago
ncteisen
b47214952b
reviewer feedback
7 years ago
ncteisen
6104e4f33b
Move ChannelzServicePlugin to public, experimental
7 years ago
Srini Polavarapu
8c9af7464c
Regenerate projects
7 years ago
Srini Polavarapu
76450b0dc6
Regenrate Projects
7 years ago
ncteisen
c194528844
Adds C++ Channelz Service
7 years ago
Sree Kuchibhotla
67bb4e3030
Initial scaffolding
7 years ago
Juanli Shen
be40b0d3a8
Add server load reporting service
7 years ago
Juanli Shen
1f965159dd
Reorder steps when starting a server
7 years ago
Srini Polavarapu
968744798e
Regenerate projects
7 years ago
Kerrick Staley
4fb53784fb
Fix Bazel build instructions
...
See https://groups.google.com/d/msg/grpc-io/ljBk9Z_QyuQ/3i-obzb3CAAJ
7 years ago
Mehrdad Afshari
ed0dc067ba
Regenerate Projects
7 years ago
Juanli Shen
f5f1d57d7a
Add load reporting filter
7 years ago
Juanli Shen
291bbc7014
Add load reporter
7 years ago
Jan Tattermusch
f389e5267a
overhaul of top-level .md files
7 years ago
Vizerai
c0d251a10e
Fixing trailing metadata ops.
7 years ago
Mehrdad Afshari
561630dfe2
Regenerate projects
7 years ago
Noah Eisen
58e0cbf9fb
Enable the performance-* clang-tidy checks
7 years ago
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
7 years ago
Srini Polavarapu
586c639795
Regenerate projects
7 years ago
Srini Polavarapu
c79c156307
Regenrate projects
7 years ago
Yash Tibrewal
3052cff753
Change comments
7 years ago
David Garcia Quintas
bc9573d7ac
back to using quotes for nanopb includes
7 years ago
David Garcia Quintas
087fe278ed
quotes to angle brackets for nanopb includes
7 years ago
David Garcia Quintas
73dec497af
clang-format
7 years ago
David Garcia Quintas
00e045dbb2
Fix the inclusion "third_party/nanopb/..." to simply "..."
7 years ago
kpayson64
51ea031516
Bump 1.12.1
7 years ago
Vizerai
cb2767143c
update
7 years ago
Ara Ayvazyan
8d06d097bc
Fix broken ByteBuffer copy ctor
7 years ago
Vizerai
60086793e0
update
7 years ago
Yash Tibrewal
efee8f227d
Allow unlimited as the max receive message length
7 years ago
Mehrdad Afshari
4ecc5d8225
Regenerate projects
7 years ago
Vizerai
41e4cedb70
Adding opencensus grpc plugin.
...
Rebasing to merge commits.
7 years ago
Mehrdad Afshari
2d43a45ad1
Regenerate projects
7 years ago
Mehrdad Afshari
e388cdfb63
Regenerate projects
7 years ago