Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Matthew Stevenson
3b9e7d9a3a
Fixed credential options unit test
5 years ago
Matthew Stevenson
967b911f85
Add forgotten callback function for server authorization check.
5 years ago
Matthew Stevenson
e37836b0c7
Fixed a few typos in unit tests
5 years ago
Esun Kim
e0b94db1b9
Enforce abstract class rule
5 years ago
Matthew Stevenson
d761619484
Finished unit tests
5 years ago
Hope Casey-Allen
59564ebd96
Fix warnings to unblock gcc8 support
5 years ago
Prashant Jaikumar
41986e8ed8
Added test for timer wakeups
5 years ago
Matthew Stevenson
6189d34724
Revert "Forgot to autogenerate files and run clang_format/tidy_code"
...
This reverts commit 9295e4ebb3
.
5 years ago
Matthew Stevenson
9295e4ebb3
Forgot to autogenerate files and run clang_format/tidy_code
5 years ago
Matthew Stevenson
52b72c00f1
Debugging after restores
5 years ago
Matthew Stevenson
78e8fb731d
Restored credentials_test.cc
5 years ago
Nicolas Noble
b49ba51f84
Forgot one file.
5 years ago
Juanli Shen
1abba74225
Fix unused result error
5 years ago
Juanli Shen
a802b14be6
Add xds resolver
5 years ago
Qiancheng Zhao
1391c93a95
atomic client idle filter
5 years ago
Esun Kim
feb263ba6d
Add check_attrs & clean-up build.yaml
5 years ago
Juanli Shen
c1713800e0
Handle EDS response update in locality map
5 years ago
Tony Lu
f037eac0a9
Small fixes
5 years ago
Tony Lu
21c6531bc0
Added targets for other examples in objective-c examples
5 years ago
Prashant Jaikumar
141c2d24d1
Add support for running C++ tests on iOS
5 years ago
Tony Lu
f4037db1fb
Added manual tag and buildtest example
5 years ago
Matthew Stevenson
1e46b38d66
Hid some key materials API's and refactored credential reload arg wrapper.
5 years ago
Matthew Stevenson
f3f8bf05b2
Fix conflicts with ssl_utils.h
5 years ago
Tony Lu
1d98106847
Renaming the correct files
5 years ago
Juanli Shen
3c28c5f068
Remove unnecessary notification
5 years ago
Yihua Zhang
ae863630d5
Add spiffe client-side credential reload
5 years ago
Juanli Shen
8d101f1071
Wait longer before sending the drop update
5 years ago
Juanli Shen
1c9fb855d7
Add locality map tests
5 years ago
Juanli Shen
1291ece848
Add drop in xds policy
5 years ago
Tony Lu
422a7773ae
Replace making protoc and plugins with bazel build
...
Fixed templates and plugin-tests
5 years ago
Juanli Shen
45dd8be442
Use LRS in xds policy
5 years ago
Matthew Stevenson
f169b4b28e
Update CredentialReloadArg unit test
5 years ago
Matthew Stevenson
094c35f872
Small changes to ssl_util.h, added comments, fixed error in key materials unit test
5 years ago
Esun Kim
be4e684a82
Migrated tsi/alts from nanopb to upb
5 years ago
Tony Lu
d2ce6e707c
Isolated test-specific build steps so that unrelated tasks don't run them
...
Move interop making back to run_tests.py
5 years ago
Yihua Zhang
c414fe06f8
add cred data to BUILD files
5 years ago
Esun Kim
6f2234277a
Disable nanopb fuzzer test
5 years ago
Juanli Shen
79f191114e
Use EDS in xds LB policy
5 years ago
Matthew Stevenson
aa207510ce
Finished implementation of API's.
5 years ago
Yihua Zhang
8a301a438a
revision 1
5 years ago
Esun Kim
c6b0bd08c7
Updated grpclb to use upb
5 years ago
Soheil Hassas Yeganeh
bdd3fdddb2
Expose cycle counter and use it /channelz.
...
We are using clock real time (which is very expensive) on every
RPC to update channelz. We should simply use cycle clock.
This patch exposes cycle clock, enables RDTSC on intel,
and use it for channelz.
This patch also changes the implementation of time_precise_init
to that more accurately using the monotonic clock and
shorter by looping at most a few hundred milliseconds.
This is part of a larger performance series.
5 years ago
Christian Maurer
33b8b3f998
Removed whitespace before asterisk
5 years ago
Yihua Zhang
dab3bdde61
recongize URI and email address SAN fields
5 years ago
Prashant Jaikumar
e2ebdc794d
Fixed time_change_test flakes
5 years ago
Matthew Stevenson
c5acf9e3c7
Fixed undeclared dependency and added std::move in setter functions
5 years ago
Matthew Stevenson
5980d0d10d
Added unit tests and fixed some build problems
5 years ago
Prashant Jaikumar
e9d81fb0f2
Send RPC deadline to server in cronet header
5 years ago
Arjun Roy
b2cda1e185
Reduced ops for grpc_chttp2_stream_map_find().
...
Several asserts in grpc_chttp2_stream_map_find() can be converted to debug
asserts. This PR also templatizes the internal find() method to have it be
strict in the delete case (which saves some branches).
5 years ago