Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
5 years ago |
Vijay Pai
|
b269fdbf8b
|
Don't mark server RPC canceled if finished with non-OK status
|
5 years ago |
Esun Kim
|
415d41f9e8
|
Rerun clang-formatter-7
|
5 years ago |
Vijay Pai
|
3620abf059
|
Properly follow precise conditions for callback inlining
|
5 years ago |
Vijay Pai
|
a801ccbdc8
|
Reinterpret_cast after in-place new...
|
5 years ago |
Vijay Pai
|
1f0cdd5aad
|
Construct DefaultReactor lazily since not always needed
|
5 years ago |
Vijay Pai
|
eac7b5ee49
|
port_platform should be included since that's where NONEXPERIMENTAL is specified
|
6 years ago |
Vijay Pai
|
2c87eaabd4
|
De-experimentalize generic features of callback API under an ifdef
|
6 years ago |
Vijay Pai
|
94a8c5888a
|
Remove namespace experimental from namespace grpc_impl
|
6 years ago |
Vijay Pai
|
be6979202b
|
Revamp server-side C++ callback API, message allocator, and mocking
|
6 years ago |
Hope Casey-Allen
|
3bbfb76b64
|
Add comment about thread safety
|
6 years ago |
Karthik Ravi Shankar
|
28b0671235
|
Make MethodHandler and related interfaces generic
|
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
|
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
|
6be0b06c69
|
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
|
6 years ago |
Karthik Ravi Shankar
|
62fb156122
|
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
2e88231fc0
|
Revert "Revert "Merge pull request #18458 from grpc/grpc_namespace_server""
|
6 years ago |
Karthik Ravi Shankar
|
f03b309787
|
Revert "Merge pull request #18458 from grpc/grpc_namespace_server"
This reverts commit dc1089a6d1 , reversing
changes made to 31843787cc .
This change also includes - Revert "Merge pull request #17932 from soheilhy/gprpp-mutex"
This reverts commit df4b6a763d , reversing
changes made to dc1089a6d1 .
|
6 years ago |
Karthik Ravi Shankar
|
891b6cf7ae
|
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
6 years ago |
Karthik Ravi Shankar
|
b84d3db762
|
Fix build after merge from master
|
6 years ago |
Karthik Ravi Shankar
|
dc3a715be4
|
Fix clang format code errors.
|
6 years ago |
Karthik Ravi Shankar
|
04af168cf8
|
Move Server into grpc_impl from grpc
|
6 years ago |
Vijay Pai
|
04a6b8467c
|
Support callback on cancellation of server-side unary RPCs
|
6 years ago |
Vijay Pai
|
05d8ddfc6e
|
Support callback-based generic service
|
6 years ago |
Nicolas "Pixel" Noble
|
12b0db3e57
|
Folding CompletionQueue and ServerCompletionQueue.
|
6 years ago |
Hope Casey-Allen
|
233123ae3f
|
Improve metadata documentation for the user
|
7 years ago |
Vijay Pai
|
97de30d7b3
|
Allow the interceptor to know the method type
|
7 years ago |
Vijay Pai
|
2a0c0d7ad6
|
Streaming API for callback servers
|
7 years ago |
Vijay Pai
|
2f47137a6e
|
Add support for IsCancelled check
|
7 years ago |
Vijay Pai
|
b460622c2d
|
Address reviewer comments
|
7 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
7 years ago |
Yash Tibrewal
|
c2e3fde9b5
|
Rename call.h to call_op_set.h and call_wrapper.h to call.h
|
7 years ago |
Yash Tibrewal
|
281de1bb30
|
Solve memory leak due to double setting of set_server_rpc_info
|
7 years ago |
Morgan Chen
|
6f4f17a3d0
|
Fix documentation warnings
|
7 years ago |
Yash Tibrewal
|
9b83b7d19e
|
Adding intercepted channel
|
7 years ago |
Yash Tibrewal
|
d042a5acf1
|
some tests fail
|
7 years ago |
ncteisen
|
ca77fcd7cd
|
Reviewer comments
|
7 years ago |
ncteisen
|
743d40d635
|
Lazily fill metadata map
|
7 years ago |
Vijay Pai
|
14ad82a76d
|
Create a new method handler for resource exhaustion and tie into thread mgr
|
7 years ago |
Juanli Shen
|
5e9994bf30
|
Add warning about AsyncNotifyWhenDone bug
|
7 years ago |
Juanli Shen
|
be40b0d3a8
|
Add server load reporting service
|
7 years ago |
ncteisen
|
4a719088ca
|
Fix typos
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Vijay Pai
|
e81ead58fb
|
Improve CQ and cancellation comments
|
7 years ago |
David Garcia Quintas
|
a21ab2ba29
|
Fix compression algorithm accessors
|
7 years ago |
Jan Tattermusch
|
c9ec2c0888
|
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
|
7 years ago |
Vijay Pai
|
5dd32268be
|
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
8 years ago |