Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
5 years ago |
Karthik Ravi Shankar
|
a94d8a1919
|
Make build and formatting fixes
|
5 years ago |
Karthik Ravi Shankar
|
ecbbc03c3d
|
Move create_channel_posix from ::grpc_impl to ::grpc
Revert https://github.com/grpc/grpc/pull/18373
|
5 years ago |
Vijay Pai
|
7eebba3781
|
Fixes needed to make roll-forward of StartCall and corking work
|
5 years ago |
Vijay Pai
|
fe72304e54
|
Switch registered calls to a map and check the map before inserting
|
5 years ago |
Moiz Haidry
|
ede2ffc1a8
|
Addressed Mark's comments
|
5 years ago |
Moiz Haidry
|
67565b767d
|
CallCredentials debug string API
|
5 years ago |
Vijay Pai
|
152f46b5f6
|
Move generic stub implementation to header (prepare for templates)
|
5 years ago |
Mark D. Roth
|
f961942266
|
Convert security code to use new JSON API
|
5 years ago |
Yihua Zhang
|
e10d90ba27
|
add security level negotiation between call creds and channel.
|
5 years ago |
Yihua Zhang
|
a6dbc7adb5
|
rename spiffe to tls
|
5 years ago |
Vijay Pai
|
3da2c7aa22
|
De-experimentalize generic stub (under macro)
|
5 years ago |
Vijay Pai
|
88874094be
|
Actually implement the generic reactor-based unary call.
|
5 years ago |
Vijay Pai
|
94a8c5888a
|
Remove namespace experimental from namespace grpc_impl
|
5 years ago |
Vijay Pai
|
be6979202b
|
Revamp server-side C++ callback API, message allocator, and mocking
|
5 years ago |
Esun Kim
|
f40a702441
|
Clean up headers
|
5 years ago |
Yash Tibrewal
|
50a8141983
|
Move scheduling logic of executor closures to run time rather than initialization time
|
5 years ago |
Vijay Pai
|
ab72f441d8
|
Remove unused-parameter warnings, round 2 (14 of 19)
|
5 years ago |
Vijay Pai
|
5a88028c89
|
Remove unused parameter warning (1 of 20)
|
5 years ago |
Vijay Pai
|
d6998122db
|
Use range-based fors in src/cpp/{client,server}
|
5 years ago |
Yash Tibrewal
|
97f1f57dab
|
Allow call credentials to be set even after the call is created but before initial metadata is sent
|
6 years ago |
Matthew Stevenson
|
ff9697acd7
|
Changed SPIFFE credentials naming to TLS credentials, per Jiangtao's comments.
|
6 years ago |
Juanli Shen
|
4dffd82524
|
Fix type unmatch
|
6 years ago |
Yash Tibrewal
|
5294f49d11
|
Init needs to be called in case of bad creds
|
6 years ago |
Matthew Stevenson
|
5980d0d10d
|
Added unit tests and fixed some build problems
|
6 years ago |
Matthew Stevenson
|
e26e2b6b8b
|
First Spiffe1 commit
|
6 years ago |
yang-g
|
5779dd935a
|
Qualify the error code with StatusCode::
|
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 |
Moiz Haidry
|
bf994e48d9
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
6 years ago |
Moiz Haidry
|
1c354e7c1f
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
6 years ago |
Moiz Haidry
|
63083d4472
|
Code cleanup
|
6 years ago |
Moiz Haidry
|
3ce20819cf
|
Modify codegen to use grpc_impl namespace and other cleanups
|
6 years ago |
Yash Tibrewal
|
6ed651356d
|
Fix typo
|
6 years ago |
Karthik Ravi Shankar
|
522ddfe273
|
Move ClientContext to grpc_impl
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
|
6 years ago |
yang-g
|
a874fd8bbb
|
Resolve review comments
|
6 years ago |
yang-g
|
bd97b1361d
|
Delete wrapper in executor thread to avoid self-joining deadlock
|
6 years ago |
yang-g
|
47dbf1dd26
|
Second approach
|
6 years ago |
Karthik Ravi Shankar
|
40210d3b8a
|
Move Channel to grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
3996599392
|
Fix clang script errors
|
6 years ago |
Karthik Ravi Shankar
|
772a74aced
|
Revert changes to Channel
|
6 years ago |
Karthik Ravi Shankar
|
e17ce91d16
|
Fix make errors
|
6 years ago |
Karthik Ravi Shankar
|
3a31b96ef9
|
Fix error from make
|
6 years ago |
Karthik Ravi Shankar
|
5f6a57a4d0
|
Formatting issues
|
6 years ago |
Karthik Ravi Shankar
|
7fc86bd62f
|
Fix make errors
|
6 years ago |
Karthik Ravi Shankar
|
360251f196
|
Fix make errors
|
6 years ago |
Karthik Ravi Shankar
|
02cfba7737
|
Fix make errors
|
6 years ago |
Karthik Ravi Shankar
|
5274deb32b
|
Fix the rebase and build
|
6 years ago |
Karthik Ravi Shankar
|
2049b6c2bd
|
Fix build errors
|
6 years ago |
Karthik Ravi Shankar
|
60bdeef9f4
|
Move Channel also to impl for now
|
6 years ago |
Karthik Ravi Shankar
|
8d2207da4d
|
WIP: New changes to make namespace work
|
6 years ago |