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
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
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
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
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
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.
6 years ago
Yihua Zhang
587b40ddac
finished 2nd revision
6 years ago
Yihua Zhang
c5f1eda10f
implement loca credentials
7 years ago
jiangtaoli2016
52a2f21ab7
Allow extra copy in zero-copy protector integrity-only mode
7 years ago
Dan Rosart
f54fc5b53a
Include port_platform in gcp_environment tests.
...
Both the Windows and Linux tests use platform-specific macros to
determine whether they should execute, but they weren't including the
file where those macros were defined, so they were always running the
else case of that check, which meant they weren't testing anything.
7 years ago
Juanli Shen
174166d20c
Add header back in build.yaml
7 years ago
Juanli Shen
f5f1d57d7a
Add load reporting filter
7 years ago
ncteisen
48d0339406
reviewer feedback
7 years ago
ncteisen
93a90e6132
Support codegen generic on server side
7 years ago
ncteisen
1ab1287ac7
Reviewer feedback
7 years ago
Sree Kuchibhotla
16ad9b8280
Added a test to catch such things in future
7 years ago
Adele Zhou
1f3d714d07
Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import.
7 years ago
adelez
5bdd9a8cb9
Revert "Revert "Add suppressions to sanitizers for bazel builds""
7 years ago
ncteisen
4d1da600b5
Fix ASAN and sanity
7 years ago
ncteisen
c7166ae67d
Make channelz an opt in feature
7 years ago
Yash Tibrewal
2bf8ef24a1
Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy'
7 years ago
Yash Tibrewal
1b9a7faa71
Prefer using https_proxy for secure channels and http_proxy for insecure channels
7 years ago
Noah Eisen
58e0cbf9fb
Enable the performance-* clang-tidy checks
7 years ago
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Mark D. Roth
817d28fed6
Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2"
...
This reverts commit 3f9308ce1f
, reversing
changes made to 92a0ae0b10
.
7 years ago
Noah Eisen
7ea8a60ed0
Revert "Add Type Checking On Channel Args"
7 years ago
Adele Zhou
4cd659505c
Add data param to grpc_cc_library
7 years ago