Karthik Ravi Shankar
967c0a2a32
Move Server from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18458
4 years ago
Vijay Pai
8a3c0a8c95
Justify existence of this directory
4 years ago
Vijay Pai
355c7b26d4
Update README.md
4 years ago
Vijay Pai
7dd4e786cd
Justify this directory's existence
4 years ago
Karthik Ravi Shankar
751b9c105f
Move ClientContext from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/19261
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
1de0bfd9e2
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
4 years ago
Karthik Ravi Shankar
f1bc43edf6
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
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
Yash Tibrewal
a80bb13fd0
Fix FailHijackedRecvMessage for generic async APIs
4 years ago
Vijay Pai
2b0f14d54d
Don't drop message on WriteAndFinish with non-ok status
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Karthik Ravi Shankar
18cc2f6f34
Formatting fixes
4 years ago
Karthik Ravi Shankar
7f2eaaabac
Move create_channel and credentials from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18374 and
https://github.com/grpc/grpc/pull/18444
Credentials and create_channel are very closely intertwined, so it is
easier to migrate them together.
4 years ago
Karthik Ravi Shankar
9db914a0cc
Revert "Revert "Move ServerBuilder back to ::grpc from ::grpc_impl""
4 years ago
Karthik Ravi Shankar
0f64d1f96b
Revert "Move ServerBuilder back to ::grpc from ::grpc_impl"
4 years ago
Karthik Ravi Shankar
133f38a885
Make changes for ResourceQuota and friend namespaces.
4 years ago
Patrice Chalin
5be0b22dc0
Update links to grpc.io guides in header files
4 years ago
T.J. Mercier
d8c9ab1645
I is a reserved identifier
5 years ago
Vijay Pai
5ef722a2c9
Privatize MaybeFinish
5 years ago
Vijay Pai
7eebba3781
Fixes needed to make roll-forward of StartCall and corking work
5 years ago
Vijay Pai
278671072f
Revert "Revert "Fix StartCall: make corking work and allow concurrent Start*""
5 years ago
Vijay Pai
b269fdbf8b
Don't mark server RPC canceled if finished with non-OK status
5 years ago
Karthik Ravi Shankar
934cf3e3df
Move ServerBuilder back to ::grpc from ::grpc_impl
...
Revert #18510
5 years ago
Karthik Ravi Shankar
11c54ada0d
Revert "Fix StartCall: make corking work and allow concurrent Start*"
5 years ago
Jacob Dlougach
35ab5bc616
Include <memory> for std::unique_ptr
...
Currently `#include <grpcpp/support/interceptor.h>` in some compilers (gcc 8, for example) will fail due to missing `<memory>` include. This PR fixes this issue.
5 years ago
Vijay Pai
899cbcab96
Fix StartCall: make corking work and allow concurrent Start*
5 years ago
Yash Tibrewal
6a6481cb83
Reviewer comments
5 years ago
Yash Tibrewal
e714d0fcb8
Reviewer comments
5 years ago
Yash Tibrewal
edbae5d8e6
Fix interceptor batch method FailHijackedRecvMessage for async APIs
5 years ago
Vijay Pai
397b3ee72e
Do a debug-check of API use
5 years ago
Vijay Pai
03fffe0fcb
Document that AddMultipleHolds argument must be positive
5 years ago
Kislay Kishore
bf3954c8cc
Fix typo
...
clinet -> client
5 years ago
Vijay Pai
c86cfc305c
Remove all std::mem_fn and std::bind from service definitions and setup
5 years ago
Pavel Simó
b91d433ba4
Fix typo
5 years ago
Vijay Pai
33f4b8336e
Add useful comments
5 years ago
Esun Kim
415d41f9e8
Rerun clang-formatter-7
5 years ago
Vijay Pai
e859aa8169
Update server_callback_impl.h
5 years ago
Vijay Pai
3620abf059
Properly follow precise conditions for callback inlining
5 years ago
Esun Kim
fd72a70e7d
Update by review
5 years ago
Yash Tibrewal
4a02ff7747
Remove some unused parameter warnings
5 years ago
Esun Kim
89908faede
Delete default TimePoint constructor to detect error at compile time
5 years ago
Vijay Pai
06ca713df0
Instantiate tracking members regardless of NDEBUG
5 years ago
Vijay Pai
6b2aeec9f3
Revert "Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""""
5 years ago
Nicolas Noble
de76cf8522
Stop using ByteSize as it's deprecated.
...
Fixes #21603
5 years ago
Lidi Zheng
cd086cb3e4
Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"""
5 years ago
Vijay Pai
a801ccbdc8
Reinterpret_cast after in-place new...
5 years ago