Vijay Pai
fb682f8c6e
clang-format
5 years ago
Vijay Pai
e4c5550f78
clang-format
5 years ago
Vijay Pai
ec10d9ce90
clang-format
5 years ago
Vijay Pai
5438ab53ec
clang-format
5 years ago
Vijay Pai
5e2a9ee11e
clang-format
5 years ago
Vijay Pai
3828cb0f8f
clang-format
5 years ago
Vijay Pai
e7fefa9ef5
clang-format
5 years ago
Vijay Pai
2ded8cbadf
Remove unused parameter warning (14 of 20)
5 years ago
Vijay Pai
17c8c4c4f2
Remove unused parameter warning (13 of 20)
5 years ago
Vijay Pai
c3faf1c3b8
Remove unused parameter warning (12 of 20)
5 years ago
Vijay Pai
8ff71276f5
Remove unused parameter warning (11 of 20)
5 years ago
Vijay Pai
98cb13064c
Remove unused parameter warning (10 of 20)
5 years ago
Vijay Pai
53e7e9f3fe
Remove unused parameter warning (9 of 20)
5 years ago
Vijay Pai
826732a8be
Remove unused parameter warning (8 of 20)
5 years ago
Vijay Pai
b35f80d680
Remove unused parameter warning (7 of 20)
5 years ago
Vijay Pai
92f7d65055
Remove unused parameter warning (6 of 20)
5 years ago
Vijay Pai
c267467313
Remove unused parameter warning (5 of 20)
5 years ago
Vijay Pai
3c7b035ca6
Remove unused parameter warning (4 of 20)
5 years ago
Vijay Pai
38d87137f8
Remove unused parameter warning (3 of 20)
5 years ago
Vijay Pai
41d89242ad
Remove unused parameter warning (2 of 20)
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
18fb48de59
use even better workaround
5 years ago
Hope Casey-Allen
3883c577f1
Skip running service config test on older libstdc++ versions and log to ERROR
5 years ago
Mark D. Roth
621ea6534d
Fix xds_bootstrap_test to actually run and fix bugs in it.
5 years ago
Mark D. Roth
9a276c07fa
Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap"
...
This reverts commit 0bd5efa55f
, reversing
changes made to f92c283a5d
.
5 years ago
Jan Tattermusch
260dc18f47
a cleaner workaround
5 years ago
Jan Tattermusch
932ce81228
workaround_slice_test_compiler_bug
5 years ago
Jan Tattermusch
13abbd9a75
Revert "xds client bootstrap file"
5 years ago
Jan Tattermusch
74ade125f2
toolchains no longer support machine types
5 years ago
Juanli Shen
2a9a276c3b
Add InlinedVector::resize()
5 years ago
Carlos O'Ryan
b3c4c49e36
bug: remove racy code to detect GCE on Windows
...
The code used to detect if a program was running on Windows by launching
a powershell script (which requires powershell to be installed), writing
the output to a file with a fixed name (which requires write permissions
in the local directory), and then reading the file (which may have
changed), and then deleting it (which may fail and introduces a race
with any other program running in the same directory).
This version reads a key from the Windows registry. That could fail if
the application does not have permissions to read the registry, but at
least does not crash when it does, and it is not inheritently racy.
5 years ago
Jan Tattermusch
8e39f76b10
work around slice_test compiler bug
5 years ago
Mark D. Roth
2afaec231d
xds client bootstrap file
5 years ago
Juanli Shen
2dc42a1e02
Use ADS
5 years ago
tanjunchen
64cdea5a07
fix some spelling mistakes in document
5 years ago
Nicolas "Pixel" Noble
6ffecfbcec
Adding multiple inheritence delete.
5 years ago
Mark D. Roth
0fbad5328f
Use a more standard iteration interface for LB policy metadata API.
5 years ago
Mark D. Roth
206c11f017
Use std::function<> for recv_trailing_metadata callback in LB policy API.
5 years ago
Esun Kim
1743519aa9
Activate C++ stdlib
5 years ago
Mark D. Roth
5e9404e41a
Fix polymorphism for UniquePtr<> and OrphanablePtr<>.
5 years ago
Yihua Zhang
9be983d40b
fix tests.
5 years ago
Mark D. Roth
dbad2db848
Immediately orphan watcher if state is SHUTDOWN when it is added.
5 years ago
Mark D. Roth
cb67811c47
Revert "Merge pull request #20407 from markdroth/transport_connectivity_state_watcher_revert"
...
This reverts commit 48550de866
, reversing
changes made to 24b529e408
.
5 years ago
Mark D. Roth
33f139b6e6
Revert "Merge pull request #20255 from markdroth/transport_connectivity_state_watcher"
...
This reverts commit 0f5a111aad
, reversing
changes made to 1276a8f628
.
5 years ago
Jan Tattermusch
dffece9657
make end2end bazel test generator work on non-linux as well
5 years ago
Jan Tattermusch
6c3ba9a3a8
fixup fling BUILD
5 years ago
Jan Tattermusch
3ce50ae754
disable some test on windows based on build.yaml
5 years ago
Jan Tattermusch
8e79705d29
disable fuzzers on windows
5 years ago
Jan Tattermusch
b8a32c0cff
temporarily disable failing tests on windows
5 years ago
Jan Tattermusch
14a2b7b05c
disable fork bazel test on windows
5 years ago