Matthew Stevenson
|
c2fd3844dc
|
Implemented Yihua's comments
|
6 years ago |
Esun Kim
|
a031f0ffd6
|
Remove all nanopb defines
|
6 years ago |
Hope Casey-Allen
|
f66f047841
|
Update googletest version to fix BoringSSL support
|
6 years ago |
Matthew Stevenson
|
e87fc58b78
|
Autogenerated files
|
6 years ago |
Karthik Ravi Shankar
|
28b0671235
|
Make MethodHandler and related interfaces generic
|
6 years ago |
Matthew Stevenson
|
e8b28dd27b
|
Autogenerated files
|
6 years ago |
Esun Kim
|
7ec6e8a4de
|
Remove nanopb from gRPC
|
6 years ago |
Prashant Jaikumar
|
41986e8ed8
|
Added test for timer wakeups
|
6 years ago |
Matthew Stevenson
|
6189d34724
|
Revert "Forgot to autogenerate files and run clang_format/tidy_code"
This reverts commit 9295e4ebb3 .
|
6 years ago |
Matthew Stevenson
|
9295e4ebb3
|
Forgot to autogenerate files and run clang_format/tidy_code
|
6 years ago |
Nicolas Noble
|
5877f2e56b
|
Fixing gcc8's no-unknown-warning-option issue.
Before gcc8, it was ignoring any unknown -Wno-* command, leaving clang's
-Wno-unknown-warning-option to mix. That's no longer the case.
|
6 years ago |
Alexander Polcyn
|
4e61956ef4
|
Add run: false to grpclb_fallback_test
|
6 years ago |
Juanli Shen
|
a802b14be6
|
Add xds resolver
|
6 years ago |
Karthik Ravi Shankar
|
136d3daf53
|
Regenerate projects
|
6 years ago |
Esun Kim
|
15f8ae71dd
|
Change cc to c++
|
6 years ago |
Yihua Zhang
|
ae863630d5
|
Add spiffe client-side credential reload
|
6 years ago |
Soheil Hassas Yeganeh
|
13896f8bd1
|
Mandate static string for host and method passed to grpc_channel_register_call
This is for the gRFC being prepared.
Bump the major version of core to 8.0.0.
|
6 years ago |
Juanli Shen
|
45dd8be442
|
Use LRS in xds policy
|
6 years ago |
Esun Kim
|
be4e684a82
|
Migrated tsi/alts from nanopb to upb
|
6 years ago |
Juanli Shen
|
79f191114e
|
Use EDS in xds LB policy
|
6 years ago |
Esun Kim
|
c6b0bd08c7
|
Updated grpclb to use upb
|
6 years ago |
Esun Kim
|
6ddfb384c1
|
Added google/protobuf/descriptor.upb.* to google_api_upb
|
6 years ago |
Esun Kim
|
f7454a9876
|
Modified health_check to use upb proto instead of nanopb
|
6 years ago |
Esun Kim
|
8dfa3c2255
|
Remove upb targets from BUILD
|
6 years ago |
Esun Kim
|
f88bd06ee5
|
Go UPB!
|
6 years ago |
Nicolas "Pixel" Noble
|
d5191a5f8b
|
Adding src/core/ext/upb-generated in our include path.
This enables us to build both from Bazel and make.
|
6 years ago |
Karthik Ravi Shankar
|
d030df2951
|
Regenerate projects
|
6 years ago |
Karthik Ravi Shankar
|
fcb43f9dee
|
Regenerate projects
|
6 years ago |
Matthew Stevenson
|
83302c759e
|
Added secure public header to grpc++_unsecure dependencies
|
6 years ago |
Jan Tattermusch
|
2b0ff8619c
|
regenerate projects
|
6 years ago |
Matthew Stevenson
|
4cd2fdd7df
|
First commit: autogenerated files
|
6 years ago |
Esun Kim
|
ded9f46c06
|
Refactored BUILD file to isolate cronet rules
|
6 years ago |
Qiancheng Zhao
|
29480c4f6b
|
add client idle filter
|
6 years ago |
Alexander Polcyn
|
6898c23a5d
|
Add experimental control plane creds C-core API
|
6 years ago |
Yunjia Wang
|
c6bc2b1875
|
Add threadpool benchmark and build files
|
6 years ago |
Alexander Polcyn
|
4999420c7d
|
Add a test client for certain grpclb fallback scenarios
|
6 years ago |
Julien Boeuf
|
109edca971
|
Adding C++ API and implementation for STS credentials:
- marked as experimental.
- also changed the name of a field in the options struct.
|
6 years ago |
Esun Kim
|
1399d06276
|
Regenerate projects
|
6 years ago |
Moiz Haidry
|
bf994e48d9
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
6 years ago |
Yunjia Wang
|
410451c126
|
Add threadpool implementation
|
6 years ago |
Moiz Haidry
|
1c354e7c1f
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
6 years ago |
Soheil Hassas Yeganeh
|
dbf88dd66f
|
Revert "Revert "Introduce string_view and use it for gpr_split_host_port.""
This reverts commit 80c177d4c4 .
|
6 years ago |
Alexander Polcyn
|
0d2c622f9e
|
Fix DNS resolver cooldown
|
6 years ago |
Karthik Ravi Shankar
|
bddcb6c906
|
Don't move ServerContext to impl
|
6 years ago |
Soheil Hassas Yeganeh
|
80c177d4c4
|
Revert "Introduce string_view and use it for gpr_split_host_port."
|
6 years ago |
Prashant Jaikumar
|
4ad6d6d4df
|
Enable CFStream by default on iOS for all wrapped languages
|
6 years ago |
Nicolas "Pixel" Noble
|
efeb0e7012
|
Fixing up include paths for upb.
|
6 years ago |
Nicolas "Pixel" Noble
|
81da76ca3e
|
Updating build files with changing upb directories.
|
6 years ago |
Karthik Ravi Shankar
|
8b91dc5fd2
|
Move more of usage to grpc_impl
1) Create server_context_impl and completion_queue_impl headers.
2) Move more of usage of ClientContext, ServerContext to grpc_impl
|
6 years ago |
Yunjia Wang
|
a68e7bc461
|
Remove extra header file, change to c test, change new/delete
|
6 years ago |