Juanli Shen
45dd8be442
Use LRS in xds policy
5 years ago
Tony Lu
eaf26b7ac3
Added missing configs for tvos tests
5 years ago
Muxi Yan
3e8e0373d0
add nullability annotation
5 years ago
Muxi Yan
9d77037106
clang-format
5 years ago
Juanli Shen
f789cffec6
Comment deprecated macros
5 years ago
Matthew Stevenson
094c35f872
Small changes to ssl_util.h, added comments, fixed error in key materials unit test
5 years ago
Tony Lu
e00d7fc179
Run executable from bazel instead of bazel run (which did not seem to work)
...
Increased timout limit because no interop_server was make'd b4 hand
5 years ago
Esun Kim
be4e684a82
Migrated tsi/alts from nanopb to upb
5 years ago
Tony Lu
4be53843d3
Use bazel to run interop server
...
Removed commented tests
5 years ago
Muxi Yan
25432e011a
clang-format
5 years ago
Muxi Yan
d06f544815
Fix Swift build issues
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
Juanli Shen
20885a944c
Fix channel args cmp
5 years ago
Juanli Shen
79f191114e
Use EDS in xds LB policy
5 years ago
Arjun Roy
dcd544451a
Cache CH2 trace flag at hpack parser init.
...
This removes what may be an atomic read for each header in each request.
5 years ago
Tony Lu
ddf3f7ffb1
Experimentally changed non-framework builds to bazel build
...
Experimentally run Unit/MacTests with Bazel
5 years ago
Tony Lu
820a0892ac
Updated comments (notice) on tvtests
5 years ago
Arjun Roy
f036d6ef58
s/gpr_ref/grpc_core::RefCount/ for frequent users.
5 years ago
Tony Lu
0f02911d3d
Added targets for tv and watch samples
5 years ago
Esun Kim
807cd08f4a
Fix upb build typo
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
Esun Kim
6ddfb384c1
Added google/protobuf/descriptor.upb.* to google_api_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
Tony Lu
b892ea749c
Fixed address resolution failure by attaching to a host application
...
Added copyright statements
Fix clang format code
5 years ago
Esun Kim
f7454a9876
Modified health_check to use upb proto instead of nanopb
5 years ago
Tony Lu
d12f310b0d
Added targets for examples
5 years ago
Esun Kim
8dfa3c2255
Remove upb targets from BUILD
5 years ago
Yash Tibrewal
fc76cc0d1e
Remove received_trailing_metadata since it's no longer used
5 years ago
Yash Tibrewal
04fa432831
Fail SEND_MESSAGE ops if stream is closed for writes
5 years ago
Yash Tibrewal
308ce6b64a
Reviewer comments
5 years ago
Yash Tibrewal
bc83ccd08b
Log goaway only if it ended with an non NO_ERROR code
5 years ago
Esun Kim
f88bd06ee5
Go UPB!
5 years ago
Richard Belleville
3db8828876
Add TODOs for prefix stripping
5 years ago
Prashant Jaikumar
f212cbad9a
Remove references to GRPCConnectivityMonitor from ConnectivityTestingApp
5 years ago
murgatroid99
b99d3e1464
Remove redundant and problematic memset
5 years ago
Muxi Yan
82b2dbfc1d
Fix import issue
5 years ago
Muxi Yan
f0c3f7b1ba
native.objc_library -> grpc_objc_library
5 years ago
Muxi Yan
de3131016d
update BUILD following the new style
5 years ago
Christian Maurer
33b8b3f998
Removed whitespace before asterisk
5 years ago
Juanli Shen
6522294325
Fix key gen in locality picking
5 years ago
Tony Lu
4c958e8745
Modified BUILD for examples
5 years ago
Tony Lu
8171981592
Added Bazel BUILD for tests/
...
A few test failures to resolve
5 years ago
Jan Tattermusch
8c99479bc7
move ChannelExtensions to Grpc.Core.Api
5 years ago
Richard Belleville
0aa30c6f23
Remove unintentional dependencies
5 years ago
Richard Belleville
e32980fba2
Quit waiting for a day
5 years ago
Juanli Shen
00793c1c78
Don't use != in InlinedVector::==
5 years ago
Yihua Zhang
dab3bdde61
recongize URI and email address SAN fields
5 years ago