ncteisen
632b58cb82
regenerate projects
6 years ago
ncteisen
3aa987a29a
Add channelz server support
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
Yash Tibrewal
b49f47d4f2
linux version needs to be defined
6 years ago
Vijay Pai
e84096bbe5
Experimental infrastructure for callback-based CQ
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
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
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
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
Sree Kuchibhotla
b95772eeb9
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
6 years ago
ncteisen
bfdfe9fefb
Restructure heirarchy
6 years ago
ncteisen
f081cf67d1
refactor
6 years ago
ncteisen
835dab6a46
Full subchannel support
6 years ago
ncteisen
8cb2d0c64a
Restructure everything
6 years ago
ncteisen
bbee13661c
Add channelz subchannel support
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
5d373c40bd
reviewer feedback
6 years ago
ncteisen
2968bf687a
reviewer feedback
6 years ago
ncteisen
0f6e4dd20d
reviewer feedback:
6 years ago
ncteisen
adfa81987a
Un-pare simple_request
6 years ago
ncteisen
97066fd0e4
Support for GetTopChannels
6 years ago
Yash Tibrewal
0d757a659f
Adding docs and cleaning up
6 years ago
Yash Tibrewal
f0397933b0
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
...
to be traced. Adding tests for Fathom and TracedBuffer. A lot more.
Please read PR description.
6 years ago
ncteisen
9a6c722e30
Rewrite registry to know type
6 years ago
ncteisen
5fd07bd9ef
Fix sanity and build
6 years ago
Adele Zhou
8edd56841e
Step 3 of multipool RBE configuration.
6 years ago
ncteisen
2d2854a1ce
Add copy and move ctor to InlinedVector
6 years ago
ncteisen
018498a06b
Implements subchannel refs for pick_first
6 years ago
ncteisen
aca5043ca3
Rewrite channelz registry in terms of inlined vector
6 years ago
Dan Rosart
477a1aec5a
Don't segfault when product name from BIOS is empty
...
Somehow some Dell servers we're trying to run a gRPC client on have an empty product name in the BIOS. When gRPC tries to creadte default credentials, it checks whether it's running on GCE by strcmp()ing the contents of /sys/class/dmi/id/product_name to some magic strings. When it reads that file, it gets only a newline; in trim() it skips over the newline in both directions, and since end < start it returns nullptr. This causes a segfault in the strcmp() call. Since a machine without a product name clearly isn't GCE, change it to return false instead.
7 years ago
Yihua Zhang
587b40ddac
finished 2nd revision
7 years ago