Cheng-Yu Chung
|
1a9ce63199
|
Revert "Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284)" (#31387)
This reverts commit 3981105be6 .
Co-authored-by: Alisha Nanda <alishananda@google.com>
|
2 years ago |
Cheng-Yu Chung
|
3981105be6
|
Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284)
|
2 years ago |
Cheng-Yu Chung
|
ad04dc3766
|
Remove `include/grpcpp/impl/codegen/slice.h` (#31283)
|
2 years ago |
Cheng-Yu Chung
|
7a2c28c7b9
|
Remove `include/grpcpp/impl/codegen/server_interceptor.h` (#31281)
|
2 years ago |
Cheng-Yu Chung
|
d699b574a8
|
Remove `include/grpcpp/impl/codegen/server_callback.h` (#31279)
|
2 years ago |
Cheng-Yu Chung
|
9125b6ee66
|
Remove `include/grpcpp/impl/codegen/proto_buffer_writer.h` (#31268)
|
2 years ago |
Cheng-Yu Chung
|
113422ff8b
|
Remove `include/grpcpp/impl/codegen/proto_buffer_reader.h` (#31261)
|
2 years ago |
Cheng-Yu Chung
|
d76c6f61f0
|
Remove `include/grpcpp/impl/codegen/method_handler.h` (#31249)
|
2 years ago |
Cheng-Yu Chung
|
488f17eb46
|
Remove `include/grpcpp/impl/codegen/message_allocator.h` (#31246)
|
2 years ago |
Cheng-Yu Chung
|
279ec5ab45
|
Remove `include/grpcpp/impl/codegen/interceptor.h` (#31245)
|
2 years ago |
Cheng-Yu Chung
|
a192f155b9
|
Remove `include/grpcpp/impl/codegen/config.h` (#31061)
* Remove `include/grpcpp/impl/codegen/config.h`
* Update
|
2 years ago |
Cheng-Yu Chung
|
4ba0f9afb5
|
Revert "Revert "Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)" (#31079)" (#31087)
This reverts commit da08fe1d6f .
|
2 years ago |
Craig Tiller
|
da08fe1d6f
|
Revert "Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)" (#31079)
This reverts commit 17f515744f .
|
2 years ago |
Cheng-Yu Chung
|
0cb5faf8e4
|
Remove `include/grpcpp/impl/codegen/client_interceptor.h` (#31054)
* Remove `include/grpcpp/impl/codegen/client_interceptor.h`
* Update comment
|
2 years ago |
Cheng-Yu Chung
|
17f515744f
|
Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)
|
2 years ago |
Cheng-Yu Chung
|
7cb9731e4e
|
Remove `include/grpcpp/impl/codegen/call_op_set_interface.h` (#30990)
|
2 years ago |
Cheng-Yu Chung
|
3236174176
|
Remove `include/grpcpp/impl/codegen/byte_buffer.h` (#30948)
* Remove `include/grpcpp/impl/codegen/byte_buffer.h`
* Update
|
2 years ago |
Cheng-Yu Chung
|
b765b06155
|
Remove `include/grpcpp/impl/codegen/async_stream.h` (#30941)
* Remove `include/grpcpp/impl/codegen/async_stream.h`
* Fix
* Fix
* Update
|
2 years ago |
Cheng-Yu Chung
|
cb3d7a9e9e
|
Revert "Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h`"" (#30955)
* Revert "Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945)" (#30950)"
This reverts commit 0c454fa875 .
* Fix
|
2 years ago |
Craig Tiller
|
0c454fa875
|
Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945)" (#30950)
This reverts commit 7dbc73d4f3 .
|
2 years ago |
Cheng-Yu Chung
|
7dbc73d4f3
|
Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945)
|
2 years ago |
Craig Tiller
|
28316341bf
|
Annotate impl/codegen with IWYU pragmas (#27252)
* Add a tool to annotate impl/codegen with IWYU pragmas
* xx
* oops
* fmt
* x
* fix wrong direction bug
* use defaultdict
* better annotations
* better annotations
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
3 years ago |
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 .
|
4 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
|
5 years ago |
Karthik Ravi Shankar
|
18cc2f6f34
|
Formatting fixes
|
5 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.
|
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 |
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 |
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 |