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 |
Yash Tibrewal
|
312feb4202
|
Adding generic rpc and unimplemented rpc test for server interceptors
|
6 years ago |
Yash Tibrewal
|
a094b7b312
|
Added server async tests
|
6 years ago |
Yash Tibrewal
|
281de1bb30
|
Solve memory leak due to double setting of set_server_rpc_info
|
6 years ago |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
6 years ago |
Yash Tibrewal
|
456231b26d
|
Server side interception for CompletionOp and AsyncRequest
|
6 years ago |
Yash Tibrewal
|
adca91f6cf
|
Server interception for SyncRequest
|
6 years ago |
Vijay Pai
|
500e3399b6
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
1b8969b973
|
Add useful comment on ServerInterface::Shutdown
|
7 years ago |
Ara Ayvazyan
|
2e3d410846
|
fixup! Use bbuf_ptr
|
7 years ago |
Ara Ayvazyan
|
8016d35aca
|
fixup! Fix formatting
|
7 years ago |
Ara Ayvazyan
|
f76069a593
|
fixup! Fix the payload ownership issue
|
7 years ago |
Ara Ayvazyan
|
4df7438960
|
Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
7 years ago |
Vijay Pai
|
bc81eee4d4
|
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
|
7 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
7 years ago |
Vijay Pai
|
3d7d5f4ed2
|
Create inproc transport, add relevant tests, exclude irrelevant tests
|
7 years ago |
Mark D. Roth
|
0696611fb5
|
Do not return calls on server when request proto fails to deserialize.
|
7 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
7 years ago |