Vijay Pai
|
ae0516fece
|
Remove some EXPERIMENTAL comments (#26618)
* Remove some EXPERIMENTAL comments
* Update server_interface.h
|
3 years ago |
Vijay Pai
|
cf1ebf7387
|
Remove experimental tag from uses of the C++ callback API (#26495)
|
3 years ago |
Hung Dang
|
e6782daf95
|
Fix an unused parameter warning in grpcpp/impl/codegen/service_type.h (#26346)
* Initial commit
* Address @veblush comment.
|
4 years ago |
ZhouyihaiDing
|
a584bc4f02
|
Support ServerContext for callback API
|
4 years ago |
Esun Kim
|
decc199ca8
|
Fix by clang-tidy
|
4 years ago |
Alisha Nanda
|
25c35b6db7
|
Revert "Revert "Merge pull request #24047 from grpc/revert-23916-server-context""
This reverts commit 84c4994dc7 .
|
4 years ago |
Alisha Nanda
|
84c4994dc7
|
Revert "Merge pull request #24047 from grpc/revert-23916-server-context"
This reverts commit 7c098321bd , reversing
changes made to d109f4b406 .
|
4 years ago |
Karthik Ravi Shankar
|
b657c8d79c
|
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
|
4 years ago |
Karthik Ravi Shankar
|
f1abdd1725
|
Revert "Move ServerContext from ::grpc_impl to ::grpc"
|
4 years ago |
Karthik Ravi Shankar
|
a23578444c
|
Fix and format build after rebase
|
4 years ago |
Karthik Ravi Shankar
|
56d7d9e804
|
Move ServerContext from ::grpc_impl to ::grpc
|
4 years ago |
Karthik Ravi Shankar
|
15cce00f52
|
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
|
4 years ago |
Karthik Ravi Shankar
|
f3f9e8941a
|
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
|
4 years ago |
Karthik Ravi Shankar
|
ab775de1a2
|
Build and formatting fixes
|
4 years ago |
Karthik Ravi Shankar
|
3c2f4b40e3
|
Fold Channel and CompletionQueue from grpc_impl to grpc
Reverts: https://github.com/grpc/grpc/pull/19067
|
4 years ago |
Karthik Ravi Shankar
|
2fc4cfadcf
|
Move ServerCredentials from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18452
|
4 years ago |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
4 years ago |
Vijay Pai
|
eac7b5ee49
|
port_platform should be included since that's where NONEXPERIMENTAL is specified
|
5 years ago |
Vijay Pai
|
2c87eaabd4
|
De-experimentalize generic features of callback API under an ifdef
|
5 years ago |
Christian Maurer
|
738b199f62
|
Removing shadowing-warnings. PayloadAsyncRequest inherits these fields from BaseAsyncRequest.
|
5 years ago |
Karthik Ravi Shankar
|
28b0671235
|
Make MethodHandler and related interfaces generic
|
5 years ago |
Christian Maurer
|
46dddacdf3
|
remove all unused-parameter warnings
|
5 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 |
Moiz Haidry
|
3ce20819cf
|
Modify codegen to use grpc_impl namespace and other cleanups
|
6 years ago |
Moiz Haidry
|
226e63dd0c
|
Move server context implementation to grpc_impl namespace and typedef the ref to it
|
6 years ago |
Karthik Ravi Shankar
|
03b079499c
|
Move CompletionQueue and Channel
|
6 years ago |
Karthik Ravi Shankar
|
40210d3b8a
|
Move Channel to grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
772a74aced
|
Revert changes to Channel
|
6 years ago |
Karthik Ravi Shankar
|
6be0b06c69
|
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
|
6 years ago |
SataQiu
|
c4a2069d9c
|
fix spelling errors of include/*
|
6 years ago |
SataQiu
|
b416019f72
|
fix spelling errors of include/*
|
6 years ago |
Karthik Ravi Shankar
|
62fb156122
|
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
973fa6950e
|
Fold Channel into grpc_impl from grpc namespace
|
6 years ago |
Karthik Ravi Shankar
|
dad3f34207
|
Revert "Revert "Revert "Folding the Channel class into the grpc_impl namespace."""
|
6 years ago |
Karthik Ravi Shankar
|
891b6cf7ae
|
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
6 years ago |
Karthik Ravi Shankar
|
506ca7fc36
|
Fix clang script errors
|
6 years ago |
Karthik Ravi Shankar
|
4cb0d0d6b1
|
Fix errors from clang scripts
|
6 years ago |
Karthik Ravi Shankar
|
54171e276f
|
Fold server credentials from grpc to grpc_impl namespace
|
6 years ago |
Vijay Pai
|
05d8ddfc6e
|
Support callback-based generic service
|
6 years ago |
Nicolas Noble
|
91ad888497
|
Revert "Revert "Folding the Channel class into the grpc_impl namespace.""
|
6 years ago |
Nicolas Noble
|
2ad245cb0c
|
Revert "Folding the Channel class into the grpc_impl namespace."
|
6 years ago |
Nicolas "Pixel" Noble
|
5847c3a87a
|
Reformat.
|
6 years ago |
Nicolas "Pixel" Noble
|
12b0db3e57
|
Folding CompletionQueue and ServerCompletionQueue.
|
6 years ago |
Nicolas "Pixel" Noble
|
2fd079ff7c
|
Channel folding.
|
6 years ago |
Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
6 years ago |
Yash Tibrewal
|
699c10386d
|
Add method to fail recv msg for hijacked rpcs
|
6 years ago |
Yash Tibrewal
|
6faa17c6ca
|
s/new/post-1.0
|
6 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
6 years ago |
Yash Tibrewal
|
bfd1935afc
|
Add note on the experimental nature of the additional method in ServerInterface
|
6 years ago |
Yash Tibrewal
|
1ea195b6f3
|
Reviewer comments except for void * fixed
|
6 years ago |