Craig Tiller
|
03bdfa4a74
|
Make socket mutators work for server connections (#26328)
* Make socket mutators work for server connections
* compile fix
* compile fix
* compile fix
* compile fix
* cleanup
* Revert "cleanup"
This reverts commit 480fcc600a .
* Revert "Revert "cleanup""
This reverts commit 29fbc349d2 .
|
3 years ago |
AJ Heller
|
2ca08a023e
|
Document ownership transfer in ChannelArguments::SetPointerWithVtable (#25527)
|
4 years ago |
Greg Miller
|
7d4d516511
|
wip: change error_details functions to templates
|
4 years ago |
Esun Kim
|
decc199ca8
|
Fix by clang-tidy
|
4 years ago |
Karthik Ravi Shankar
|
c713a11982
|
Delete some files from previous PR
Some files were left off from https://github.com/grpc/grpc/pull/24082
This PR completes the cleanup.
|
4 years ago |
Karthik Ravi Shankar
|
5d73e3af27
|
Remove error_details_impl.h
https://github.com/grpc/grpc/pull/23601 should have removed
error_details_impl.h, but it did not.
This PR fixes this oversight.
|
4 years ago |
Karthik Ravi Shankar
|
30f7710d4a
|
Move ChannelArguments from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18454
|
4 years ago |
Karthik Ravi Shankar
|
26fadb15c4
|
Fix header guards
|
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
|
db3cd51b2f
|
Move ErrorDetails from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18455
|
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
|
28b0671235
|
Make MethodHandler and related interfaces generic
|
5 years ago |
Christian Maurer
|
46dddacdf3
|
remove all unused-parameter warnings
|
5 years ago |
Moiz Haidry
|
bf994e48d9
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
5 years ago |
Moiz Haidry
|
1c354e7c1f
|
Move grpc async, callback and sync implementation to grpc_impl namespace
|
5 years ago |
Yash Tibrewal
|
3893a6379b
|
Clean up
|
6 years ago |
Yash Tibrewal
|
886dc10daa
|
Move validate_service_config to a new file
|
6 years ago |
jiangtaoli2016
|
3693fe84cf
|
Update comment on ssl hotname override
|
6 years ago |
Yash Tibrewal
|
f63dde8e8e
|
Make validation function a global function
|
6 years ago |
Yash Tibrewal
|
3a9c96301a
|
s/set/sets
|
6 years ago |
Yash Tibrewal
|
d115e39a4a
|
Add initialization note
|
6 years ago |
Yash Tibrewal
|
4e711fab64
|
Add method to validate and set service config json
|
6 years ago |
Karthik Ravi Shankar
|
5f6a57a4d0
|
Formatting issues
|
6 years ago |
Karthik Ravi Shankar
|
5274deb32b
|
Fix the rebase and build
|
6 years ago |
yang-g
|
051d421579
|
Resolve sanity
|
6 years ago |
yang-g
|
6929cdd654
|
initial
|
6 years ago |
Karthik Ravi Shankar
|
9b42ab79e0
|
Make build fixes for bazel build :all
|
6 years ago |
Karthik Ravi Shankar
|
53cf5ddb6b
|
Fix include guard
|
6 years ago |
Karthik Ravi Shankar
|
338b4cb5c9
|
Fold ErrorDetails into grpc_impl from grpc
|
6 years ago |
Karthik Ravi Shankar
|
6da0ca4421
|
Bring ChannelArguments to grpc_impl from grpc
|
6 years ago |
Karthik Ravi Shankar
|
1d357572cf
|
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
This reverts commit d8d8bec7c8 .
|
6 years ago |
Karthik Ravi Shankar
|
90edf47fe9
|
Move server_posix from grpc to grpc_impl namespace
|
6 years ago |
Karthik Ravi Shankar
|
d8d8bec7c8
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
Signed-off-by: Karthik Ravi Shankar <karthikrs@google.com>
|
6 years ago |
Karthik Ravi Shankar
|
82c6e012d8
|
Revert "Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota""
|
6 years ago |
Karthik Ravi Shankar
|
b3889585a1
|
Revert "Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota"
|
6 years ago |
Karthik Ravi Shankar
|
f7dd48b2b6
|
Moving ::grpc::ResourceQuota to ::grpc_impl::ResouceQuota
This change moves ResourceQuota class fron grpc namespace to grpc_impl
namespace.
|
6 years ago |
Vijay Pai
|
c52ae0d000
|
Give the interceptors header files in include/grpcpp/support
|
6 years ago |
Vijay Pai
|
84e763f10a
|
Experimental C++ server callback unary API
|
6 years ago |
Vijay Pai
|
6b6bdbbb76
|
Address reviewer and clang-tidy comments
|
6 years ago |
Vijay Pai
|
8bf52535d1
|
Provide a generic client-side unary callback API
|
6 years ago |
Alexander Polcyn
|
ac8b72f75b
|
Add a test that tcp server posix consumes socket mutators
|
7 years ago |
ncteisen
|
cf5b2666e1
|
Make GrpcProtoBufferReaderWriter public
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |